type BrowserLanguageTargeting (v202405)
Represents browser languages that are being targeted or excluded by the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["BrowserLanguageTargeting allows publishers to target or exclude users based on their browser language settings within Google Ad Manager."],["It is primarily used within Line Items to refine the audience that sees an ad."],["Targeting can be inclusive (isTargeted=true) or exclusive (isTargeted=false) with respect to the specified browser languages."],["BrowserLanguageTargeting relies on the BrowserLanguage object of the PublisherQueryLanguageService to identify specific languages."]]],["The content defines `BrowserLanguageTargeting`, used to specify browser languages for targeting or exclusion within ad campaigns. Key services like `AdRuleService`, `ForecastService`, and `LineItemService` utilize this feature. `isTargeted` indicates if languages are included or excluded, defaulting to `true`. The `browserLanguages` field allows targeting based on specific browser languages, and other categories like `Browser`, `Technology`, `DeviceCategory`, `MobileDevice`, and `OperatingSystem`. This configuration affects `LineItem` behavior.\n"]]