Circana · Example Payload

Circana Getconsumerpurchases Example

AnalyticsConsumer DataMarket ResearchRetailCPGPoint Of SaleConsumer InsightsBusiness Intelligence

Circana Getconsumerpurchases Example is an example object payload from Circana, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getConsumerPurchases",
  "method": "GET",
  "path": "/consumer-panel/purchases",
  "summary": "Circana Get Consumer Purchase Data",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetConsumerPurchases200Example",
      "example": {
        "data": [
          {
            "segment": "18-34",
            "category": "Beverages",
            "penetration_pct": 72.5,
            "buy_rate": 3.2,
            "avg_spend": 15.8,
            "trips_per_buyer": 4.1,
            "channel": "grocery"
          }
        ],
        "pagination": {
          "offset": 0,
          "limit": 100,
          "total": 156
        }
      }
    }
  ]
}