type BrowserTargeting (v202402)
Represents browsers that are being targeted or excluded by the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["BrowserTargeting is used to target or exclude specific web browsers for ad delivery within Google Ad Manager."],["It allows advertisers to refine their audience based on browser types like Chrome, Firefox, or Safari."],["The \"isTargeted\" field determines whether the specified browsers should be included or excluded for ad targeting."],["Advertisers can specify multiple browsers and related technology criteria for precise targeting control."]]],["BrowserTargeting defines which browsers are included or excluded for a LineItem. Services like AdRuleService, AdjustmentService, ForecastService, and others use it. The core functionality involves two fields: `isTargeted`, a boolean to set targeting or exclusion (defaulting to true), and `browsers`, which specifies the targeted browsers. Browsers are defined by an array of Technology, such as Browser, BandwidthGroup, BrowserLanguage, DeviceCapability, and OperatingSystem, and others, allowing for detailed browser targeting.\n"]]