type OperatingSystemTargeting (v202405)
Represents operating systems 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."],[[["OperatingSystemTargeting allows you to target or exclude specific operating systems for your line items."],["You can either include or exclude operating systems with this targeting option, with inclusion being the default."],["The targeting criteria can include operating systems themselves, or it can be further refined by technologies, bandwidth groups, browsers, and more."],["OperatingSystemTargeting is a component within the broader TechnologyTargeting feature."],["This functionality is accessed through the TargetingPresetService within the Google Ad Manager API."]]],["The core content defines `OperatingSystemTargeting`, used by services like `AdRuleService` and `LineItemService`. It specifies whether operating systems should be targeted or excluded via the `isTargeted` field, defaulting to `true`. The `operatingSystems` field lists the operating systems, and also accepts related targeting criteria like `BandwidthGroup`, `Browser`, `DeviceCategory`, `MobileCarrier` and `OperatingSystemVersion`. This targeting data influences how `LineItem`s are handled within the ad management system.\n"]]