sbrisu
Forum Replies Created
-
Hi Thomas,
Thank you for the reply.
I created a basic test environment, would you mind if I grant you access for having a quick look?
Federico
Hello,
I troubleshoot the issue myself comparing the data carefully, and I discovered that the problem resides in the payments.
It seems that the transactions concluded with PayPal as payment method are not registered in Analytics, instead the ones ended with Sagepayform are tracked.
Do you have any idea of why it happens?
Thanks,
FedericoThat’s amazing!
Congratulations for your work, you are making marketers life sooo easier 🙂
Cheers,
FedericoHi Thomas,
many thanks for your reply, I will use the Developers Google guide to implement tags in GTM.
Just one thing is still not clear, I have to manually setup the dataLayer on the pages of my website (https://developers.google.com/tag-manager/devguide), or your plugin will it automatically?
Thanks again,
FedericoPlease note that you will notice 2 GTM containers (one is for test purpose), the one connected to your plugin is GTM-T5VZ8J, the UA property-code is UA-26947058-1
Thanks,
FThank you, I just filled the form.
Federico
Ooops sorry forgot the <script> & </script> 🙂
Hi,
thank you very much for your reply.
The problem is that if I subsitute my UA tag with this:
(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’);ga(‘create’, ‘UA-XXXX-Y’, ‘auto’);
ga(‘send’, ‘pageview’);
ga(‘require’,’ec’,’ec.js’);(substituting UA-XXXX-Y with my property UA code), Analytics stops to work properly (i am testing it in real time).
Any suggestions?