MediaMath · Schema
strategy_targeting
Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAdTechBiddingAudience SegmentsCreative ManagementReportingAnalytics
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "strategy_targeting",
"allOf": [
{
"properties": {
"fold_position": {
"type": "array",
"items": {
"type": "string",
"enum": [
"ABOVE",
"BELOW",
"UNCATEGORIZED",
"HEADER",
"FOOTER",
"SIDEBAR",
"FULLSCREEN"
]
},
"nullable": true
},
"audience": {
"type": "object",
"properties": {
"include": {
"type": "array",
"items": {
"type": "object",
"properties": {
"operator": {
"type": "string",
"enum": [
"AND",
"OR"
],
"default": "OR"
},
"segments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/strategy_audience_segment"
}
}
}
}
},
"exclude": {
"type": "object",
"properties": {
"operator": {
"type": "string",
"enum": [
"AND",
"OR"
],
"default": "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"
],
"default": "OR"
},
"segments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/strategy_contextual_segment"
}
}
}
}
},
"exclude": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"operator": {
"type": "string",
"enum": [
"AND",
"OR"
],
"default": "OR"
},
"segments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/strategy_contextual_segment"
}
}
},
"required": [
"segments"
]
}
}
},
"audience_groups": {
"type": "object",
"properties": {
"include": {
"type": "array",
"items": {
"$ref": "#/components/schemas/strategy_segment_group"
}
},
"exclude": {
"type": "object",
"items": {
"$ref": "#/components/schemas/strategy_segment_group_exclude"
}
}
}
},
"contextual_groups": {
"type": "object",
"properties": {
"include": {
"type": "array",
"items": {
"$ref": "#/components/schemas/strategy_segment_group"
}
},
"exclude": {
"type": "object",
"items": {
"$ref": "#/components/schemas/strategy_segment_group_exclude"
}
}
}
},
"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"
}
}
}
},
"day_parts": {
"type": "array",
"items": {
"$ref": "#/components/schemas/day_part"
}
}
}
}
],
"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_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.