Hi @physion,
Per forum guidelines, please do not share any credentials.
What I see now;
<script id=google_gtagjs-inline type="text/psajs" data-pagespeed-orig-index=3>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','UA-11***7260-1',{});</script>
This shows there’s a UA-code in your page source which is not loaded by GTM, but directly. This can be removed if your adding it with GTM as well.
Without consent this is the result from the datalayer; (I use the extension TagBird). https://snipboard.io/QGbN9a.jpg
It shows the custom event, which can be used as a trigger: cmplz_event_functional.
After consent the other custom events; https://snipboard.io/Cy2En5.jpg
So Complianz is configured correctly, what’s left is GTM itself.
For example, if the download of our events is imported, it should have a custom event for statistics. You can add this, as the only trigger, to any statistics tag. Or add a custom event yourself with cmplz_event_statistics as ‘custom event contains cmplz_event_statistics’.
I can add you to our demo if needed via [email protected].
regards Aert
-
This reply was modified 1 year, 9 months ago by
Aert Hulsebos. Reason: code wrap
-
This reply was modified 1 year, 9 months ago by
Aert Hulsebos.