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."],["It utilizes an `isTargeted` field to determine if it's targeting (true) or excluding (false) browsers."],["You can specify the targeted or excluded browsers using the `browsers` field, with options for technology, bandwidth, and more granular browser details."],["The default behavior for `isTargeted` is true, meaning it will target specified browsers unless explicitly set to false for exclusion."]]],["The core content details the `BrowserTargeting` functionality within ad management services. It defines whether browsers are targeted or excluded via the `isTargeted` boolean field. The `browsers` field specifies the types of targeting, referencing entities like `Technology`, `BandwidthGroup`, `Browser`, `DeviceCategory`, and others. This functionality interacts with services such as `AdRuleService`, `ForecastService`, `LineItemService`, and others, enabling granular control over ad serving to specific browser and technology attributes.\n"]]