albertsons · JSON Structure

Retail Media Api Performance Metrics Response Structure

Collection of performance metric data points.

Type: object Properties: 2
GroceryRetailRetail MediaAdvertisingCampaignsAnalyticsConsumer GoodsFoodPharmacy

Performance Metrics Response is a JSON Structure definition published by albertsons, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

metrics total

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-performance-metrics-response-structure.json",
  "name": "Performance Metrics Response",
  "description": "Collection of performance metric data points.",
  "type": "object",
  "properties": {
    "metrics": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PerformanceMetric"
      },
      "description": "Array of performance metric data points."
    },
    "total": {
      "type": "integer",
      "description": "Total number of metric records returned.",
      "example": 31
    }
  }
}