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` objects represent the browsers being targeted or excluded by a LineItem."],["It uses boolean `isTargeted` field to determine whether the specified browsers should be targeted or excluded (defaults to `true` for targeting)."],["The `browsers` field allows specifying a list of browsers, including broader categories like bandwidth groups, device capabilities, and more specific ones like individual browser versions."]]],["The content defines `BrowserTargeting`, which specifies browser targeting or exclusion for `LineItem`. Services like `AdRuleService`, `ForecastService`, and `ProposalLineItemService` utilize it. `BrowserTargeting` includes `isTargeted`, a boolean indicating targeting or exclusion (defaulting to true), and `browsers`, a field that defines the type of browsers. The field `browsers` includes several targeting parameters like `Technology`, `BandwidthGroup`, `BrowserLanguage`, `DeviceCapability`, `MobileCarrier`, and `OperatingSystemVersion`.\n"]]