---
title: "Get GA traffic overview"
method: GET
path: "/v3/integrations/ga/traffic/overview"
tags: ["Google Analytics"]
---

# Get GA traffic overview

`GET /v3/integrations/ga/traffic/overview`

Returns Google Analytics traffic overview (sessions, users, pageviews) with period-over-period changes.

## Query parameters

- `teamId` string
- `days` integer
- `startDate` string
- `endDate` string
- `country` string
- `filters` union
  - string
  - string[]

## Response `200`

Default Response

- object
  - `sessions` number
  - `users` number
  - `pageviews` number
  - `sessionsChange` object, nullable
  - `usersChange` object, nullable
  - `pageviewsChange` object, nullable

## Other responses

- `403` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/versions/8f92b00b75d6/schema)
