[[["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."],[[["BrowserLanguageTargeting allows publishers to target or exclude users based on their browser language settings within Google Ad Manager."],["It is used to refine ad delivery by including or excluding specific browser languages for a LineItem."],["The \"isTargeted\" field determines whether the specified browser languages are targeted (included) or excluded, defaulting to targeted if not specified."],["The \"browserLanguages\" field allows for the specification of the languages to be targeted or excluded."]]],["The content details the `BrowserLanguageTargeting` feature, which manages browser language targeting or exclusion for `LineItem`. It's used across various services like `AdRuleService`, `ForecastService`, and `ProposalService`. `BrowserLanguageTargeting` has two key fields: `isTargeted`, a boolean indicating whether to target or exclude languages (defaulting to true), and `browserLanguages`, which is an array. The `browserLanguages` can take one of many different `Technology` parameters such as `BandwidthGroup`, `Browser`, and `OperatingSystem` to specify which browers to target. The namespace for this is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]