MediaMath · Schema
strategy_details
Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAdTechBiddingAudience SegmentsCreative ManagementReportingAnalytics
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| description | string | |
| status | boolean | |
| archived | boolean | |
| is_programmatic_guaranteed | boolean | |
| media_type | string | |
| use_optimization | boolean | |
| ads_txt_verified | string | |
| type | string | |
| feature_compatibility | string | |
| device_graph_only | boolean | |
| mfa_avoidance | string | |
| zone_name | string | |
| created_on | string | |
| updated_on | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "strategy_details",
"type": "object",
"properties": {
"name": {
"type": "string",
"maxLength": 128
},
"description": {
"type": "string",
"maxLength": 1024
},
"status": {
"type": "boolean"
},
"archived": {
"type": "boolean",
"default": false
},
"is_programmatic_guaranteed": {
"type": "boolean",
"default": false,
"readOnly": true
},
"media_type": {
"type": "string",
"enum": [
"DISPLAY",
"VIDEO"
]
},
"use_optimization": {
"type": "boolean"
},
"ads_txt_verified": {
"type": "string",
"enum": [
"ANY",
"AUTHORIZED_ONLY",
"AUTHORIZED_DIRECT_ONLY",
"NONE"
],
"nullable": true
},
"type": {
"type": "string",
"enum": [
"REM",
"GBO",
"AUD"
]
},
"feature_compatibility": {
"type": "string",
"maxLength": 1024,
"nullable": true
},
"device_graph_only": {
"type": "boolean"
},
"mfa_avoidance": {
"type": "string",
"enum": [
"INHERIT",
"ALLOW_ALL",
"EXCLUDE_MFA"
]
},
"zone_name": {
"type": "string",
"example": "America/New_York",
"readOnly": true
},
"created_on": {
"type": "string",
"format": "date-time",
"readOnly": true
},
"updated_on": {
"type": "string",
"format": "date-time",
"readOnly": 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/campaigns-strategy_details"
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.