FrequencyCap

Frequency cap configuration.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReportingAd ServingAd TraffickingAttributionConversion TrackingMarketingMedia BuyingGoogle Marketing Platform

Properties

Name Type Description
impressions integer Number of times an individual user can be served the ad.
duration integer Duration of time, in seconds, for this frequency cap.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-frequency-cap-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FrequencyCap",
  "type": "object",
  "description": "Frequency cap configuration.",
  "properties": {
    "impressions": {
      "type": "integer",
      "description": "Number of times an individual user can be served the ad."
    },
    "duration": {
      "type": "integer",
      "description": "Duration of time, in seconds, for this frequency cap."
    }
  }
}