[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eMobileCarrierTargeting\u003c/code\u003e allows you to target or exclude specific mobile carriers for ad delivery in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eIt is used within Line Items to refine ad targeting based on the mobile carriers used by potential viewers.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eisTargeted\u003c/code\u003e field determines whether the specified carriers should be included or excluded, defaulting to inclusion (\u003ccode\u003etrue\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003emobileCarriers\u003c/code\u003e lists the specific carriers to target or exclude, utilizing the \u003ccode\u003eMobileCarrier\u003c/code\u003e object from the broader Technology targeting options.\u003c/p\u003e\n"]]],["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"],null,["**Service** \n[AdRuleService](/ad-manager/api/reference/v202411/AdRuleService.MobileCarrierTargeting) [AdjustmentService](/ad-manager/api/reference/v202411/AdjustmentService.MobileCarrierTargeting) **ForecastService** [LineItemService](/ad-manager/api/reference/v202411/LineItemService.MobileCarrierTargeting) [NativeStyleService](/ad-manager/api/reference/v202411/NativeStyleService.MobileCarrierTargeting) [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.MobileCarrierTargeting) [ProposalService](/ad-manager/api/reference/v202411/ProposalService.MobileCarrierTargeting) [PublisherQueryLanguageService](/ad-manager/api/reference/v202411/PublisherQueryLanguageService.MobileCarrierTargeting) [TargetingPresetService](/ad-manager/api/reference/v202411/TargetingPresetService.MobileCarrierTargeting) [YieldGroupService](/ad-manager/api/reference/v202411/YieldGroupService.MobileCarrierTargeting) **Dependencies** \n[TechnologyTargeting](/ad-manager/api/reference/v202411/ForecastService.TechnologyTargeting) \n▼\n**MobileCarrierTargeting**\n\nRepresents mobile carriers that are being targeted or excluded by the [LineItem](/ad-manager/api/reference/v202411/ForecastService.LineItem).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ||\n|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `isTargeted` | ` `xsd:`boolean` Indicates whether mobile carriers should be targeted or excluded. This attribute is optional and defaults to `true`. |\n| `mobileCarriers` | 1. ` `[Technology](/ad-manager/api/reference/v202411/ForecastService.Technology)`[]` 1. ` `[BandwidthGroup](/ad-manager/api/reference/v202411/ForecastService.BandwidthGroup)` ` 2. ` `[Browser](/ad-manager/api/reference/v202411/ForecastService.Browser)` ` 3. ` `[BrowserLanguage](/ad-manager/api/reference/v202411/ForecastService.BrowserLanguage)` ` 4. ` `[DeviceCapability](/ad-manager/api/reference/v202411/ForecastService.DeviceCapability)` ` 5. ` `[DeviceCategory](/ad-manager/api/reference/v202411/ForecastService.DeviceCategory)` ` 6. ` `[DeviceManufacturer](/ad-manager/api/reference/v202411/ForecastService.DeviceManufacturer)` ` 7. ` `[MobileCarrier](/ad-manager/api/reference/v202411/ForecastService.MobileCarrier)` ` 8. ` `[MobileDevice](/ad-manager/api/reference/v202411/ForecastService.MobileDevice)` ` 9. ` `[MobileDeviceSubmodel](/ad-manager/api/reference/v202411/ForecastService.MobileDeviceSubmodel)` ` 10. ` `[OperatingSystem](/ad-manager/api/reference/v202411/ForecastService.OperatingSystem)` ` 11. ` `[OperatingSystemVersion](/ad-manager/api/reference/v202411/ForecastService.OperatingSystemVersion)` ` \u003cbr /\u003e Mobile carriers that are being targeted or excluded by the [LineItem](/ad-manager/api/reference/v202411/ForecastService.LineItem). |"]]