MediaMath · Schema

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
supply_source_id integer
View JSON Schema on GitHub

JSON Schema

campaigns-supply_source.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "",
  "type": "object",
  "properties": {
    "supply_source_id": {
      "type": "integer",
      "format": "int32",
      "example": 54
    }
  },
  "required": [
    "supply_source_id"
  ]
}