MediaMath · Schema

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
deal_group_id integer
View JSON Schema on GitHub

JSON Schema

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