@venkataak To capture multiple products added to a cart within the defined session time, you must modify the approach to use productListItem as an array. Otherwise, the current single-product add-to-cart event will be triggered each time a product is added, unnecessarily activating the customer jour...