MediaMath · Schema

permission_v2_agency

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics
View JSON Schema on GitHub

JSON Schema

campaigns-permission_v2_agency.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "permission_v2_agency",
  "allOf": [
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "dmp_enabled": {
          "type": "string"
        },
        "value": {
          "type": "string"
        },
        "organization_id": {
          "type": "integer"
        }
      }
    }
  ]
}