Conversions [BETA]
Track a sale
Track a sale for a short link.
POST
/
track
/
sale
Authorizations
Default authentication mechanism
Body
application/json
The amount of the sale. Should be passed in cents.
Required range:
x > 0
The payment processor via which the sale was made.
Available options:
stripe
, shopify
, paddle
This is the unique identifier for the customer in the client's app. This is used to track the customer's journey.
Maximum length:
100
This is the unique identifier for the customer in the client's app. This is used to track the customer's journey.
Maximum length:
100
The name of the sale event. It can be used to track different types of event for example 'Purchase', 'Upgrade', 'Payment', etc.
Maximum length:
50
The invoice ID of the sale.
The currency of the sale. Accepts ISO 4217 currency codes.
Additional metadata to be stored with the sale event.
Was this page helpful?