---
title: "Get UTM Analytics"
method: GET
path: "/{utm_dimension}"
---

# Get UTM Analytics

`GET /{utm_dimension}`

Retrieve UTM analytics aggregated by date for the organization. The endpoint supports five UTM dimensions, each available at its own path. Returns daily totals of views, plays, unique views and unique plays for the given date range.

## Path parameters

- `utm_dimension` 'utmSource' | 'utmMedium' | 'utmCampaign' | 'utmTerm' | 'utmContent', required

## Query parameters

- `start_date` string, date, required
- `end_date` string, date, required

## Response `200`

UTM analytics aggregated by date. Days with no activity are omitted from the response.

- object

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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