type DeviceManufacturerTargeting (v202411)

  • DeviceManufacturerTargeting allows for targeting or excluding specific device manufacturers in ad campaigns.

  • It uses a boolean field "isTargeted" to determine if it should target (true) or exclude (false) the specified device manufacturers, defaulting to true.

  • The "deviceManufacturers" field lists the specific device manufacturers being targeted or excluded, which are represented as Technology objects.

  • It is a component of the Google Ad Manager API and is used within LineItems for more granular ad delivery control.

Represents device manufacturer that are being targeted or excluded by the LineItem.


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

Field

isTargeted

xsd:boolean

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

deviceManufacturers

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

Device manufacturers that are being targeted or excluded by the LineItem.