Oops, duh, I didn't even finish reading what you wrote, Robert. Once
the URL you want to log. Then I looked back at your post and said
that you said exactly that. =P Thanks very much!
<JonathanIsTheBestNameE
...@gmail.com> wrote:
> Hmm, that's exactly what I tried earlier today, but it didn't work
> because it would strip off the whole history token. I haven't looked
> at the urchin JavaScript, but unless it's obfuscated, it's probably
> not too difficult to hack it into allowing you to simply tell it the
> "current URL" rather than having it get the current URL from
> location.href. Anybody else have any ideas? I really need to get
> this working very soon on my site as well.
> ~ Jonathan
> On Feb 10, 9:44 am, "Robert Hanson" <iamroberthan...@gmail.com> wrote:
> > Sure, it is just a simple JSNI call.
> > // untested
> > public native void trackUrchinHit (String pageName) /*-{
> > $wnd.urchinTracker(pageName);
> > }-*/
> > Just call that method whenever you want to track an event in the
> > interface. You also need to include the Urchin JS code in the HTML
> > page (obviously).
> > Rob
> > On 2/9/07, Christoph <g...@innovationowl.com> wrote:
> > > Hi GWTers,
> > > Any ideas or recommendations on how to integrate a GWT app with Google
> > > Analytics?
> > > Thanks,
> > > C