Hooks & Filters & TRACKING ISSUE
-
Hey guys,
I’ve linked my website, I’m trying to track conversions & events on my website using Everflow.
My issue is with tracking the Add-To-Cart event. J Cart has blocked the standard Woocommerce events like “Woocommerce_add_to_cart” and the Ajax equivalent and instead uses woocommerce_add_to_cart_fragments and update_order_review which isn’t directly accessible.
I managed to add a filter to woocommerce_add_to_cart_fragments but it only works like 20% of the time. Completely unreliable in tracking Add To Carts on my website. I pass a user identification data like clickID and all that jazz and that’s why I need to hook it to an event instead of sending a postback on every button click.
I like the plugin a lot but it’s messing with my tracking big time.
Is there anything we can do?The page I need help with: [log in to see the link]
- The topic ‘Hooks & Filters & TRACKING ISSUE’ is closed to new replies.