Yes, as you can see in the site1 screenshots the two numbers are different and yes in the options I’ve got ‘unique views’ ticked.
Yes it’s the correct profile. It took some double checking because it doesn’t show me the site names like your install video shows for you it says ‘web data’ for both sites so I had to see the writers to know it was correct but it IS correct.
Here’s a another question for you. Since the yoast plugin wasn’t working properly for authors (categories showed fine but not authors) I use both it AND analyticator (to utilize the custom script sections). Is it possible that using two plugins to count is messing with anything?
here is the custom script I input with analyticator.
Additional tracking code
( before tracker initialization ):
<!– start Google Analytics –>
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘my google code is here‘]);
_gaq.push([‘_setDomainName’, ‘writedge.com’]);
_gaq.push([‘_trackPageview’]);
_gaq.push([‘_setCustomVar’,2,’Author’,'{variable}’,3],[‘_trackPageview’],[‘_trackPageLoadTime’]);
(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);
})();
<!– end Google Analytics –>
——
Additional tracking code
( after tracker initialization ):
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘my code is here’]);
cat_name)){
echo “_gaq.push([‘_setPageGroup’, 2, ‘”.$category[0]->cat_name.”‘]);\n”;
}
}
?>
_gaq.push([‘_trackPageview’]);