[[["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."],[[["BrowserLanguageTargeting allows publishers to target or exclude users based on their browser language settings within Google Ad Manager."],["It utilizes a boolean field `isTargeted` to determine whether specified browser languages are included or excluded, defaulting to inclusion."],["Publishers can specify the desired browser languages using the `browserLanguages` field, which accepts an array of Technology objects, including BrowserLanguage."],["This feature enables ad delivery optimization by tailoring ads to users' preferred languages, enhancing user experience and potentially increasing ad relevance."]]],["The content details the `BrowserLanguageTargeting` feature within various services like `AdRuleService`, `ForecastService`, and `LineItemService`. This feature manages the targeting or exclusion of browser languages for `LineItem`. It has two key fields: `isTargeted`, a boolean indicating targeting or exclusion (defaulting to true), and `browserLanguages`, a list of browser languages. This feature relies on dependencies like `TechnologyTargeting` and lists various `Technology` type dependencies such as `BandwidthGroup`, `Browser`, `DeviceCategory` etc.\n"]]