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` objects represent the browsers that are targeted or excluded by a LineItem."],["They have two main fields: `isTargeted` (boolean indicating whether to target or exclude) and `browsers` (an array specifying the targeted or excluded browsers)."],["By default, `isTargeted` is set to `true`."],["The `browsers` field can contain an array of `Technology` objects, including `Browser` objects to target or exclude specific web browsers."]]],["BrowserTargeting manages browser inclusion or exclusion for LineItems. The `isTargeted` field, defaulting to `true`, determines whether to target or exclude browsers. The `browsers` field, an array of Technology, allows targeting specific browser types and aspects such as BandwidthGroup, Browser, BrowserLanguage, DeviceCapability, and more from a defined list. The provided services are AdRuleService, AdjustmentService, ForecastService, LineItemService, and other, allowing targeting via different methods.\n"]]