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` determines which browsers are included or excluded for ad targeting within a LineItem."],["It uses a boolean field, `isTargeted`, to indicate whether the specified browsers should be targeted (`true`) or excluded (`false`), defaulting to `true`."],["The `browsers` field lists the specific browsers being targeted, utilizing an array of `Technology` objects which encompass properties like browser name, version, and platform."],["This object is associated with multiple Google Ad Manager services, such as `AdRuleService`, `ForecastService`, and `ProposalService`, enabling flexible targeting control across various workflows."]]],["The `BrowserTargeting` feature, utilized by services like `AdRuleService`, `ForecastService`, and `LineItemService`, manages browser inclusion or exclusion for ad targeting. It uses fields `isTargeted`, which dictates if browsers are targeted or excluded, defaulting to targeted. The `browsers` field encompasses various targeting criteria such as `Technology`, `Browser`, `DeviceCategory`, and `MobileDevice`, enabling refined targeting within a `LineItem`. `BrowserTargeting` is dependent on `TechnologyTargeting`.\n"]]