MediaMath · Schema

pixel_bundle_collection_full

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

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

JSON Schema

campaigns-pixel_bundle_collection_full.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "pixel_bundle_collection_full",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "nullable": true,
      "allOf": [
        {
          "$ref": "#/components/schemas/pixel_bundle_response"
        }
      ]
    },
    "meta": {
      "$ref": "#/components/schemas/list_metadata"
    }
  }
}