[[["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 2025-08-06 UTC."],[[["\u003cp\u003eBrowserTargeting is used to represent browsers that are targeted or excluded by a LineItem.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes two fields: \u003ccode\u003eisTargeted\u003c/code\u003e to denote inclusion or exclusion and \u003ccode\u003ebrowsers\u003c/code\u003e to specify the targeted or excluded browsers.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eisTargeted\u003c/code\u003e field defaults to \u003ccode\u003etrue\u003c/code\u003e, implying targeting is enabled by default.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ebrowsers\u003c/code\u003e field supports various technology types like Browser, OperatingSystem, DeviceCategory etc.\u003c/p\u003e\n"]]],["The `BrowserTargeting` feature, linked to `ForecastService`, determines browser inclusion or exclusion for `LineItem` targeting. Key actions involve specifying whether browsers are `isTargeted` (defaulting to true) and listing `browsers`. Browsers can be defined using an array of `Technology`, `BandwidthGroup`, `Browser`, and other related targeting types such as `BrowserLanguage`, `DeviceCategory`, `MobileCarrier`, `OperatingSystem` and `OperatingSystemVersion` among others. This defines the scope of browser-based targeting within the system.\n"],null,["# type BrowserTargeting (v202408)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202408/AdRuleService.BrowserTargeting) [AdjustmentService](/ad-manager/api/reference/v202408/AdjustmentService.BrowserTargeting) **ForecastService** [LineItemService](/ad-manager/api/reference/v202408/LineItemService.BrowserTargeting) [NativeStyleService](/ad-manager/api/reference/v202408/NativeStyleService.BrowserTargeting) [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.BrowserTargeting) [ProposalService](/ad-manager/api/reference/v202408/ProposalService.BrowserTargeting) [PublisherQueryLanguageService](/ad-manager/api/reference/v202408/PublisherQueryLanguageService.BrowserTargeting) [TargetingPresetService](/ad-manager/api/reference/v202408/TargetingPresetService.BrowserTargeting) [YieldGroupService](/ad-manager/api/reference/v202408/YieldGroupService.BrowserTargeting) **Dependencies** \n[TechnologyTargeting](/ad-manager/api/reference/v202408/ForecastService.TechnologyTargeting) \n▼\n**BrowserTargeting**\n\nRepresents browsers that are being targeted or excluded by the [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `isTargeted` | ` `xsd:`boolean` Indicates whether browsers should be targeted or excluded. This attribute is optional and defaults to `true`. |\n| ### `browsers` | 1. ` `[Technology](/ad-manager/api/reference/v202408/ForecastService.Technology)`[]` 1. ` `[BandwidthGroup](/ad-manager/api/reference/v202408/ForecastService.BandwidthGroup)` ` 2. ` `[Browser](/ad-manager/api/reference/v202408/ForecastService.Browser)` ` 3. ` `[BrowserLanguage](/ad-manager/api/reference/v202408/ForecastService.BrowserLanguage)` ` 4. ` `[DeviceCapability](/ad-manager/api/reference/v202408/ForecastService.DeviceCapability)` ` 5. ` `[DeviceCategory](/ad-manager/api/reference/v202408/ForecastService.DeviceCategory)` ` 6. ` `[DeviceManufacturer](/ad-manager/api/reference/v202408/ForecastService.DeviceManufacturer)` ` 7. ` `[MobileCarrier](/ad-manager/api/reference/v202408/ForecastService.MobileCarrier)` ` 8. ` `[MobileDevice](/ad-manager/api/reference/v202408/ForecastService.MobileDevice)` ` 9. ` `[MobileDeviceSubmodel](/ad-manager/api/reference/v202408/ForecastService.MobileDeviceSubmodel)` ` 10. ` `[OperatingSystem](/ad-manager/api/reference/v202408/ForecastService.OperatingSystem)` ` 11. ` `[OperatingSystemVersion](/ad-manager/api/reference/v202408/ForecastService.OperatingSystemVersion)` ` \u003cbr /\u003e Browsers that are being targeted or excluded by the [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem). |"]]