nystudio107 / craft-instantanalytics

DEPRECATED: Instant Analytics brings full Google Analytics support to your Twig templates and automatic Craft Commerce integration with Google Enhanced Ecommerce.
https://nystudio107.com/
Other
20 stars 9 forks source link

Product list clicks - Google analytics #45

Open vignesh511989 opened 3 years ago

vignesh511989 commented 3 years ago

Question

Hi,

On my product listing page I have:

{% do instantAnalytics.addCommerceProductImpression(product, index+1, entry.pageTitle ?? entry.title) %} In my products loop.

In Analytics, the list names are coming through with Product List Views except for Product List Clicks, Product Adds To Cart and Product Checkouts data.

Not sure exactly what could be going on here?

Additional context

GA

khalwat commented 3 years ago

I'm a little confused by the question -- instantAnalytics.addCommerceProductImpression() should just register analytics for product list views.