Added to Cart Event
To report an event when items are added to the shopping cart.
Function Interface
events.addedToCart(eventParameter:AddedToCartEventParameter)
AddedToCartEventParameter
| Parameter | Type | Required | Description |
|---|---|---|---|
| currency | string | ✔ | The store currency, following the ISO 4217 standard. |
| totalAmount | string | ✔ | The total value of the viewed products. |
| items | Item[] | ✔ | The items that are added to the cart. Refer to the Item resource page for details. |
Example
preparing...