Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Tracking event to be added
Name of the event
cart_viewed
, checkout_address_info_submitted
, checkout_completed
, checkout_contact_info_submitted
, checkout_shipping_info_submitted
, checkout_started
, collection_viewed
, page_viewed
, payment_info_submitted
, product_added_to_cart
, product_removed_from_cart
, product_viewed
, search_submitted
, payment_completed
, app_installed
, app_uninstalled
Timestamp of when the event occurred
Unique identifier for the visitor
Additional data related to the event
Subtotal amount of the transaction in cents. For example, for $40, input 4000.
Currency of the transaction
usd
, eur
, gbp
Which platform the conversion happened on
shopify
, tik_tok_shop
, ios
, stripe
, whop
ID of the order
Type of the order
one_time
, subscription
ID of the payment
External user ID associated with the event
Quantity involved in the event
Tag of the campaign affiliate associated with the event. Not required when order_id
is present and the order is a recurring subscription.
UTC integer timestamp for the start of the subscription. Required only for subscription events.
UTC integer timestamp for the end of the subscription. Required only for subscription events.
The product or plan ID associated with the purchase. Required only for payment events.
Response
Tracking event created successfully