---
title: "Get Traffic Stats"
method: GET
path: "/v1/shops/{shopId}/analytics/traffic/stats"
tags: ["Analytics"]
---

# Get Traffic Stats

`GET /v1/shops/{shopId}/analytics/traffic/stats`

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

## Response `200`

- object
  - `pageviews` integer
  - `visitors` integer
  - `visits` integer
  - `bounces` integer
  - `totaltime` integer
  - `comparison` object
    - `pageviews` integer
    - `visitors` integer
    - `visits` integer
    - `bounces` integer
    - `totaltime` integer

---

[API](https://skmtc.dev/sellauth/apis/sellauth-api.md) · [All operations](https://skmtc.dev/sellauth/apis/sellauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellauth/sellauth-api/revisions/945e6d749d68/schema)
