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 two fields: `isTargeted` to determine inclusion or exclusion and `bandwidthGroups` to specify the targeted or excluded bandwidth groups."],["The `isTargeted` field defaults to `true`, meaning bandwidth groups are targeted by default."],["`bandwidthGroups` field accepts an array of BandwidthGroup objects to define the specific groups for targeting or exclusion."]]],["The core content details `BandwidthGroupTargeting`, which specifies bandwidth groups targeted or excluded by a `LineItem`. Key actions involve setting `isTargeted` to indicate inclusion or exclusion (defaults to true). The `bandwidthGroups` field lists specific groups like `Technology`, `Browser`, `DeviceCategory`, `MobileCarrier`, and more. These groups are used within services such as `AdRuleService`, `ForecastService`, and `LineItemService`. Other service's are listed as well including `NativeStyleService`, `ProposalLineItemService`, `ProposalService`, `PublisherQueryLanguageService`, `TargetingPresetService`, and `YieldGroupService`.\n"]]