Google Campaign Manager · JSON Structure

Google Campaign Manager Reports List Response Structure

Type: object Properties: 4
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

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

Properties

items nextPageToken etag kind

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReportsListResponse",
  "type": "object",
  "properties": {
    "items": {
      "type": "array"
    },
    "nextPageToken": {
      "type": "string"
    },
    "etag": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    }
  }
}