[[["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\u003eMobileDeviceTargeting allows targeting or excluding specific mobile devices in ad campaigns.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes various criteria like device category, manufacturer, model, OS, and carrier.\u003c/p\u003e\n"],["\u003cp\u003eLine items can either target or exclude defined sets of mobile devices.\u003c/p\u003e\n"],["\u003cp\u003eThe targeting criteria are represented by an array of Technology objects with specific attributes.\u003c/p\u003e\n"],["\u003cp\u003eMobileDeviceTargeting is part of the Google Ad Manager API and uses the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["MobileDeviceTargeting manages mobile device targeting and exclusion for LineItems. The `targetedMobileDevices` field specifies the included devices, while `excludedMobileDevices` lists those excluded. Both fields utilize Technology and various targeting criteria: BandwidthGroup, Browser, BrowserLanguage, DeviceCapability, DeviceCategory, DeviceManufacturer, MobileCarrier, MobileDevice, MobileDeviceSubmodel, OperatingSystem, and OperatingSystemVersion. This targeting can be implemented with multiple services, such as AdRuleService, ForecastService, and LineItemService.\n"],null,["# type MobileDeviceTargeting (v202408)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202408/AdRuleService.MobileDeviceTargeting) [AdjustmentService](/ad-manager/api/reference/v202408/AdjustmentService.MobileDeviceTargeting) [ForecastService](/ad-manager/api/reference/v202408/ForecastService.MobileDeviceTargeting) [LineItemService](/ad-manager/api/reference/v202408/LineItemService.MobileDeviceTargeting) **NativeStyleService** [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.MobileDeviceTargeting) [ProposalService](/ad-manager/api/reference/v202408/ProposalService.MobileDeviceTargeting) [PublisherQueryLanguageService](/ad-manager/api/reference/v202408/PublisherQueryLanguageService.MobileDeviceTargeting) [TargetingPresetService](/ad-manager/api/reference/v202408/TargetingPresetService.MobileDeviceTargeting) [YieldGroupService](/ad-manager/api/reference/v202408/YieldGroupService.MobileDeviceTargeting) **Dependencies** \n[TechnologyTargeting](/ad-manager/api/reference/v202408/NativeStyleService.TechnologyTargeting) \n▼\n**MobileDeviceTargeting**\n\nRepresents mobile devices that are being targeted or excluded by the [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|-----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `targetedMobileDevices` | 1. ` `[Technology](/ad-manager/api/reference/v202408/NativeStyleService.Technology)`[]` 1. ` `[BandwidthGroup](/ad-manager/api/reference/v202408/NativeStyleService.BandwidthGroup)` ` 2. ` `[Browser](/ad-manager/api/reference/v202408/NativeStyleService.Browser)` ` 3. ` `[BrowserLanguage](/ad-manager/api/reference/v202408/NativeStyleService.BrowserLanguage)` ` 4. ` `[DeviceCapability](/ad-manager/api/reference/v202408/NativeStyleService.DeviceCapability)` ` 5. ` `[DeviceCategory](/ad-manager/api/reference/v202408/NativeStyleService.DeviceCategory)` ` 6. ` `[DeviceManufacturer](/ad-manager/api/reference/v202408/NativeStyleService.DeviceManufacturer)` ` 7. ` `[MobileCarrier](/ad-manager/api/reference/v202408/NativeStyleService.MobileCarrier)` ` 8. ` `[MobileDevice](/ad-manager/api/reference/v202408/NativeStyleService.MobileDevice)` ` 9. ` `[MobileDeviceSubmodel](/ad-manager/api/reference/v202408/NativeStyleService.MobileDeviceSubmodel)` ` 10. ` `[OperatingSystem](/ad-manager/api/reference/v202408/NativeStyleService.OperatingSystem)` ` 11. ` `[OperatingSystemVersion](/ad-manager/api/reference/v202408/NativeStyleService.OperatingSystemVersion)` ` \u003cbr /\u003e Mobile devices that are being targeted by the [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem). |\n| ### `excludedMobileDevices` | 1. ` `[Technology](/ad-manager/api/reference/v202408/NativeStyleService.Technology)`[]` 1. ` `[BandwidthGroup](/ad-manager/api/reference/v202408/NativeStyleService.BandwidthGroup)` ` 2. ` `[Browser](/ad-manager/api/reference/v202408/NativeStyleService.Browser)` ` 3. ` `[BrowserLanguage](/ad-manager/api/reference/v202408/NativeStyleService.BrowserLanguage)` ` 4. ` `[DeviceCapability](/ad-manager/api/reference/v202408/NativeStyleService.DeviceCapability)` ` 5. ` `[DeviceCategory](/ad-manager/api/reference/v202408/NativeStyleService.DeviceCategory)` ` 6. ` `[DeviceManufacturer](/ad-manager/api/reference/v202408/NativeStyleService.DeviceManufacturer)` ` 7. ` `[MobileCarrier](/ad-manager/api/reference/v202408/NativeStyleService.MobileCarrier)` ` 8. ` `[MobileDevice](/ad-manager/api/reference/v202408/NativeStyleService.MobileDevice)` ` 9. ` `[MobileDeviceSubmodel](/ad-manager/api/reference/v202408/NativeStyleService.MobileDeviceSubmodel)` ` 10. ` `[OperatingSystem](/ad-manager/api/reference/v202408/NativeStyleService.OperatingSystem)` ` 11. ` `[OperatingSystemVersion](/ad-manager/api/reference/v202408/NativeStyleService.OperatingSystemVersion)` ` \u003cbr /\u003e Mobile devices that are being excluded by the [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem). |"]]