MediaMath · Schema

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
supply_source_id integer
name string available only when extended
rtb_type string available only when extended
View JSON Schema on GitHub

JSON Schema

campaigns-supply_source_extended.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "",
  "type": "object",
  "properties": {
    "supply_source_id": {
      "type": "integer"
    },
    "name": {
      "type": "string",
      "description": "available only when extended",
      "readOnly": true
    },
    "rtb_type": {
      "type": "string",
      "enum": [
        "STANDARD",
        "MARKETPLACE"
      ],
      "description": "available only when extended",
      "readOnly": true
    }
  },
  "required": [
    "supply_source_id"
  ]
}