type BrowserLanguageTargeting (v202411)
Represents browser languages that are being targeted or excluded by the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["BrowserLanguageTargeting allows you to target or exclude users based on their browser language settings within a LineItem."],["It uses a boolean field `isTargeted` to determine whether browser languages are targeted (true, default) or excluded (false)."],["The `browserLanguages` field specifies the languages being targeted or excluded, represented by BrowserLanguage objects."],["This targeting option is part of the TechnologyTargeting structure and used by various services like ForecastService and LineItemService."]]],["The core content defines `BrowserLanguageTargeting`, used to target or exclude browser languages for `LineItem` objects. Key services include `AdRuleService`, `AdjustmentService`, `ForecastService`, and others. `BrowserLanguageTargeting` has two fields: `isTargeted`, a boolean indicating targeting or exclusion (defaulting to `true`), and `browserLanguages`, an array referencing various `Technology`, `BandwidthGroup`, `Browser`, `Device` and `Operating System` related objects. It is found under the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"]]