type BrowserLanguageTargeting (v202411)

  • 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.

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.