type BrowserLanguageTargeting (v202402)
Represents browser languages that are being targeted or excluded by the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["BrowserLanguageTargeting allows publishers to target or exclude users based on their browser language settings within Google Ad Manager."],["It utilizes a boolean field `isTargeted` to determine whether specified browser languages are included or excluded, defaulting to inclusion."],["Publishers can specify the desired browser languages using the `browserLanguages` field, which accepts an array of Technology objects, including BrowserLanguage."],["This feature enables ad delivery optimization by tailoring ads to users' preferred languages, enhancing user experience and potentially increasing ad relevance."]]],["The content details the `BrowserLanguageTargeting` feature within various services like `AdRuleService`, `ForecastService`, and `LineItemService`. This feature manages the targeting or exclusion of browser languages for `LineItem`. It has two key fields: `isTargeted`, a boolean indicating targeting or exclusion (defaulting to true), and `browserLanguages`, a list of browser languages. This feature relies on dependencies like `TechnologyTargeting` and lists various `Technology` type dependencies such as `BandwidthGroup`, `Browser`, `DeviceCategory` etc.\n"]]