type BrowserTargeting (v202408)
Represents browsers that are being targeted or excluded by the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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-08-20 UTC.
[null,null,["Last updated 2024-08-20 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."],["The `browsers` field allows you to specify a variety of browser-related criteria for targeting, including browser, browser language, and operating system."],["This feature enables advertisers to refine their ad delivery based on user browser preferences."]]],["The `BrowserTargeting` feature, part of the `LineItemService`, allows for the targeting or exclusion of specific browsers. It utilizes a boolean `isTargeted` field, defaulting to true, to define whether to include or exclude browsers. The `browsers` field references an array of targeting options, including `Technology`, `Browser`, and other device-related categories like `OperatingSystem`, `MobileDevice`, and `DeviceCategory`, enabling precise control over ad delivery. It also uses other services such as `AdRuleService` and `ForecastService`.\n"]]