List Store Traffic Events

GET /storetrafficevents

List all Store Traffic Events for an account.

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
    • eventTime string

      Time the event occurred

    • externalStoreID string
    • incomingTraffic integer

      Number of incoming traffic

    • outgoingTraffic integer

      Number of outgoing traffic

    • storeTrafficCounterID string

      ExternalID of the counter

  • default

    All errors will return the same object with a describing code & message

    Hide response attributes Show response attributes object
    • error string
    • message string
    • statusCode integer
GET /storetrafficevents
curl \
 --request GET 'https://api.maddenanalytics.com/v2/api/storetrafficevents'
Response examples (200)
[
  {
    "eventTime": "string",
    "externalStoreID": "string",
    "incomingTraffic": 42,
    "outgoingTraffic": 42,
    "storeTrafficCounterID": "string"
  }
]
Response examples (default)
{
  "error": "Error Type (if any)",
  "message": "Message describing the error",
  "statusCode": 400
}