[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]