Google Campaign Manager · JSON Structure

Google Campaign Manager Mobile Carrier Structure

Type: object Properties: 5
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

MobileCarrier is a JSON Structure definition published by Google Campaign Manager, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

dartId name countryDartId countryCode kind

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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