MediaMath · Schema

marketplace_create

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics
View JSON Schema on GitHub

JSON Schema

campaigns-marketplace_create.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "marketplace_create",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/marketplace_full"
    },
    {
      "type": "object",
      "required": [
        "name",
        "strategy_id"
      ]
    }
  ]
}