Hello,
I'm trying to configure this extension on our Hyva theme.
Some events are not triggered and I don't understand why.
When I inspect the code I see this :
function yireoGoogleTagManager2Pusher(eventData, message, callback) {
let disableEvents = [
'view_item_list',
'view_item',
'add_to_cart',
'view_cart',
'purchase'
];
What should I do to enable those events ?