While checking the http request in Firebug, I noticed that __utm.gif is called twice on a page where Google Analytics module and SWFAddress module are both in action.
Apparently, the swfaddress lib has build in google analytics support. Source:
http://www.anttikupila.com/flash/flash-swfaddress-and-google-analytics/
Now my question: is there anything we could do to prevent the double loading? The google analytics servers are known to be not the fastest serving machines, so I'm really eager to make sure that __utm.gif is only called once.
Anyone able to reproduce this problem or perhaps has a solution?
Comments
Comment #1
carvalhar commented[after a long while]
can't you call google analytics inside your flex or flash appliacation instead of drupal module?
http://code.google.com/intl/pt-BR/apis/analytics/docs/flashTrackingIntro...
updated:
i found a explication at swfAddress help forum:
https://sourceforge.net/forum/message.php?msg_id=4537049
Comment #2
Steven Merrill commented@toemaz
As of SWFAddress 2.1, it will automatically support interfacing with the new ga.js tracking script:
http://www.zedia.net/2008/swfaddress-21-and-the-new-google-analytics-tra...
Are you using the new tracker or not?