-
Understanding the Meaning of GA4 select_item Event
Could you help me understand what should be identified as a ‘select_item’ event? I’m uncertain because there seem to be three possible outcomes when an item within the ‘item_list’ is clicked on. These are: having the item immediately added to the ‘cart’, which triggers an ‘add_to_cart’ event; the browser getting redirected to the ‘product page’, which initiates a ‘view_item’ event; or a ‘preview’ of the product page opening in a modal, which might also be a ‘view_item’ event. So, which of these situations do you think is more like selecting an item?
Log in to reply.