Platform

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

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

JSON Schema

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