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 ad delivery within Google Ad Manager."],["It allows advertisers to refine their audience based on browser technology."],["Targeting can be adjusted using the `isTargeted` field which indicates whether the specified browsers should be included or excluded."],["BrowserTargeting utilizes an array of `browsers` which can include specific browsers, browser languages, bandwidth groups or device capabilities amongst other properties."],["The `browsers` field provides various targeting criteria to narrow down or expand the intended audience for an ad campaign."]]],["The document defines `BrowserTargeting`, which specifies whether browsers are targeted or excluded for a `LineItem`. It uses a boolean `isTargeted` field, defaulting to `true`, to set this preference. The `browsers` field lists an array of `Technology` categories used for targeting, like `BandwidthGroup`, `Browser`, `DeviceCapability`, `MobileDevice`, etc. This information can be set using several services including `AdRuleService`, `AdjustmentService`, and `LineItemService`. It also utilizes `TechnologyTargeting` as a dependency.\n"]]