Hi Joe, I was follow the tutorial for set the Google analytic account in my portal, I put the account ID in the admin site, and check that the two controls are put in place.
Those are the scripts for my page
<body class="pagebody">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount','UA-XXXXXXXX-1']);
_gaq.push(['_setCustomVar', 1, 'member-type', 'anonymous', 1]); _gaq.push(['_trackPageview']);
</script>
<script type="text/javascript">
(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';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
</script>
</body>
In my Google Analytics account, I add my page www.iislafe.es and create the filters that you suggest in http://www.mojoportal.com/google-analytics-integration.aspx. In the column state I have a alert icon that say unknown tracking code, and after a week all my stats are at 0.
Any thoughts about this?