Albertsons · Schema
Create Campaign Request
Request body for creating a new advertising campaign.
GroceryRetailRetail MediaAdvertisingCampaignsAnalyticsConsumer GoodsFoodPharmacy
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Display name for the new campaign. |
| budget | number | Total budget allocated to the campaign in USD. |
| startDate | string | Campaign start date (ISO 8601). |
| endDate | string | Campaign end date (ISO 8601). |
| targetAudienceIds | array | List of audience segment IDs for targeting. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/albertsons/refs/heads/main/json-schema/retail-media-api-create-campaign-request-schema.json",
"title": "Create Campaign Request",
"description": "Request body for creating a new advertising campaign.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Display name for the new campaign.",
"example": "Summer Grocery Promotion"
},
"budget": {
"type": "number",
"format": "double",
"description": "Total budget allocated to the campaign in USD.",
"example": 25000.0
},
"startDate": {
"type": "string",
"format": "date",
"description": "Campaign start date (ISO 8601).",
"example": "2026-06-01"
},
"endDate": {
"type": "string",
"format": "date",
"description": "Campaign end date (ISO 8601).",
"example": "2026-08-31"
},
"targetAudienceIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of audience segment IDs for targeting.",
"example": [
"aud-001",
"aud-002"
]
}
},
"required": [
"name",
"budget",
"startDate",
"endDate"
]
}
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/retail-media-api-create-campaign-request"
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.