Victoria Kudryashova
Administrator
It's all here: https://help.alidropship.com/add-ons/ga-enhanced-ecommerceHow do I get GA tracking ID
It's all here: https://help.alidropship.com/add-ons/ga-enhanced-ecommerceHow do I get GA tracking ID
ok, thanks
If Ecommerce section wasn't enabled on your Google Analytics account before - there is no way to get previous sales.Hi @Victoria Kudryashova is there a way to get our previous sales and conversion data into google analytics using this add-on?
It will be great if there is a way to import out previous sales data rather than only tracking new sales.
Too bad, I was hoping that there would be a way to import sales from the plugin to Google analytics.If Ecommerce section wasn't enabled on your Google Analytics account before - there is no way to get previous sales.
Hi,
where I can find the PHP 7.3 version? Please check the WP Admin notification below...
View attachment 9649
Thanks and have a good day,
Hi, there seems to be an irritating issue with the plugin, it causes to duplicate the GA code in the header of the website if/when you are using the Customize->Header location as well. The problem is that it causes your bounce rate statistic to be unusually low (under 1% ;-) - as it fires twice on every occasion) obviously removing the script from Customize location solved the issue, but then there is no tracking code on product pages (this is with alids original plugin, not sure if its the same with woo). But if it's not there it cant supply the event information to the GA and hence the eCommerce data get skewed. Can someone advise ? or even better have this integrated together?
The best solution i found is to disable GA and add this to header :
<!-- Global site tag (gtag.js) - Google Analytics --> <script> if(window.ga && window.ga.toString().indexOf('(a)') === -1){ delete window.ga; }</script> <script async src="https://www.googletagmanager.com/gtag/js?id=<HERE GOES YOUR GA ID>"></script> <script> window.dataLayer = window.dataLayer || []; function ads_ec_gtag(){dataLayer.push(arguments);} ads_ec_gtag('js', new Date()); ads_ec_gtag('set', {'currency': 'USD'}); ads_ec_gtag('config', '<HERE GOES YOUR GA ID>', {}); </script>
Yea I've tried to add the ec_gtag too, but using this is somehow weird too in my case because bounce rates etc are now accurate, but the events are then fckd ( content view, content select, add to cart etc) :/
Hello! Could you, please, clarify the issue you have with the GA Enhanced add-on?@Dimitriy Strekalov @Victoria Kudryashova any insights about this situation?
Hello! Could you, please, clarify the issue you have with the GA Enhanced add-on?