albertsons · JSON Structure

Retail Media Api Report Request Structure

Request body for generating a custom performance report.

Type: object Properties: 6 Required: 2
GroceryRetailRetail MediaAdvertisingCampaignsAnalyticsConsumer GoodsFoodPharmacy

Report Request is a JSON Structure definition published by albertsons, describing 6 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

campaignIds startDate endDate dimensions metrics format

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/albertsons/refs/heads/main/json-structure/retail-media-api-report-request-structure.json",
  "name": "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": "date",
      "description": "Start date for the report period (ISO 8601).",
      "example": "2026-03-01"
    },
    "endDate": {
      "type": "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 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/retail-media-api-report-request-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 email required.

A second provider on the same verified email joins the account you already have.