7 messages in com.googlegroups.google-gearsRe: Using Google Analytics with Gears
FromSent OnAttachments
dougkramer08 Nov 2007 10:00 
Aaron Boodman08 Nov 2007 10:19 
Ben Lisbakken08 Nov 2007 10:35 
dougkramer08 Nov 2007 11:25 
dougkramer08 Nov 2007 11:31 
dougkramer08 Nov 2007 12:09 
dougkramer08 Nov 2007 13:12 
Subject:Re: Using Google Analytics with Gears
From:dougkramer (doug@gmail.com)
Date:11/08/2007 01:12:52 PM
List:com.googlegroups.google-gears

Sorry, the error we got was "urchinTracker not defined", so your conditional fixed it. (Sorry for not testing this before posting) So now it silently fails.

-Doug

On Nov 8, 12:27 pm, "Aaron Boodman" <a.@google.com> wrote:

On 11/8/07, dougkramer <doug@gmail.com> wrote:

We have this statement in each page of the document:

<script src="http://www.google-analytics.com/urchin.js" type="text/ javascript"> </script>

What error do you get? I was hoping that would just silently fail. If you need to conditionally include this file when you're offline, it will be significantly harder.

- a