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 LineItems based on user bandwidth groups."],["It utilizes an isTargeted field to determine whether the listed bandwidth groups are included or excluded."],["The bandwidthGroups field contains the specific list of bandwidth groups being targeted or excluded."],["This targeting criteria is part of the Google Ad Manager API and uses the namespace `https://www.google.com/apis/ads/publisher/v202402`."]]],["`BandwidthGroupTargeting` specifies which bandwidth groups are targeted or excluded by a `LineItem`. Services involved include `AdRuleService`, `AdjustmentService`, and others. It uses a boolean `isTargeted` to determine targeting or exclusion, defaulting to `true`. The `bandwidthGroups` field, an array, lists the technology-related groups, like `BandwidthGroup`, `Browser`, and `MobileDevice`, used for targeting. This data falls under the `v202402` version and the specified namespace.\n"]]