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 browser languages are targeted (default) or excluded in a given LineItem."],["The `browserLanguages` field contains an array of `BrowserLanguage` objects representing specific browser languages to target or exclude."],["This feature enables ad delivery optimization by focusing on user segments with preferred browser language preferences."],["It is used across various services, including AdRuleService, AdjustmentService, ForecastService, etc."]]],["BrowserLanguageTargeting specifies browser language targeting for LineItems. It uses a boolean `isTargeted` to determine whether to include or exclude specific browser languages, defaulting to `true` for inclusion. The `browserLanguages` field, an array, allows for targeting or excluding specific browser languages. It supports a range of dependency types for targeting including: `Technology`, `BandwidthGroup`, `Browser`, `BrowserLanguage`, `DeviceCapability`, `DeviceCategory`, `DeviceManufacturer`, `MobileCarrier`, `MobileDevice`, `MobileDeviceSubmodel`, `OperatingSystem` and `OperatingSystemVersion`.\n"]]