Google Campaign Manager · JSON Structure

Google Campaign Manager Campaign Structure

Type: object Properties: 19
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

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

Properties

id accountId subaccountId advertiserId advertiserGroupId name archived startDate endDate comment billingInvoiceCode defaultLandingPageId externalId audienceSegmentGroups eventTagOverrides creativeGroupIds additionalCreativeOptimizationConfigurations euPoliticalAdsDeclaration kind

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Campaign",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "subaccountId": {
      "type": "string"
    },
    "advertiserId": {
      "type": "string"
    },
    "advertiserGroupId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "archived": {
      "type": "boolean"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "billingInvoiceCode": {
      "type": "string"
    },
    "defaultLandingPageId": {
      "type": "string"
    },
    "externalId": {
      "type": "string"
    },
    "audienceSegmentGroups": {
      "type": "array"
    },
    "eventTagOverrides": {
      "type": "array"
    },
    "creativeGroupIds": {
      "type": "array"
    },
    "additionalCreativeOptimizationConfigurations": {
      "type": "array"
    },
    "euPoliticalAdsDeclaration": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}