Recipient

An email recipient for report delivery.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReportingAd ServingAd TraffickingAttributionConversion TrackingMarketingMedia BuyingGoogle Marketing Platform

Properties

Name Type Description
email string The email address of the recipient.
deliveryType string The delivery type for this recipient.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-recipient-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Recipient",
  "type": "object",
  "description": "An email recipient for report delivery.",
  "properties": {
    "email": {
      "type": "string",
      "description": "The email address of the recipient."
    },
    "deliveryType": {
      "type": "string",
      "description": "The delivery type for this recipient."
    }
  }
}