type BandwidthGroupTargeting (v202402)
Represents bandwidth groups that are being targeted or excluded by the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["BandwidthGroupTargeting allows publishers to target or exclude specific bandwidth groups for their line items."],["It uses boolean \"isTargeted\" to determine if targeting or exclusion should be applied, defaulting to targeting."],["Bandwidth groups targeted or excluded are specified within the \"bandwidthGroups\" field, referencing BandwidthGroup objects."],["This feature helps optimize ad delivery by controlling which users with specific internet connection speeds see specific ads."]]],["The core content defines `BandwidthGroupTargeting`, used to target or exclude bandwidth groups within a `LineItem`. Key actions involve setting `isTargeted` to `true` (default) or `false` to indicate inclusion or exclusion. `BandwidthGroups` specifies the targeted groups, allowing targeting by `Technology`, `BandwidthGroup`, `Browser`, `BrowserLanguage`, `DeviceCapability`, and other specific device, carrier, and OS attributes. Multiple services, including `AdjustmentService`, `ForecastService`, and `LineItemService`, use `BandwidthGroupTargeting`.\n"]]