MediaMath · Schema

pixel_bundle_base

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAdTechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
id integer
provider_id integer
name string
cost_pct_cpm number
eligible boolean
tags string
cost_cpm number
external_identifier string
tag_type string
pricing string
cost_cpts number
segment_op string
rmx_friendly boolean
rmx_merit boolean
rmx_pc_window_minutes integer
rmx_pv_window_minutes integer
rmx_conversion_type string
rmx_conversion_minutes integer
currency string
revenue string
currency_fixed string
status boolean
event_urls array
contianer_tags array
View JSON Schema on GitHub

JSON Schema

campaigns-pixel_bundle_base.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "pixel_bundle_base",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "minimum": 1,
      "format": "int32",
      "example": 32,
      "readOnly": true
    },
    "provider_id": {
      "type": "integer",
      "nullable": true,
      "minimum": 1,
      "format": "int32",
      "example": 15
    },
    "name": {
      "type": "string",
      "minLength": 1,
      "maxLength": 64
    },
    "cost_pct_cpm": {
      "type": "number",
      "nullable": true
    },
    "eligible": {
      "type": "boolean"
    },
    "tags": {
      "type": "string",
      "nullable": true,
      "readOnly": true
    },
    "cost_cpm": {
      "type": "number",
      "nullable": true
    },
    "external_identifier": {
      "type": "string",
      "readOnly": true
    },
    "tag_type": {
      "type": "string",
      "enum": [
        "dfa",
        "uat",
        "image",
        "iframe",
        "js"
      ]
    },
    "pricing": {
      "type": "string",
      "enum": [
        "CPM",
        "CPTS"
      ],
      "nullable": true
    },
    "cost_cpts": {
      "type": "number",
      "nullable": true
    },
    "segment_op": {
      "type": "string",
      "nullable": true,
      "enum": [
        "AND",
        "OR"
      ]
    },
    "rmx_friendly": {
      "type": "boolean",
      "deprecated": true
    },
    "rmx_merit": {
      "type": "boolean",
      "deprecated": true
    },
    "rmx_pc_window_minutes": {
      "type": "integer",
      "nullable": true,
      "format": "int32",
      "example": 34,
      "deprecated": true
    },
    "rmx_pv_window_minutes": {
      "type": "integer",
      "nullable": true,
      "format": "int32",
      "example": 44,
      "deprecated": true
    },
    "rmx_conversion_type": {
      "type": "string",
      "enum": [
        "one",
        "variable"
      ],
      "deprecated": true
    },
    "rmx_conversion_minutes": {
      "type": "integer",
      "format": "int32",
      "example": 24,
      "deprecated": true
    },
    "currency": {
      "type": "string",
      "nullable": true,
      "enum": [
        "S1",
        "S2",
        "V1",
        "V2"
      ]
    },
    "revenue": {
      "type": "string",
      "nullable": true,
      "enum": [
        "S1",
        "S2",
        "V1",
        "V2"
      ]
    },
    "currency_fixed": {
      "type": "string",
      "nullable": true
    },
    "status": {
      "type": "boolean"
    },
    "event_urls": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "nullable": true
    },
    "contianer_tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "nullable": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/campaigns-pixel_bundle_base"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.