Home
Outbrain
Outbrain Campaign Structure
Outbrain Campaign Structure
Operational structure of an Outbrain Amplify campaign — the relationships between Marketer, Campaign, PromotedLink, Budget, and AudienceTargeting as exposed by the Amplify API.
Type: object
Properties: 1
Advertising Native Advertising Open Web CTV Connected TV Video Advertising Content Discovery Programmatic Performance Marketing AdTech Teads
OutbrainCampaignStructure is a JSON Structure definition published by Outbrain, describing 1 property. It conforms to the https://json-structure.org/draft/2025-01/schema meta-schema.
Properties
Marketer
Meta-schema: https://json-structure.org/draft/2025-01/schema
JSON Structure
{
"$schema": "https://json-structure.org/draft/2025-01/schema",
"name": "OutbrainCampaignStructure",
"type": "object",
"description": "Operational structure of an Outbrain Amplify campaign — the relationships between Marketer, Campaign, PromotedLink, Budget, and AudienceTargeting as exposed by the Amplify API.",
"properties": {
"Marketer": {
"type": "object",
"properties": {
"id": { "type": "string" },
"name": { "type": "string" },
"currency": { "type": "string" },
"campaigns": {
"type": "array",
"items": { "$ref": "#/definitions/Campaign" }
},
"budgets": {
"type": "array",
"items": { "$ref": "#/definitions/Budget" }
}
}
}
},
"definitions": {
"Campaign": {
"type": "object",
"properties": {
"id": { "type": "string" },
"name": { "type": "string" },
"cpc": { "type": "number" },
"objective": { "type": "string" },
"budgetId": { "type": "string" },
"promotedLinks": {
"type": "array",
"items": { "$ref": "#/definitions/PromotedLink" }
},
"targeting": { "$ref": "#/definitions/AudienceTargeting" }
}
},
"PromotedLink": {
"type": "object",
"properties": {
"id": { "type": "string" },
"text": { "type": "string" },
"url": { "type": "string", "format": "uri" },
"enabled": { "type": "boolean" },
"status": { "type": "string" }
}
},
"Budget": {
"type": "object",
"properties": {
"id": { "type": "string" },
"amount": { "type": "number" },
"type": { "type": "string" },
"currency": { "type": "string" }
}
},
"AudienceTargeting": {
"type": "object",
"properties": {
"geoTargeting": { "type": "array", "items": { "type": "string" } },
"platformTargeting": { "type": "array", "items": { "type": "string" } },
"interestSegments": { "type": "array", "items": { "type": "string" } }
}
}
}
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/outbrain-campaign-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.