Hi all,
we are seeing a strange issue with the usage of analytics virtual page
view in gadgets hosted with the personal start page service.
Simple test gadget:
---8<---8<---
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs
title="Test"
height="200"
description=""
directory_title=""
title_url="" >
<Require feature="com.google.gadgets.analytics" />
</ModulePrefs>
<Content type="html"><![CDATA[
<script language="JavaScript">
var ga = new _IG_GA("UA-xxxxxxx-yy");
</script>
<div id="main">
<p>
<a href="http://www.repubblica.it/" target="_new"
onClick="ga.reportPageview('/gadget/Test');">Test</a>
</p>
</div>
</Module>
]]></Content>
---8<---8<---
Using HTTP Header and Firebug we see the requests to
http://www.google-analytics.com/__utm.gif only if we host the gadget
on iGoogle, if we host it on our personal start page the requestests
are not raised and therefore not collected.
Are other people facing this issue?
Thanks.
--
Paolo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iGoogle 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/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---