[[["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` allows publishers to target or exclude specific web browsers for their line items."],["It utilizes a boolean field, `isTargeted`, to determine if the specified browsers should be targeted (`true`) or excluded (`false`), defaulting to `true`."],["The `browsers` field contains an array of `Technology` objects that define the specific browsers to be included or excluded in the targeting."],["These `Technology` objects can further specify detailed browser criteria including bandwidth group, language, device capabilities, and more."]]],["The document defines `BrowserTargeting`, which specifies whether browsers are targeted or excluded for a `LineItem`. It includes the `isTargeted` field, a boolean indicating if targeting or exclusion is active, defaulting to `true`. The `browsers` field lists the types of technology, for example: `Technology`, `BandwidthGroup`, `Browser`, `BrowserLanguage`, etc.. This information can be used with the different services available, like: `AdRuleService`, `ForecastService`, `LineItemService`, etc..\n"]]