type BrowserTargeting (v202411)

  • BrowserTargeting allows publishers to target or exclude specific web browsers for their line items.

  • It uses the isTargeted field (defaulting to true) to indicate whether the listed browsers should be included or excluded.

  • The browsers field accepts an array of Technology objects, specifically of type Browser, allowing publishers to specify which browsers to target or exclude.

  • BrowserTargeting is part of the Google Ad Manager API and falls under the namespace https://www.google.com/apis/ads/publisher/v202411.

Represents browsers 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 should be targeted or excluded. This attribute is optional and defaults to true.

browsers

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

Browsers that are being targeted or excluded by the LineItem.