type OperatingSystemTargeting (v202411)
Represents operating systems that are being targeted or excluded by the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["OperatingSystemTargeting allows publishers to target or exclude specific operating systems for their line items."],["It utilizes a boolean field, `isTargeted`, to determine whether to include or exclude the specified operating systems, defaulting to include (true)."],["The `operatingSystems` field accepts an array of Technology objects, specifically of type OperatingSystem, allowing for the targeting of multiple operating systems within a single targeting criterion."],["This feature provides granular control over ad delivery, ensuring ads reach users on the desired operating systems."]]],["The core content describes `OperatingSystemTargeting`, which manages the targeting or exclusion of operating systems for `LineItem`. Key services involved include `AdRuleService`, `AdjustmentService`, `ForecastService`, and others. The primary actions are targeting or excluding operating systems, indicated by the `isTargeted` boolean field (defaulting to `true`). The `operatingSystems` field specifies an array of technologies like `BandwidthGroup`, `Browser`, and `OperatingSystemVersion`, defining which systems are targeted.\n"]]