Analytics

Get Traffic Stats

Retrieves pageview, visitor, visit and bounce totals for a given timeframe.

get/v1/shops/{shopId}/analytics/traffic/stats

Response

pageviewsinteger
visitorsinteger
visitsinteger
bouncesinteger
totaltimeinteger

Example response

{
  "pageviews": 0,
  "visitors": 0,
  "visits": 0,
  "bounces": 0,
  "totaltime": 0,
  "comparison": {
    "pageviews": 0,
    "visitors": 0,
    "visits": 0,
    "bounces": 0,
    "totaltime": 0
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.