The select_content
event is not triggered correctly on the product list page
#352
Labels
type: bug
The issue/PR is a confirmed bug.
Describe the bug:
If I understood it right, the
select_content
event on the product list page is supposed to be triggered from navigating to any product page when clicking on the product that doesn't have a direct add-to-cart button.Actions to trigger:
And, its triggering behavior should be consistent and without duplication in these themes or a custom page:
Steps to reproduce:
Since there are so many permutations, only a few of failure cases are presented here.
select_content
event.select_content
event.Additional details:
Related issues
This issue is highly related to #351 because the code is constructed with
if...else
together:woocommerce-google-analytics-integration/includes/class-wc-google-gtag-js.php
Lines 226 to 230 in d1938a3
Furthermore, this issue may seem to be relevant to #208, but the root cause here is that HTTP requests for recording events are not sent at all.
Related code changes that may introduce this issue
The text was updated successfully, but these errors were encountered: