ADD event
The ADD event captures the product details when a user adds the product(s) to their online cart.
In case of cart abandonment, ADD events contribute to the calculation of abandoned revenue. When multiple ADD events in the same session use the same product.item_id, Sitecore CDP treats later ADD events as an update to that line. The latest quantity and price values are used to calculate the line total. The sum of all line totals at session close equals the session's abandoned revenue.
Example 41. ADD event object
RequestResponse
{
"channel": "MOBILE_APP",
"type": "ADD",
"language": "EN",
"currency": "EUR",
"page": "races",
"pos": "myretailsite/ireland",
"browser_id": "a38b230c-11eb-4cf9-8d5d-274e9f344925",
"product": {
"type": "BET",
"item_id": "EXACT_90",
"name": "Exact score after 90 minutes",
"orderedAt": "2025-08-23T16:17:16.000Z",
"quantity": 1,
"price": 100.00,
"productId": "CORRECT_SCORE",
"currency": "EUR",
"originalPrice": 100.00,
"originalCurrencyCode": "EUR",
"referenceId": "BET_001-1"
}
}