MediaMath · Schema

atomic_creative_vendor

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
vendor_ids array
View JSON Schema on GitHub

JSON Schema

campaigns-atomic_creative_vendor.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "atomic_creative_vendor",
  "type": "object",
  "properties": {
    "vendor_ids": {
      "type": "array",
      "example": [
        3,
        56
      ],
      "items": {
        "type": "integer",
        "format": "int32"
      }
    }
  }
}