Is there a setting on Google Analytics to suppress use of cookies for users who have not yet given consent

According to EU Article 5(3) of the E-Privacy Directive (a.k.a ‘The Cookie Laws’), web sites that target EU users have to gain opt-in consent from users before they set a cookie. See ICO Guidance I am trying to square this with Google Analytics on my web site. I would imagine that Google Analytics (GA) can … Read more

adding google event tracking to links in posts

I am trying to add outbound link tracking for links within my posts. But only for links that do not have an img as a child. My code is below but does not add my class to any links in my posts: jQuery(document).ready(function(){ //outbound post links //var outbound_post_name = jQuery(this).find(‘h2.title’).text(); var post_link = jQuery(‘.post .entry’).find(‘a’); … Read more

Tracking Published Date as Custom Variable for Google Analytics

I want to track traffic with Google Analtyics based upon the post publish date. For example, what new articles are doing well or poorly compared to similarly published posts. I added this before my analytics code with no avail: <script type=”text/javascript”>_gaq.push(‘_setCustomVar’,1,’Publish Date’,'<?php the_date(‘F j, Y’, ”, ”); ?>’, 3);</script> 0

What is the difference between google tag manager and google analytics?

I am reading about web analytic and came across GTM and GA. It seems that GA is a service provided by Google which generates reports and statistics on website traffic. As per my limited understanding in order to generate these reports we need to perform some type of tagging at our end. It also looks … Read more

Tracking Disqus comments on Google Analytics

I’m using Disqus for my blog comments, and Google Analytics for tracking users. I have both implemented using plugins (Disqus Comment System and Google Analyticator). I’d like to track comments, but I can’t figure out how to do that. I have researched the problem, and there’s some documentation for it, but it’s not very clear. … Read more

How to delete a property from Google Analytics [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about programming within the scope defined in the help center. Closed last year. Improve this question I want to delete a test property from Google Analytics, but there is no delete option on … Read more

Suspicious google tag manager

I’m trying to integrate some analytics into my site and whilst debugging why mine wasn’t working, I found this line being put in the head of my document: <script async=”” src=”https://www.googletagmanager.com/gtag/js?id=UA-75655200-4&amp;l=c69d3b65dc6d40db98d2e3ee3cc1fd37″></script> Now… It’s weird because I’ve disabled any plugins I had doing google analytics. Additionally, when I look up that account ID, I find references … Read more