type OperatingSystemTargeting (v202408)
Represents operating systems 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."],[[["OperatingSystemTargeting allows you to target or exclude specific operating systems for a LineItem."],["It utilizes an 'isTargeted' field to specify whether the listed operating systems should be included or excluded, defaulting to inclusion."],["The 'operatingSystems' field contains an array of operating systems, selectable from a broader list of technologies including browser, device, and mobile carrier details."]]],["The core content defines `OperatingSystemTargeting`, used by `LineItem` to target or exclude specific operating systems. Key actions involve setting `isTargeted` to `true` (default) or `false` to indicate inclusion or exclusion. `operatingSystems` field includes references to `Technology` and other dependency target types, including `BandwidthGroup`, `Browser`, `DeviceCapability`, and more. These define the specific operating systems or groups. `OperatingSystemTargeting` is a dependency of services such as `AdRuleService` and `LineItemService`.\n"]]