MediaMath · Schema

concept

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
id integer
name string
entity_type string
View JSON Schema on GitHub

JSON Schema

campaigns-concepts_collection_short.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "concept",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "entity_type": {
      "type": "string"
    }
  }
}