[[["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-11-19 UTC."],[[["BrowserLanguageTargeting allows you to target or exclude users based on their browser language settings within a LineItem."],["It uses a boolean field `isTargeted` to determine whether browser languages are targeted (true, default) or excluded (false)."],["The `browserLanguages` field specifies the languages being targeted or excluded, represented by BrowserLanguage objects."],["This targeting option is part of the TechnologyTargeting structure and used by various services like ForecastService and LineItemService."]]],["The core content defines `BrowserLanguageTargeting`, used to target or exclude browser languages for `LineItem` objects. Key services include `AdRuleService`, `AdjustmentService`, `ForecastService`, and others. `BrowserLanguageTargeting` has two fields: `isTargeted`, a boolean indicating targeting or exclusion (defaulting to `true`), and `browserLanguages`, an array referencing various `Technology`, `BandwidthGroup`, `Browser`, `Device` and `Operating System` related objects. It is found under the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"]]