type DeviceManufacturerTargeting (v202408)
Represents device manufacturer that are being targeted or excluded by the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["DeviceManufacturerTargeting is used to target or exclude specific device manufacturers for a LineItem."],["It includes fields for specifying whether to target or exclude manufacturers and a list of targeted/excluded device manufacturers."],["By default, `isTargeted` is set to `true`, indicating that the listed device manufacturers will be targeted."],["`deviceManufacturers` field contains a list of device manufacturers which are represented as `Technology` objects."]]],["DeviceManufacturerTargeting manages device manufacturer targeting or exclusion for LineItems. Key services involved include AdRuleService, AdjustmentService, ForecastService, LineItemService, and others. The `isTargeted` field, a boolean, determines targeting or exclusion, defaulting to `true`. The `deviceManufacturers` field specifies the targeted or excluded manufacturers and includes an array of `Technology` and other device-related objects such as `BandwidthGroup`, `Browser`, `DeviceCategory`, and more, all under the specified namespace.\n"]]