[appengine-java] Re: Google Analytics tracking code on GAE

2009-10-19 Thread Gaurav
common... gae does not interfere with your jsp or servlet output. any javascript will work. i am using analytics code and a lot of other javascript. only explanation i can give is that you deployed to the wrong version, or something like that. On Oct 19, 9:56 am, Prashant antsh...@gmail.com

[appengine-java] Re: Google Analytics tracking code on GAE

2009-10-18 Thread JonRWarren
This is a good question. From what I can gather, javascript isn't allowed in app engine code. Can anyone please verify lack of javascript support, or if js is supported, please point to references explaining how to include js in jsp pages. jon On Oct 17, 6:58 am, YONG yongkia...@gmail.com

[appengine-java] Re: Google Analytics tracking code on GAE

2009-10-18 Thread Prashant
you guys meant that GAE removes javascript from your code? i don't think GAE does any such thing. Currently I am using only servlets (no JSP) on all apps and all javasrcipts (including adsense analytics) are working fine. I gave up using JSPs long back and I don't remember if I have ever faced

[appengine-java] Re: Google Analytics tracking code on GAE

2009-10-18 Thread YONG
Prashant, why I could not use Google Analytics JS code in my index.jsp? I tried to upload, but the JS code is removed. If you are not using JSP, what are you using? GWT? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[appengine-java] Re: Google Analytics tracking code on GAE

2009-10-18 Thread Prashant
I am using GWT, Adsense, Analytics and YUI, all of them are working fine with Servletshttp://code.google.com/appengine/docs/java/gettingstarted/creating.html . Anyway, today i tried javascript with JSP also and it works, http://gaeapptest.appspot.com/test.jsp . You guys must be doing something