MediaMath · Schema

strategy_full

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

JSON Schema

campaigns-strategy_full.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "strategy_full",
  "allOf": [
    {
      "$ref": "#/components/schemas/strategy_base"
    },
    {
      "type": "object",
      "properties": {
        "version": {
          "type": "integer",
          "format": "int32",
          "example": 2
        },
        "goals": {
          "$ref": "#/components/schemas/strategy_goals"
        },
        "pacing": {
          "$ref": "#/components/schemas/strategy_pacing"
        },
        "inventory": {
          "$ref": "#/components/schemas/strategy_inventory"
        }
      }
    }
  ]
}