Google Campaign Manager · JSON Structure

Google Campaign Manager Report Delivery Structure

Type: object Properties: 4
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

ReportDelivery 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

emailOwner emailOwnerDeliveryType message recipients

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReportDelivery",
  "type": "object",
  "properties": {
    "emailOwner": {
      "type": "boolean"
    },
    "emailOwnerDeliveryType": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "recipients": {
      "type": "array"
    }
  }
}