type OperatingSystemTargeting (v202411)

  • OperatingSystemTargeting allows publishers to target or exclude specific operating systems for their line items.

  • It uses a boolean field, isTargeted, to determine whether to include or exclude the specified operating systems, defaulting to include (true).

  • Publishers can specify the operating systems using the operatingSystems field, which accepts an array of Technology objects representing the target operating systems.

  • OperatingSystemTargeting is used within various Google Ad Manager services like AdRuleService, ForecastService, and LineItemService, among others, to refine ad delivery.

Represents operating systems that are being targeted or excluded by the LineItem.


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

Field

isTargeted

xsd:boolean

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

operatingSystems

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

Operating systems that are being targeted or excluded by the LineItem.