[[["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."],[[["BrowserLanguageTargeting allows you to target or exclude users based on their browser language settings within Google Ad Manager."],["It is used by the `LineItem` object and can be set to either target or exclude specific browser languages."],["You can specify the browser languages to target or exclude using the `browserLanguages` field, which accepts an array of `Technology` objects specifically of type `BrowserLanguage`."],["By default, `BrowserLanguageTargeting` is set to target (`isTargeted` is true) the specified languages."]]],["The core content defines `BrowserLanguageTargeting`, which specifies how browser languages are targeted or excluded in a `LineItem`. Key actions include setting the `isTargeted` boolean (defaulting to true) to indicate whether browser languages should be included or excluded. The `browserLanguages` field contains an array of `Technology` and other types such as `BandwidthGroup`, `Browser`, `DeviceCapability` etc which represents the specific browser languages being targeted or excluded. The definition of the `BrowserLanguageTargeting` is related to the `LineItemService` and depends on the `TechnologyTargeting`.\n"]]