Plugin Author
Aert
(@aahulsebos)
Hi emarketers1,
Thank you for contacting us. Let’s begin with your first question, there’s no javascript needed to block cookies, Complianz will take care of blocking your cookies and scripts.
For your second question, If I try to replicate your findings I get the following:
_ga GA1.2.1533131020.1537951842 .emarketers.gr /
_gat_gtag_UA_115458378_1 1 .emarketers.gr /
_gid GA1.2.142255103.1537951842 .emarketers.gr /
complianz_consent_status dismiss
My question is, do you insert the gtag.js/UA-Code somewhere else, besides through our wizard, by either Tag Manager or UA-Code? It is recommended to implement these codes through our plugin, so we can control them based on user input (consent).
Concerning Mailchimp; I cannot find the cookie while blocking, I can see _MCPopupClosed after accepting the cookies. Did you mean this one?
Let me know!
-
This reply was modified 7 years, 8 months ago by
Aert.
Thank you about quick reply
no i didnt insert any gtag code,
you mean i have to insert analytics code somewhere in plugin to block the cookie?
The procedure i have followed is that,
i scan with wizard, it show me the cookies who found like (_ga, _gid, _gat, _gaexp, _utm, __utmc, UTMD_,)
and i just click next, nothing else.
the cookie from mailchimp is _AVESTA_ENVIRONMENT but when i press disagree(Διαφωνώ) it disappear, so i think it work
Plugin Author
Aert
(@aahulsebos)
Hi!
Please update your plugin, if you haven’t already, to 1.2.2.
Under Wizard – Cookies – Cookie Usage, you can add your UA-code or GTM code, based on your answers surrounding analytics, we will either block or anonymize your Analytics Code.
In your code, I find:
<!– Global site tag (gtag.js) – Google Analytics –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=/code/”></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘UA-/code/’);
It seems it is being inserted by another plugin, or directly in the code. This should be removed if you implement it via our wizard.