[[["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-02-13 UTC."],[[["OperatingSystemTargeting is used to target or exclude specific operating systems for a LineItem."],["It has two fields: `isTargeted` which determines whether to include or exclude, and `operatingSystems` which specifies the targeted systems."],["The `operatingSystems` field utilizes an array of Technology objects to define the targeted or excluded OSs."],["By default, `isTargeted` is set to `true`, meaning the specified operating systems are targeted for ad delivery."]]],["The content defines `OperatingSystemTargeting`, used by `LineItem` across various services like `AdRuleService` and `ForecastService`. It specifies whether to target or exclude operating systems (`isTargeted`, defaulting to true). The `operatingSystems` field lists the actual OSes targeted/excluded, referencing the `Technology` object. This field also contains other targeting options such as `Browser`, `DeviceCategory`, `MobileDevice`, and `OperatingSystemVersion`, etc. It is located in the namespace `https://www.google.com/apis/ads/publisher/v202402`.\n"]]