Google Analytics Enhanced Ecommerce
问题 I am using Google Analytics Enhanced Ecommerce on my site and I encounter this specific problem. My Checkout 3rd Step is on the same page where I am measuring my transaction. Should I implement it like this? ga("ec:addProduct", {values_here}); ga("ec:setAction", "checkout", {step: 3}); ga("ec:setAction", "purchase", {values_here}); ga("send", "pageview") Based on the Google Analytics Debugger. I can only set 1 action per send pageview. How am I going to send my checkout step 3? is this