v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Analytics - Tracking

Get the global synchronization status of clicks and orders

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

get/v2/user/analytics/tracking/status

Response

The tracking status informations

clickSynchronizationUtcDatestring date-time required

The utc date of the latest synchronized click

orderSynchonizationUtcDatestring date-time required

The utc date of the latest synchronized order

marketplaceOrderSynchonizationUtcDatestring date-time required

The utc date of the latest synchronized marketplace order

Example response

{
  "clickSynchronizationUtcDate": "2016-08-29T09:12:33.001Z",
  "orderSynchonizationUtcDate": "2016-08-29T09:12:33.001Z",
  "marketplaceOrderSynchonizationUtcDate": "2016-08-29T09:12:33.001Z"
}