[[["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."],[[["DeviceManufacturerTargeting is used to target or exclude specific device manufacturers for a LineItem."],["It is determined by an isTargeted boolean and an array of deviceManufacturer objects."],["By default, device manufacturers are targeted if isTargeted is not specified."],["DeviceManufacturerTargeting can be used in various services including AdRuleService, ProposalLineItemService, and more."],["The DeviceManufacturerTargeting object utilizes the namespace \"https://www.google.com/apis/ads/publisher/v202402\"."]]],["DeviceManufacturerTargeting manages targeting or excluding device manufacturers for LineItems. Key actions involve setting `isTargeted` to `true` (target) or `false` (exclude), defaulting to targeting. The `deviceManufacturers` field lists the specific manufacturers, which can be selected from the various types provided in the `Technology` section. These include options like `BandwidthGroup`, `Browser`, `DeviceCapability`, `MobileCarrier`, and `OperatingSystem` that are targetable or excluded. This data is used within various services like `AdRuleService` and `ForecastService`.\n"]]