gtm4wp.changeDetailViewEEC
-
Hello
some issues with custom events here :
1. when landing on a simple product : I have a gtm4wp.changeDetailViewEEC event triggered instead of a gtm4wp.productClickEEC when my users land on a product page.
2. when landing on a variable product (no variation selected), I don’t have any event triggered. The gtm4wp.changeDetailViewEEC is correctly triggered when selecting a variation though.
3. Looks like I have duplicated events for all my pages (either for product view, list view, variation selection, checkout, …) – e.g. on list pages, I have this one:
dataLayer.push({
event: “view_item_list”,
ecommerce: {
currency: “CAD”,
items: [….]
},
gtm.uniqueEventId: 21
})and this one:
dataLayer.push({
event: “gtm4wp.productImpressionEEC”,
ecommerce: {
currencyCode: “CAD”,
impressions: […]
},
gtm.uniqueEventId: 19
})Your POV on 1,2,3 would be super appreciated.
Thank you !!
The page I need help with: [log in to see the link]
The topic ‘gtm4wp.changeDetailViewEEC’ is closed to new replies.