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 represents bandwidth groups that are targeted or excluded by a LineItem."],["It has two fields: `isTargeted` (a boolean indicating whether to target or exclude) and `bandwidthGroups` (an array of bandwidth groups)."],["`isTargeted` defaults to `true` if not specified."],["`bandwidthGroups` can include various technology types like Browser, DeviceCapability, MobileCarrier, etc."]]],["BandwidthGroupTargeting manages the targeting or exclusion of bandwidth groups for a LineItem. It is used across several services, including AdRuleService, AdjustmentService, and ForecastService. Key actions include setting `isTargeted`, a boolean indicating whether to target or exclude, defaulting to `true`. The `bandwidthGroups` field specifies the list of groups, which include various Technology types like Technology, Browser, and Device details. The namespace for these operations is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]