[[["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-08-20 UTC."],[[["BrowserTargeting is used to target or exclude specific web browsers for ad delivery within Google Ad Manager."],["It allows advertisers to refine their audience based on browser technology."],["Targeting can be adjusted using the `isTargeted` field which indicates whether the specified browsers should be included or excluded."],["BrowserTargeting utilizes an array of `browsers` which can include specific browsers, browser languages, bandwidth groups or device capabilities amongst other properties."],["The `browsers` field provides various targeting criteria to narrow down or expand the intended audience for an ad campaign."]]],["The document defines `BrowserTargeting`, which specifies whether browsers are targeted or excluded for a `LineItem`. It uses a boolean `isTargeted` field, defaulting to `true`, to set this preference. The `browsers` field lists an array of `Technology` categories used for targeting, like `BandwidthGroup`, `Browser`, `DeviceCapability`, `MobileDevice`, etc. This information can be set using several services including `AdRuleService`, `AdjustmentService`, and `LineItemService`. It also utilizes `TechnologyTargeting` as a dependency.\n"]]