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 allows you to target or exclude specific web browsers when setting up ad campaigns."],["It uses boolean logic (`isTargeted`) to define whether the specified browsers should be included or excluded from targeting."],["You can target/exclude browsers based on a variety of criteria, including browser type, bandwidth group, language, and device capabilities, using the `browsers` field."],["BrowserTargeting is commonly used within LineItems to refine ad delivery to the desired audience segments."]]],["The core content details the `BrowserTargeting` functionality, used across multiple services like `AdRuleService`, `ForecastService`, and `LineItemService`. It specifies whether browsers are targeted or excluded via the `isTargeted` field, defaulting to true. The `browsers` field allows for specifying targeting or exclusion based on various `Technology`, `BandwidthGroup`, `Browser`, `Device` related categories, and `OperatingSystem` related categories. This feature is critical for `LineItem` targeting within the `v202402` API namespace.\n"]]