---
title: "Get the latest tracked clicks"
method: GET
path: "/v2/user/analytics/{storeId}/tracking/clicks"
tags: ["Analytics - Tracking"]
---

# Get the latest tracked clicks

`GET /v2/user/analytics/{storeId}/tracking/clicks`

## Path parameters

- `storeId` string, guid, required

## Query parameters

- `count` integer

## Response `200`

Click list

- TrackedClicks
  - `clicks` TrackedClick[], required
    - `utcDate` string, date-time, required — The utc date of the click
    - `product` BeezUPCommonProductBasicInfo, required — The basic information related to a product
      - `productId` string, guid, required — The product identifier
      - `productSku` string, required — The product SKU
      - `productTitle` string, required — The product tile
      - `productImageUrl` string, uri — The product image Url
      - `productExists` boolean, required — Indicates if the product still exists in your catalog
    - `ipAddress` string, required — The user IP address for the click
    - `channel` BeezUPCommonChannelBasicInfo, required — The basic info related to a channel
      - `channelId` string, guid, required — The channel identifier
      - `channelName` string, required — The channel name
      - `channelImageUrl` string, required — The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>

## Other responses

- `404` — Store or resource not found
- `default` — Occurs when something goes wrong

---

[API](https://skmtc.net/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.net/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/revisions/557b7feddf8a/schema)
