woocommerce / woocommerce-google-analytics-integration

WordPress plugin: Provides the integration between WooCommerce and Google Analytics.
http://wordpress.org/plugins/woocommerce-google-analytics-integration/
172 stars 69 forks source link

view_item_list is not being triggered in Blocks #381

Closed puntope closed 7 months ago

puntope commented 7 months ago

When using a Block product page. It's expected to trigger view_item_list event when we reach a product in the product grid. However, this is not being triggered.

How to reproduce the problem

  1. Create a page
  2. Add "Products (Beta)" block on it
  3. Go in incognito
  4. Scroll over the page
  5. No "view_item_list" events are being triggered

Describe the solution you'd like

trigger view_item_list event when we reach a product in the product grid

puntope commented 7 months ago

Closed because https://github.com/woocommerce/woocommerce-google-analytics-integration/pull/378 was merged