currency.
Related Properties
currency
ISO 4217 currency code — required with value.
subtotalPrice
Subtotal before tax and shipping.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The monetary value of the event. Always pair with currency.
currency.
window._upstack('track', 'purchase', {
value: 99.99,
currency: 'USD'
});
| Type | Required | Events |
|---|---|---|
| number | Yes for purchase, lead, subscribe | purchase, add_to_cart, view_content, initiate_checkout, lead, subscribe, trial_started |
value should match the order total you want reported to ad platforms. Mismatched values between Shopify and your destinations are the most common attribution debugging issue.Was this page helpful?