type BrowserLanguageTargeting (v202408)
Represents browser languages that are being targeted or excluded by the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["BrowserLanguageTargeting allows publishers to target or exclude users based on their browser language settings within Google Ad Manager."],["It is used to refine ad delivery by including or excluding specific browser languages for a LineItem."],["The \"isTargeted\" field determines whether the specified browser languages are targeted (included) or excluded, defaulting to targeted if not specified."],["The \"browserLanguages\" field allows for the specification of the languages to be targeted or excluded."]]],["The content details the `BrowserLanguageTargeting` feature, which manages browser language targeting or exclusion for `LineItem`. It's used across various services like `AdRuleService`, `ForecastService`, and `ProposalService`. `BrowserLanguageTargeting` has two key fields: `isTargeted`, a boolean indicating whether to target or exclude languages (defaulting to true), and `browserLanguages`, which is an array. The `browserLanguages` can take one of many different `Technology` parameters such as `BandwidthGroup`, `Browser`, and `OperatingSystem` to specify which browers to target. The namespace for this is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]