Answer the question
In order to leave comments, you need to log in
How do I set up an Add to Cart goal?
Hello! Can't set up Google Analytics target.
Created the following target:
Category= Cart
Action = Add
Added to the product card woocommerce template:
var button = document.getElementById("addToCart");
button.addEventListener( 'click', function( event ) {
ga('send', 'event', 'Cart', 'Add')}, false );
Answer the question
In order to leave comments, you need to log in
perhaps the
ev.stopImmediatePropagation() event is hung on this button
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question