Google Campaign Manager · JSON Structure

Google Campaign Manager Ad Structure

Type: object Properties: 16
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

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

Properties

id accountId subaccountId campaignId advertiserId name active archived comments startTime endTime type dynamicClickTracker placementAssignments eventTagOverrides kind

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Ad",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "subaccountId": {
      "type": "string"
    },
    "campaignId": {
      "type": "string"
    },
    "advertiserId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "active": {
      "type": "boolean"
    },
    "archived": {
      "type": "boolean"
    },
    "comments": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "dynamicClickTracker": {
      "type": "boolean"
    },
    "placementAssignments": {
      "type": "array"
    },
    "eventTagOverrides": {
      "type": "array"
    },
    "kind": {
      "type": "string"
    }
  }
}