type DeviceManufacturerTargeting (v202402)
Represents device manufacturer that are being targeted or excluded by the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["DeviceManufacturerTargeting is used to target or exclude specific device manufacturers for a LineItem."],["It is determined by an isTargeted boolean and an array of deviceManufacturer objects."],["By default, device manufacturers are targeted if isTargeted is not specified."],["DeviceManufacturerTargeting can be used in various services including AdRuleService, ProposalLineItemService, and more."],["The DeviceManufacturerTargeting object utilizes the namespace \"https://www.google.com/apis/ads/publisher/v202402\"."]]],["DeviceManufacturerTargeting manages targeting or excluding device manufacturers for LineItems. Key actions involve setting `isTargeted` to `true` (target) or `false` (exclude), defaulting to targeting. The `deviceManufacturers` field lists the specific manufacturers, which can be selected from the various types provided in the `Technology` section. These include options like `BandwidthGroup`, `Browser`, `DeviceCapability`, `MobileCarrier`, and `OperatingSystem` that are targetable or excluded. This data is used within various services like `AdRuleService` and `ForecastService`.\n"]]