type MobileCarrierTargeting (v202411)
Represents mobile carriers that are being targeted or excluded by the LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["MobileCarrierTargeting allows publishers to target or exclude specific mobile carriers for their line items."],["It uses the `isTargeted` field to specify whether the carriers should be targeted (`true`) or excluded (`false`), defaulting to `true`."],["The `mobileCarriers` field lists the specific mobile carriers to be included in the targeting or exclusion."],["This feature is used within the broader context of technology targeting within Google Ad Manager."]]],["MobileCarrierTargeting, within the `v202411` namespace, manages the targeting or exclusion of mobile carriers for LineItems. Services like AdRuleService, and others, interact with it. Key fields include `isTargeted`, a boolean indicating inclusion or exclusion (defaults to true), and `mobileCarriers`, an array of Technology types. Mobile carriers can also be defined through various Technology-related classes such as `MobileDevice` and `OperatingSystemVersion`, among others.\n"]]