Ghostery doesn't detect Google Analytics if you use CloudFlare

Google Analytics allowed when blocked if the website uses CloudFlare (popular security and optimization service for websites).

I was doing some work on my site and I noticed two things:
1) Ghostery reports 0 trackers when I am using GA
2) GA shows me in the real time traffic

If you view source and scroll to the end of this code http://playtomic.org/ you'll see that Cloudflare is running some optimizations but you can still identify the presence of GA at least via the method calls:

ga('create', 'UA-40077834-4', 'playtomic.org');
ga('send', 'pageview');
1 person has
this problem
+1
Reply