[[["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."],[[["BrowserTargeting allows you to target or exclude specific web browsers for ad delivery."],["It has two main fields: `isTargeted` (a boolean indicating whether targeting or exclusion is applied) and `browsers` (an array to specify the targeted or excluded browsers)."],["`browsers` field accepts a list of Technology objects, specifically Browser objects for browser targeting."],["This object is used within various services like AdRuleService, AdjustmentService, and others for granular ad delivery control based on user's browser."]]],["The content details the `BrowserTargeting` functionality within a service namespace. Key services include AdRuleService, AdjustmentService, ForecastService, and YieldGroupService. `BrowserTargeting` utilizes a boolean field, `isTargeted`, and the `browsers` field. The `browsers` field is populated by an array containing different types of technology, such as `Browser`, `BrowserLanguage`, `DeviceCategory`, `MobileDevice`, `OperatingSystem`, and other technology related fields.\n"]]