type MobileDeviceSubmodelTargeting (v202508)

  • MobileDeviceSubmodelTargeting represents mobile devices targeted or excluded by a LineItem.

  • This targeting mechanism is used across various services including AdRuleService, AdjustmentService, ForecastService, LineItemService, NativeStyleService, ProposalLineItemService, ProposalService, PublisherQueryLanguageService, TargetingPresetService, and YieldGroupService.

  • The targeting is defined by lists of targetedMobileDeviceSubmodels and excludedMobileDeviceSubmodels, which are arrays of Technology objects.

  • The Technology objects used for targeting and exclusion can represent various mobile device characteristics like bandwidth group, browser, operating system, device capability, and more.

Represents mobile devices that are being targeted or excluded by the LineItem.


Namespace
https://www.google.com/apis/ads/publisher/v202508

Field

targetedMobileDeviceSubmodels

  1. Technology[]
    1. BandwidthGroup
    2. Browser
    3. BrowserLanguage
    4. DeviceCapability
    5. DeviceCategory
    6. DeviceManufacturer
    7. MobileCarrier
    8. MobileDevice
    9. MobileDeviceSubmodel
    10. OperatingSystem
    11. OperatingSystemVersion

Mobile device submodels that are being targeted by the LineItem.

excludedMobileDeviceSubmodels

  1. Technology[]
    1. BandwidthGroup
    2. Browser
    3. BrowserLanguage
    4. DeviceCapability
    5. DeviceCategory
    6. DeviceManufacturer
    7. MobileCarrier
    8. MobileDevice
    9. MobileDeviceSubmodel
    10. OperatingSystem
    11. OperatingSystemVersion

Mobile device submodels that are being excluded by the LineItem.