Welcome Developers!
Hello
Google analytics stopped working under 1.0 container - doesn't report any stats.
The same code is working under 0.8 container. Other google code (i.e. adsense ads is working).
Any idea what is wrong? Or do you have any native support for Google analytics under 1.0.
thanks
same code works fine under 0.8 here and on other opensocial containers
<script type="text/javascript">
document.write(unescape("%3Cscript src='http://www.google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
try { var pageTracker = _gat._getTracker("UA-XXXXX");
pageTracker._initData();
pageTracker._trackPageview();
} catch(err) {}
ok I found the problem: in 1.0 app hosting domain has changed.
opensocial.msappspace.com for 1.0
api.msappspace.com for 0.8
thanks, this issue can be closed
Thanks, I will tell Chris.
-Joel
After checking the stats I see that under 1.0 internet explorer is not reported to google analytics - the code is not able to connect to google analytics on internet explorer under 1.0 container. Firefox and Chrome work fine however.
Under 0.8 container all browsers work fine. Is it possible the functionality is suppressed somehow?
Can you please check?
Yes it is. I have also escalated this issue to the team to investigate. Looks like you're right.
thanks,
Joel
Anatoly,
This has been escalated to our dev team, it is an issue on our end apparently, but there is not an ETA yet. Sorry!
Hi can you explain why is this happening?
don't fix if you have other priorities but I need an explanation.
I am not certain, I will need to check with the dev team on the specifics. I know they're working on a solution, however.
any news?
Our team informs me it has been fixed. Can you try it out now? We are returning a P3P header to the response to get the gadget.
Joel: Our team informs me it has been fixed. Can you try it out now? We are returning a P3P header to the response to get the gadget. thanks, Joel
It was fixed only on February, 10th
Strange, it may have been a code-push timing issue.