kristian79
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Complianz & Google Tag Manager etc.Hi Jarnovos
Thanks for the thorough explanation.
Sincerely,
Kristan
Hi Piotr
Thanks for taking the time to answer my inquiry.
I did some test purchases and found a new trigger that tracks transactions (or at least 9/10).
Why the old trigger stopped working is still a mystery – but I am just happy ecommerce measurement works again.
Thanks again and have a great summer
Sincerely,
Kristian
Forum: Plugins
In reply to: [WooCommerce] Missing transactions in Google Analytics (UA)Hi Stuart
Thanks for the follow up. I appreciate the input and I have also contacted the people behind the plugin.
You can go ahead and delete the thread.
Sincerely,
Kristian
Hi Jarno
It works as intended.
Thanks a bunch.
Have a good evening.
Sincerely,
Kristian
Hi Jarno
Thank you for the swift reply.
Just to clarify, we have the following hardcoded:
<!– Global site tag (gtag.js) – Google Analytics –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=UA-115444251-13″></script>
<script>
? window.dataLayer = window.dataLayer || [];
? function gtag(){dataLayer.push(arguments);}
? gtag(‘js’, new Date());? gtag(‘config’, ‘UA-XXXXXXXXX-XX’);
</script>If I understand the documentation correctly, I would need to add the following (in bold):
<!–Global site tag (gtag.js) – Google Analytics –>
<script asynctype=”text/javascript” class=”cmplz-native”?
src=”https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXXXX-XX”></script>
<script type=”text/plain”class=”cmplz-stats”>
window.dataLayer = window.dataLayer || [];? function gtag(){dataLayer.push(arguments);}? gtag(‘js’, new Date());? gtag(‘config’,?‘UA-XXXXXXXXX’);?
</script>Should it be “cmplz-stats”?in both added lines or as written in the documentation with “cmplz-native” in the first line of code and “cmplz-stats” in the second line of code?
Thanks again for the assistance!
Sincerely,
Kristian