We had recently discovered a bug in our application that came out to be a problem with google analytics integration and liked to know if someone had any idea for a better way to integrate GA with GWT. We've been using GA in out GWT application for quite a time (nearly a year) without a problem but today we discovered that there's a problem with IE6 and GA when we browse the application through localhost or any hostname that hasn't a complete domain (i.e. example.com) so browsing our app through http://localhost/myapp or http://netbiosname/myapp raises the problem otherwise the integration works seamlesly, if we use the IP or the public domain. We've been tracking down the problem until we found it was the _trackEvent(c,v,d,b) method of GA that was causing the problem (we've found it empirically :P) We've used this explanation to integrate google analytics http://code.google.com/p/gwt-examples/wiki/project_UrchinTracker
The ga.js script we downloaded directly from google last november more or less and we're currently using GWT 1.7.0 , all is working fine except in the case explained above. Any idea what's happening? Any alternative to integrate GA? Thks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
