type MobileCarrierTargeting (v202402)
Represents mobile carriers 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."],[[["`MobileCarrierTargeting` allows you to target or exclude specific mobile carriers for line items."],["You can specify whether the listed mobile carriers should be targeted or excluded using the `isTargeted` field, which defaults to inclusion."],["The `mobileCarriers` field allows you to list the specific mobile carriers to include or exclude in your targeting."],["This targeting option is applicable to various services, including `AdRuleService`, `ForecastService`, `LineItemService`, and more."]]],["The content defines `MobileCarrierTargeting`, which specifies whether mobile carriers are targeted or excluded in `LineItem` configurations. Key attributes include `isTargeted`, a boolean indicating inclusion or exclusion, defaulting to true. `mobileCarriers` allows targeting or excluding specific carriers through an array that include other technology entities such as `Technology`, `BandwidthGroup`, `Browser`, `BrowserLanguage`, `DeviceCapability`, `DeviceCategory`, `DeviceManufacturer`, `MobileCarrier`, `MobileDevice`, `MobileDeviceSubmodel`, `OperatingSystem`, `OperatingSystemVersion`. It integrates with multiple ad-related services like `AdRuleService`, and `LineItemService`.\n"]]