I am wondering the same thing. This plugin is very promising and an update would be awesome!
Yeah, I would think too but I guess they don’t care.
Me too!
This was a great plugin and just upgraded to Universal Analytics and missing it already.
Please continue to support this plugin! If not and anyone knows of an alternative please let me know.
Thanks
I understand the quick fix is to run the Universal Code and Classic Code side-by-side and does not, to my knowledge, cause any conflicts.
I use a Plugin for my Universal code so I decided to add the following classic code to the lowest part of my <head> just under the </head> tag.
I will keep an eye on this for the time being but looks to have worked.
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXX-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>