MobileCarrier

AdvertisingAnalyticsCampaign ManagementDigital MarketingReportingAd ServingAd TraffickingAttributionConversion TrackingMarketingMedia BuyingGoogle Marketing Platform

Properties

Name Type Description
dartId string
name string
countryDartId string
countryCode string
kind string
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-mobile-carrier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MobileCarrier",
  "type": "object",
  "properties": {
    "dartId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "countryDartId": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}