Google Analytics Event Tracking not firing for multiple accounts on Chrome ONLY
问题 I have an issue with Google Analytics Event Tracking that is only apparent on Chrome and no other browser. I have the following Google Analytics Tracking Code firing on my site for a click on an anchor link: _gaq.push(['_trackEvent', 'Basket Remove', product_name, product_code, product_price, false]); _gaq.push(['rollup._trackEvent', 'Basket Remove', product_name, product_code, product_price, false]); Using a Web Proxy tool I can see that the first one is firing, but the second one is not.