type BrowserLanguageTargeting (v202411)

  • BrowserLanguageTargeting allows you to target or exclude users based on their browser language settings within a LineItem.

  • It utilizes a boolean field "isTargeted" (defaulting to true) to determine whether to include or exclude the specified languages.

  • The "browserLanguages" field accepts an array of Technology objects, specifically of type BrowserLanguage, to define the targeted or excluded languages.

  • This targeting feature is accessible through various services like AdRuleService, ForecastService, LineItemService, and more.

Represents browser languages that are being targeted or excluded by the LineItem.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

isTargeted

xsd:boolean

Indicates whether browsers languages should be targeted or excluded. This attribute is optional and defaults to true.

browserLanguages

  1. Technology[]
    1. BandwidthGroup
    2. Browser
    3. BrowserLanguage
    4. DeviceCapability
    5. DeviceCategory
    6. DeviceManufacturer
    7. MobileCarrier
    8. MobileDevice
    9. MobileDeviceSubmodel
    10. OperatingSystem
    11. OperatingSystemVersion

Browser languages that are being targeted or excluded by the LineItem.