[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 wrote:
 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 wrong or may be your builder is not
 recompiling the JSPs every time you change your code and then you feel like
 GWE removed JS code ! try creating a new project and share some code next
 time if problem persists.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---



[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 wrote:
 Why I could not upload Google Analytics javascript tracking code in my
 index.jsp? I had tried to deploy it, but it is gone missing. GAE does
 not allow this tracking code? Please advise.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---



[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 any such
issue.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---



[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 Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---



[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 wrong or may be your builder is not
recompiling the JSPs every time you change your code and then you feel like
GWE removed JS code ! try creating a new project and share some code next
time if problem persists.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~--~~~~--~~--~--~---