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 allows publishers to target or exclude specific device manufacturers when setting up line items."],["It's defined within the `https://www.google.com/apis/ads/publisher/v202402` namespace."],["Targeting can be customized by including or excluding specific device manufacturers using the `deviceManufacturers` field."],["The `isTargeted` field indicates if the specified device manufacturers should be targeted (included) or excluded, defaulting to inclusion if not specified."]]],["DeviceManufacturerTargeting manages the inclusion or exclusion of device manufacturers for LineItems. It's accessible through services like AdRuleService, AdjustmentService, ForecastService, and others. Key actions include setting `isTargeted` (true for inclusion, false for exclusion) and specifying `deviceManufacturers`. Device manufacturers are identified within a list, including various technology-related categories like BandwidthGroup, Browser, and OperatingSystem. The default for `isTargeted` is true and it's optional.\n"]]