Likewise, how / where will I find the scripts for the unclassified cookies I use on our site?
tk_lr
tk_or
tk_r3d
tk_tc
MA
(@gasparnemes)
Hello there,
You’ll find a GA sample script below, a similar should be added to the plugin settings if you want to manage the script which creates cookies by this plugin:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
You can identify the script by cookie name on google, and after the scripts are identified, you have to add it to the plugin settings.
I hope this helps.
Thanks, Gaspar.
I tried searching for the scripts on Google but without success. Obviously I was using the wrong search terms.
I used:
script for tk_lr
cookie script for tk_lr
script for tk_lr cookie
All that seems to come up is the standard script for the cookie consent box.
MA
(@gasparnemes)
Hi Mike,
It seems the cookies are created by wordpress.org, please read more about this here:
https://en.support.wordpress.com/cookies/
You can ask them about the cookies and probably they can provide you a script which disable the cookies above.
I hope this helps.
Unfortunately, I tried that WordPress.com link and they said that as the site is not hosted on WordPress.com, they cannot help.
They then said to try the WordPress.org forum – so I’ve come full circle!