MediaMath · Schema

campaign_dba_collection

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
data object
meta object
View JSON Schema on GitHub

JSON Schema

campaigns-campaign_dba_collection.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "campaign_dba_collection",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer"
        },
        "entity_type": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      }
    },
    "meta": {
      "$ref": "#/components/schemas/list_metadata"
    }
  }
}