[Lift] Re: Google Analytics

2009-09-18 Thread Richard Dallaway
I'm a bit late to this thread, but found it really useful. In case this is of any use to future explorers of the thread, I thought I'd contribute what we ended up doing: we put lift:Analytics.google / (snippet below) before /body in our template. I guess this may have been all over-taken by the

[Lift] Re: Google Analytics

2009-07-14 Thread Xavi Ramirez
Sorry, I didn't replay earlier, but it turns out that the operation is not supported code: 9 error is related to the fact that the default Google Analytics snippet uses document.write(). It turns out that XHTML does not support document.write(), which causes Firefox to chock. Ultimately, I

[Lift] Re: Google Analytics

2009-07-07 Thread Xavi Ramirez
Thanks! I ran into this exact problem. Is there any way to get rid of it? Is there a lift:production tag? Thanks, Xavi On Tue, Mar 17, 2009 at 5:22 PM, Charles F. Munatc...@munat.com wrote: OK, I have to stop posting this crap when it's 5:30 AM, I've been working for 18 hours straight,

[Lift] Re: Google Analytics

2009-03-17 Thread Derek Chen-Becker
Can you send the beginning of the XHTML output, up to and including the GA script? Derek On Tue, Mar 17, 2009 at 6:31 AM, Charles F. Munat c...@munat.com wrote: Is anyone else using Google Analytics? I am getting this strange JavaScript error: operation is not supported code: 9 var

[Lift] Re: Google Analytics

2009-03-17 Thread Charles F. Munat
OK, I have to stop posting this crap when it's 5:30 AM, I've been working for 18 hours straight, and my brain is fried. The problem was that I was looking at it on my development machine, not the production server. The Google Analytics code is tied to the URL. If the URL is wrong, it doesn't