---
title: "Returns real-time click events for a campaign."
method: GET
path: "/report/live/clicks/{campaignId}"
tags: ["Reports"]
---

# Returns real-time click events for a campaign.

`GET /report/live/clicks/{campaignId}`

Returns the most recent click events for the specified campaign in real time.
Only applicable to campaigns with a lander — direct-linking campaigns never record clicks.

## Path parameters

- `campaignId` string, uuid, required

## Query parameters

- `offset` integer
- `tz` string
- `limit` integer

## Response `200`

Real-time event data for a specific campaign. Contains the most recent visit or click events as they occur.

## Changes

> 6 revisions in range; 1 not diffed.

- **2026-08-25** `c1c1dd6b0c07` — 4 info
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `offset`
  - added the optional property `limit` to the response with the `200` status
  - added the required property `offset` to the response with the `200` status

[Change history](https://skmtc.dev/voluum/apis/voluum-api/changes/report/live/clicks/:campaignId/get.md)

---

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