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 uses a boolean field, `isTargeted`, to determine whether to include or exclude the specified operating systems, defaulting to include (`true`)."],["Publishers can specify the operating systems using the `operatingSystems` field, which accepts an array of `Technology` objects representing the target operating systems."],["OperatingSystemTargeting is used within various Google Ad Manager services like AdRuleService, ForecastService, and LineItemService, among others, to refine ad delivery."]]],["OperatingSystemTargeting manages the inclusion or exclusion of operating systems for LineItems. Key services include AdRuleService, AdjustmentService, ForecastService, and LineItemService. It utilizes the `isTargeted` field, a boolean indicating inclusion or exclusion, defaulting to `true`. The `operatingSystems` field specifies the targeted or excluded systems and includes an array of related technologies, such as Browser, DeviceCategory, MobileDevice, and OperatingSystemVersion. This is in the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"]]