type BandwidthGroupTargeting (v202411)

  • BandwidthGroupTargeting allows publishers to target or exclude specific bandwidth groups for their line items.

  • It utilizes an 'isTargeted' field to specify whether the listed bandwidth groups should be included or excluded, defaulting to inclusion if not specified.

  • Publishers can define the desired bandwidth groups using the 'bandwidthGroups' field, which accepts a variety of technology targeting options like bandwidth group, browser, device capability, etc.

  • This feature is part of the Google Ad Manager API and is used within the LineItemService for managing ad delivery.

Represents bandwidth groups that are being targeted or excluded by the LineItem.


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

Field

isTargeted

xsd:boolean

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

bandwidthGroups

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

The bandwidth groups that are being targeted or excluded by the LineItem.