Hello,
based on documentation on stape.io, advice to iubenda CMP is to use trigger groups.
I do understand the reason and makes a lot of sense, the question i have is: In one ecommerce where you are able to add_to_cart from view_item_list (category listing), you can add many items to cart from same page, no refresh…as a conseguence using trigger group, only the first event will be triggered.
Which is why you want to use trigger groups for events occurring on initial page loads, so page_view, view_item, the aforementioned view_item_list, and most of the time begin_checkout and purchase.
ATC, requiring an action from the user, can be safely expected to have consent assigned by the time of the DL push, hence avoding the issues you described.
This of course can vary depending on your particular context.
1 Like