type BrowserTargeting (v202405)
Represents browsers that are being targeted or excluded by the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["BrowserTargeting is used to target or exclude specific web browsers when delivering ads through Google Ad Manager line items."],["It utilizes an `isTargeted` field to determine whether the specified browsers should be included or excluded from targeting (defaults to inclusion)."],["Advertisers can target or exclude browsers based on a variety of criteria, including browser type, language, bandwidth, and device capabilities."],["This feature provides granular control over ad delivery, allowing advertisers to reach their desired audience based on their browsing preferences."]]],["BrowserTargeting defines browser inclusion or exclusion for LineItems. The `isTargeted` field, defaulting to true, determines whether to target or exclude browsers. The `browsers` field specifies a list of criteria, including `Technology`, `BandwidthGroup`, `Browser`, `BrowserLanguage`, `DeviceCapability`, `DeviceCategory`, `DeviceManufacturer`, `MobileCarrier`, `MobileDevice`, `MobileDeviceSubmodel`, `OperatingSystem`, and `OperatingSystemVersion`, which can all be used to refine targeting. Several services, like AdRuleService, AdjustmentService, NativeStyleService, etc., leverage this targeting feature.\n"]]