ReportDelivery

Report email delivery settings.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
emailOwner boolean Whether the report should be emailed to the report owner.
emailOwnerDeliveryType string The type of delivery for the owner email.
message string The message to include in the email.
recipients array The list of recipients to send the report to.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-report-delivery-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReportDelivery",
  "type": "object",
  "description": "Report email delivery settings.",
  "properties": {
    "emailOwner": {
      "type": "boolean",
      "description": "Whether the report should be emailed to the report owner."
    },
    "emailOwnerDeliveryType": {
      "type": "string",
      "description": "The type of delivery for the owner email."
    },
    "message": {
      "type": "string",
      "description": "The message to include in the email."
    },
    "recipients": {
      "type": "array",
      "description": "The list of recipients to send the report to."
    }
  }
}