type BrowserTargeting (v202411)
Represents browsers that are being targeted or excluded by the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["BrowserTargeting is used to target or exclude specific web browsers for a LineItem in Google Ad Manager."],["You can include or exclude browsers using the `isTargeted` field, which defaults to inclusion."],["Targeting can be further refined by specifying criteria like browser language, device capability, operating system, and more within the `browsers` field."],["The namespace for BrowserTargeting is `https://www.google.com/apis/ads/publisher/v202411`."]]],["The `BrowserTargeting` feature within several services, including `AdRuleService`, `LineItemService`, and others, allows for targeting or excluding specific browsers for line items. It uses a boolean `isTargeted` to specify if browsers should be targeted or excluded, defaulting to `true`. The `browsers` field accepts an array of technology-related targeting criteria like `Browser`, `DeviceCategory`, and `OperatingSystem`, allowing a granular control on ad serving. It represents browsers that are targeted or excluded by a LineItem.\n"]]