MediaMath · Schema
strategy_plan_targeting
Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAdTechBiddingAudience SegmentsCreative ManagementReportingAnalytics
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "strategy_plan_targeting",
"allOf": [
{
"properties": {
"fold_position": {
"type": "array",
"items": {
"type": "string",
"enum": [
"ABOVE",
"BELOW",
"UNCATEGORIZED"
]
},
"nullable": true
},
"audience": {
"type": "object",
"properties": {
"include": {
"type": "array",
"items": {
"type": "object",
"properties": {
"operator": {
"type": "string",
"enum": [
"AND",
"OR"
]
},
"segments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/strategy_audience_segment"
}
}
}
}
},
"exclude": {
"type": "object",
"properties": {
"operator": {
"type": "string",
"enum": [
"AND",
"OR"
]
},
"segments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/strategy_audience_segment"
}
}
}
}
}
},
"contextual": {
"type": "object",
"properties": {
"include": {
"type": "array",
"items": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"operator": {
"type": "string",
"enum": [
"AND",
"OR"
]
},
"segments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/strategy_contextual_segment"
}
}
}
}
},
"exclude": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"operator": {
"type": "string",
"enum": [
"AND",
"OR"
]
},
"segments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/strategy_contextual_segment"
}
}
},
"required": [
"segments"
]
}
}
},
"postal_codes": {
"$ref": "#/components/schemas/targeting_postal_codes"
},
"geofence": {
"type": "object",
"properties": {
"include": {
"$ref": "#/components/schemas/strategy_geofence"
},
"exclude": {
"$ref": "#/components/schemas/strategy_geofence"
}
}
},
"my_data": {
"type": "object",
"properties": {
"include": {
"$ref": "#/components/schemas/strategy_my_data"
},
"exclude": {
"$ref": "#/components/schemas/strategy_my_data"
}
}
},
"location": {
"type": "object",
"properties": {
"include": {
"type": "array",
"items": {
"$ref": "#/components/schemas/strategy_location"
}
},
"exclude": {
"type": "array",
"items": {
"$ref": "#/components/schemas/strategy_location"
}
}
}
},
"technology": {
"type": "object",
"properties": {
"include": {
"type": "array",
"items": {
"$ref": "#/components/schemas/strategy_technology"
}
},
"exclude": {
"type": "array",
"items": {
"$ref": "#/components/schemas/strategy_technology"
}
}
}
},
"ip_addresses": {
"$ref": "#/components/schemas/targeting_ip_addresses"
},
"day_parts": {
"type": "array",
"items": {
"$ref": "#/components/schemas/day_part"
}
},
"recency": {
"type": "array",
"items": {
"type": "object",
"properties": {
"pixel_id": {
"type": "integer",
"format": "int32",
"example": 67
},
"from_hour": {
"type": "integer",
"format": "int32",
"example": 5
},
"to_hour": {
"type": "integer",
"format": "int32",
"example": 7
}
},
"required": [
"pixel_id",
"from_hour",
"to_hour"
]
}
},
"language_codes": {
"type": "array",
"items": {
"properties": {
"code": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
}
],
"type": "object"
}
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_plan_targeting"
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.