albertsons · JSON Structure

Retail Media Api Audience List Response Structure

Paginated list of audience segments.

Type: object Properties: 4
GroceryRetailRetail MediaAdvertisingCampaignsAnalyticsConsumer GoodsFoodPharmacy

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

Properties

audiences total limit offset

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-audience-list-response-structure.json",
  "name": "Audience List Response",
  "description": "Paginated list of audience segments.",
  "type": "object",
  "properties": {
    "audiences": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Audience"
      },
      "description": "Array of audience segment objects."
    },
    "total": {
      "type": "integer",
      "description": "Total number of audience segments available.",
      "example": 150
    },
    "limit": {
      "type": "integer",
      "description": "Maximum number of results returned.",
      "example": 20
    },
    "offset": {
      "type": "integer",
      "description": "Number of results skipped.",
      "example": 0
    }
  }
}