MediaMath · Schema

cpm

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
currency_code string
value number
View JSON Schema on GitHub

JSON Schema

campaigns-cpm.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "cpm",
  "type": "object",
  "properties": {
    "currency_code": {
      "type": "string",
      "example": "USD"
    },
    "value": {
      "type": "number",
      "format": "double"
    }
  }
}