Google Campaign Manager · JSON Structure

Google Campaign Manager Report Schedule Structure

Type: object Properties: 7
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

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

Properties

active repeats every startDate expirationDate runsOnDayOfMonth timezone

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReportSchedule",
  "type": "object",
  "properties": {
    "active": {
      "type": "boolean"
    },
    "repeats": {
      "type": "string"
    },
    "every": {
      "type": "integer"
    },
    "startDate": {
      "type": "string"
    },
    "expirationDate": {
      "type": "string"
    },
    "runsOnDayOfMonth": {
      "type": "string"
    },
    "timezone": {
      "type": "string"
    }
  }
}