MediaMath · Schema

strategy_forecast_query

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
expression string
freqCap integer
freqDur string
maxSpend number
maxCPM number
View JSON Schema on GitHub

JSON Schema

campaigns-strategy_forecast_query.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "strategy_forecast_query",
  "type": "object",
  "properties": {
    "expression": {
      "type": "string"
    },
    "freqCap": {
      "type": "integer",
      "nullable": true
    },
    "freqDur": {
      "type": "string",
      "enum": [
        "hour",
        "day",
        "week",
        "month",
        "campaign",
        "not-applicable"
      ],
      "nullable": true
    },
    "maxSpend": {
      "type": "number",
      "format": "float",
      "nullable": true
    },
    "maxCPM": {
      "type": "number",
      "format": "float",
      "nullable": true
    }
  }
}