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 you to target or exclude specific mobile carriers for ad delivery in Google Ad Manager."],["It is used within Line Items to refine ad targeting based on the mobile carriers used by potential viewers."],["The `isTargeted` field determines whether the specified carriers should be included or excluded, defaulting to inclusion (`true`)."],["`mobileCarriers` lists the specific carriers to target or exclude, utilizing the `MobileCarrier` object from the broader Technology targeting options."]]],["MobileCarrierTargeting defines the targeting or exclusion of mobile carriers for a LineItem. Key fields include `isTargeted`, a boolean indicating whether carriers are targeted or excluded (defaulting to true), and `mobileCarriers`. This latter field is an array of Technology objects, listing various categories such as BandwidthGroup, Browser, DeviceManufacturer, MobileCarrier, and OperatingSystem, among others. The relevant service is ForecastService, and it has dependencies with TechnologyTargeting. This is part of the ad publisher API with the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"]]