type MobileCarrierTargeting (v202405)
Represents mobile carriers 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."],[[["MobileCarrierTargeting represents the mobile carriers that are targeted or excluded by a LineItem."],["It uses the `isTargeted` field to indicate whether mobile carriers are targeted or excluded, defaulting to `true` for targeting."],["The `mobileCarriers` field lists the specific mobile carriers being targeted or excluded within the LineItem."]]],["MobileCarrierTargeting, used by LineItem, specifies mobile carriers for ad targeting or exclusion. Key fields include `isTargeted`, a boolean (defaulting to true) determining if carriers are targeted or excluded, and `mobileCarriers`, an array of Technology objects. Other types of targeting available for the `mobileCarriers` are: `BandwidthGroup`, `Browser`, `BrowserLanguage`, `DeviceCapability`, `DeviceCategory`, `DeviceManufacturer`, `MobileDevice`, `MobileDeviceSubmodel`, `OperatingSystem`, `OperatingSystemVersion`. The feature relates to multiple services like `AdRuleService`, `LineItemService`, `ProposalLineItemService`, and others.\n"]]