We're running analytics with no problems (in orkut for now).
Currently, we concatanate the ga.js file and use its API (still
guessing required=analytics does not work). Once you get a tracker id
from your analytics account, you can try the following js code:

//on init
var pageTracker = _gat._getTracker("UA-00000");
pageTracker._initData();

//on rendering canvas for example
pageTracker._trackPageview("canvas");

cheers,
Pedro

On Apr 16, 10:40 am, Michael <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm having some problems running Google AdSense and Google Analytics
> in the OpenSocial!
> In AdSense, the banner doesn't appear and in Analytics the tracking
> code is not verified.
>
> Any one have some tips?
>
> Thanks,
> Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to