Google Analytics for WordPress Plugin Not Working
-
Hi — I have the Google Analytics for WordPress Plugin installed and it appears to have stopped working as of May 16 (since then the reports say 0 visitors — I know my site traffic isn’t super-high but a couple folks have commented and I at least have been visiting my site so I know that’s inaccurate). My site is https://lavieoverseas.com. I have uninstalled and reinstalled the plugin and verified the code (below), but nothing has changed. Any ideas?
This is the code I found using “Inspect Element” on Google Chrome:
`<script type=”text/javascript” async=”” src=”https://www.google-analytics.com/ga.js”></script>
//<![CDATA[
// Google Analytics for WordPress by Yoast v4.2.3 | https://yoast.com/wordpress/google-analytics/
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’,’UA-30462522-1′]);
_gaq.push([‘_trackPageview’]);
(function() {
var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘https://www’) + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>`
- The topic ‘Google Analytics for WordPress Plugin Not Working’ is closed to new replies.