Google Campaign Manager · JSON Structure

Google Campaign Manager Report Structure

Type: object Properties: 11
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

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

Properties

id ownerProfileId accountId subAccountId name fileName type format etag lastModifiedTime kind

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Report",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "ownerProfileId": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "subAccountId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "fileName": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "format": {
      "type": "string"
    },
    "etag": {
      "type": "string"
    },
    "lastModifiedTime": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}