type OperatingSystemTargeting (v202402)
Represents operating systems 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."],[[["OperatingSystemTargeting allows publishers to target or exclude specific operating systems for their line items."],["It uses a boolean field, `isTargeted`, to determine whether to include or exclude the specified operating systems, defaulting to include (true)."],["The `operatingSystems` field allows publishers to select a range of operating systems they want to target, including versions, using an array of Technology objects."],["This targeting option is often used within services like LineItemService, ProposalLineItemService, and TargetingPresetService for granular ad delivery control."]]],["The content defines `OperatingSystemTargeting`, which specifies operating systems for targeting or exclusion in `LineItem` ad delivery. Key information includes the namespace: `https://www.google.com/apis/ads/publisher/v202402`. The `isTargeted` field (boolean) determines if systems are included or excluded, defaulting to `true`. The `operatingSystems` field, of type `Technology`, includes a list of items, such as `OperatingSystem` and `OperatingSystemVersion`, that define the specific operating systems that can be used.\n"]]