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 you to target or exclude users based on their browser language settings within Google Ad Manager."],["It is used by the `LineItem` object and can be set to either target or exclude specific browser languages."],["You can specify the browser languages to target or exclude using the `browserLanguages` field, which accepts an array of `Technology` objects specifically of type `BrowserLanguage`."],["By default, `BrowserLanguageTargeting` is set to target (`isTargeted` is true) the specified languages."]]],["The core content defines `BrowserLanguageTargeting`, which specifies how browser languages are targeted or excluded in a `LineItem`. Key actions include setting the `isTargeted` boolean (defaulting to true) to indicate whether browser languages should be included or excluded. The `browserLanguages` field contains an array of `Technology` and other types such as `BandwidthGroup`, `Browser`, `DeviceCapability` etc which represents the specific browser languages being targeted or excluded. The definition of the `BrowserLanguageTargeting` is related to the `LineItemService` and depends on the `TechnologyTargeting`.\n"]]