Albertsons · Schema

Report Request

Request body for generating a custom performance report.

GroceryRetailRetail MediaAdvertisingCampaignsAnalyticsConsumer GoodsFoodPharmacy

Properties

Name Type Description
campaignIds array List of campaign IDs to include in the report. Empty returns all.
startDate string Start date for the report period (ISO 8601).
endDate string End date for the report period (ISO 8601).
dimensions array Dimensions to group report data by.
metrics array Metrics to include in the report.
format string Output format for the report.
View JSON Schema on GitHub

JSON Schema

retail-media-api-report-request-schema.json Raw ↑
{
  "$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-report-request-schema.json",
  "title": "Report Request",
  "description": "Request body for generating a custom performance report.",
  "type": "object",
  "properties": {
    "campaignIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of campaign IDs to include in the report. Empty returns all.",
      "example": [
        "500123"
      ]
    },
    "startDate": {
      "type": "string",
      "format": "date",
      "description": "Start date for the report period (ISO 8601).",
      "example": "2026-03-01"
    },
    "endDate": {
      "type": "string",
      "format": "date",
      "description": "End date for the report period (ISO 8601).",
      "example": "2026-03-31"
    },
    "dimensions": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Dimensions to group report data by.",
      "example": [
        "date",
        "campaign"
      ]
    },
    "metrics": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Metrics to include in the report.",
      "example": [
        "impressions",
        "clicks",
        "roas"
      ]
    },
    "format": {
      "type": "string",
      "enum": [
        "json",
        "csv"
      ],
      "description": "Output format for the report.",
      "example": "json"
    }
  },
  "required": [
    "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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/retail-media-api-report-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.