albertsons · JSON Structure

Retail Media Api Audience Structure

An audience targeting segment based on shopper behavior.

Type: object Properties: 5
GroceryRetailRetail MediaAdvertisingCampaignsAnalyticsConsumer GoodsFoodPharmacy

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

Properties

audienceId name description size category

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-structure.json",
  "name": "Audience",
  "description": "An audience targeting segment based on shopper behavior.",
  "type": "object",
  "properties": {
    "audienceId": {
      "type": "string",
      "description": "Unique identifier of the audience segment.",
      "example": "aud-001"
    },
    "name": {
      "type": "string",
      "description": "Display name of the audience segment.",
      "example": "Organic Food Buyers"
    },
    "description": {
      "type": "string",
      "description": "Description of the audience segment criteria.",
      "example": "Shoppers with high organic product purchase frequency"
    },
    "size": {
      "type": "integer",
      "description": "Approximate number of shoppers in the audience segment.",
      "example": 2500000
    },
    "category": {
      "type": "string",
      "description": "Product category associated with the audience.",
      "example": "grocery"
    }
  }
}