type BandwidthGroupTargeting (v202405)
Represents bandwidth groups 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."],[[["BandwidthGroupTargeting allows you to target or exclude specific bandwidth groups for a LineItem."],["It uses the isTargeted field to determine whether the bandwidth groups are being targeted or excluded, defaulting to targeting if not specified."],["The bandwidthGroups field lists the specific bandwidth groups being targeted or excluded, which can include various technologies like browser, device, and operating system details."],["You can utilize this feature to refine ad delivery based on users' internet connection speeds."]]],["The document defines `BandwidthGroupTargeting`, used across services like `AdRuleService`, `ForecastService`, and `LineItemService`. This feature targets or excludes bandwidth groups for a `LineItem`. Key fields include `isTargeted`, a boolean indicating whether to target or exclude (defaults to `true`), and `bandwidthGroups`, which specifies the groups. `BandwidthGroups` include `Technology`, `BandwidthGroup`, `Browser`, and various device-related criteria such as `MobileCarrier`, `OperatingSystem`, and others. The namespace for these services is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]