type DeviceManufacturerTargeting (v202405)
Represents device manufacturer that are being targeted or excluded by the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["DeviceManufacturerTargeting is used to target or exclude specific device manufacturers for a LineItem."],["It includes two main fields: `isTargeted` (to specify whether to target or exclude) and `deviceManufacturers` (listing the specific manufacturers)."],["By default, `isTargeted` is set to `true`, meaning manufacturers listed are targeted rather than excluded."],["`deviceManufacturers` field allows specifying multiple device manufacturers using an array of `Technology` objects."]]],["DeviceManufacturerTargeting manages device manufacturer targeting or exclusion for LineItems. It involves services like AdRuleService, ForecastService, and others. Key fields include `isTargeted`, a boolean indicating whether to target or exclude manufacturers, defaulting to true. `deviceManufacturers` specifies the targeted or excluded manufacturers through a list of Technology objects, which include various device-related categories like BandwidthGroup, Browser, and MobileDevice. The namespace for these operations is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]