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 a LineItem."],["It uses a boolean field, `isTargeted`, to determine whether to include or exclude the specified operating systems, defaulting to include (true)."],["You can specify the operating systems using the `operatingSystems` field, which accepts an array of OperatingSystem objects."],["This feature is part of the Google Ad Manager API and falls under the namespace `https://www.google.com/apis/ads/publisher/v202405`."]]],["The core content defines `OperatingSystemTargeting`, which manages the targeting or exclusion of operating systems for `LineItem`. Key actions involve setting `isTargeted` to `true` (default) for inclusion or `false` for exclusion. The `operatingSystems` field specifies the operating systems affected, and it includes different items like `OperatingSystem` and `OperatingSystemVersion`. This is related to several services, including `AdRuleService`, `ForecastService`, `LineItemService` and `YieldGroupService`.\n"]]