campaign_base
Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAdTechBiddingAudience SegmentsCreative ManagementReportingAnalytics
Properties
| Name |
Type |
Description |
| archived |
boolean |
|
| status |
boolean |
|
| name |
string |
|
| service_type |
string |
|
| io_name |
string |
|
| io_reference_num |
string |
|
| is_programmatic_guaranteed |
boolean |
|
| political |
boolean |
|
| source_campaign_id |
integer |
|
| zone_name |
string |
|
| viewability |
object |
|
| identity |
object |
|
| ad_server |
object |
|
| pacing |
object |
|
| attribution |
object |
|
| vendor_contracts |
array |
|
| mfa_avoidance |
string |
|
| targeting_identity_level |
string |
|
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "campaign_base",
"type": "object",
"properties": {
"archived": {
"type": "boolean",
"default": false
},
"status": {
"type": "boolean",
"default": true
},
"name": {
"type": "string",
"minLength": 1,
"maxLength": 256
},
"service_type": {
"type": "string",
"enum": [
"SELF",
"MANAGED"
]
},
"io_name": {
"type": "string",
"maxLength": 256
},
"io_reference_num": {
"type": "string",
"maxLength": 32
},
"is_programmatic_guaranteed": {
"type": "boolean"
},
"political": {
"type": "boolean",
"default": false
},
"source_campaign_id": {
"type": "integer",
"nullable": true,
"format": "int32",
"example": 7
},
"zone_name": {
"type": "string",
"minLength": 1
},
"viewability": {
"$ref": "#/components/schemas/campaign_viewability"
},
"identity": {
"$ref": "#/components/schemas/campaign_identity"
},
"ad_server": {
"$ref": "#/components/schemas/campaign_ad_server"
},
"pacing": {
"$ref": "#/components/schemas/campaign_pacing"
},
"attribution": {
"$ref": "#/components/schemas/campaign_attribution"
},
"vendor_contracts": {
"type": "array",
"items": {
"$ref": "#/components/schemas/vendor_contract_base"
}
},
"mfa_avoidance": {
"type": "string",
"enum": [
"INHERIT",
"ALLOW_ALL",
"EXCLUDE_MFA"
]
},
"targeting_identity_level": {
"type": "string",
"enum": [
"INHERIT",
"INDIVIDUAL",
"HOUSEHOLD"
],
"default": "INHERIT"
}
}
}
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-campaign_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 email required.
A second provider on the same verified email joins the account you already have.