---
title: "Get the global synchronization status of clicks and orders"
method: GET
path: "/v2/user/analytics/tracking/status"
tags: ["Analytics - Tracking"]
---

# Get the global synchronization status of clicks and orders

`GET /v2/user/analytics/tracking/status`

Clicks and orders are eventually consistent. \
This operation gets the current global state of projections.

## Response `200`

The tracking status informations

- TrackingStatus
  - `clickSynchronizationUtcDate` string, date-time, required — The utc date of the latest synchronized click
  - `orderSynchonizationUtcDate` string, date-time, required — The utc date of the latest synchronized order
  - `marketplaceOrderSynchonizationUtcDate` string, date-time, required — The utc date of the latest synchronized marketplace order

## Other responses

- `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)
