MediaMath · Schema

campaign_duration

Duration of campaigns must not exceed 36 months

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
start_date string
end_date string
View JSON Schema on GitHub

JSON Schema

campaigns-campaign_duration.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "campaign_duration",
  "type": "object",
  "description": "Duration of campaigns must not exceed 36 months",
  "properties": {
    "start_date": {
      "type": "string",
      "format": "date-time"
    },
    "end_date": {
      "type": "string",
      "format": "date-time"
    }
  }
}