Purchase
Track purchase actions to analyze performance. Send separate events for each distinct product, and group multiple purchases using the order ID.
Properties
{
"action":"purchase",
"target": {
"product":"product-id"
},
"metadata": {
"orderId": "order-id",
"price": 3250,
"quantity": 1,
"currency": "EUR"
}
}Properties
Context
Description
Last updated

