value.
Common Currency Codes
Related Properties
value
The monetary value of the event.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ISO 4217 currency code. Required whenever you include value.
value.
window._upstack('track', 'add_to_cart', {
value: 49.99,
currency: 'USD' // USD, EUR, GBP, CAD, etc.
});
| Type | Required | Events |
|---|---|---|
| string | Yes (when value is set) | Any event with value |
| Code | Currency |
|---|---|
USD | US Dollar |
EUR | Euro |
GBP | British Pound |
CAD | Canadian Dollar |
AUD | Australian Dollar |
JPY | Japanese Yen |
Was this page helpful?