Urchin tracker called twice with the google analytics module
toemaz - August 14, 2008 - 15:40
| Project: | SWFAddress |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
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?

#1
[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
#2
@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?