Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
GWT / Google Analytics Integration
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Christoph  
View profile  
 More options Feb 9 2007, 12:47 pm
From: "Christoph" <g...@innovationowl.com>
Date: Fri, 09 Feb 2007 09:47:15 -0800
Local: Fri, Feb 9 2007 12:47 pm
Subject: GWT / Google Analytics Integration
Hi GWTers,

Any ideas or recommendations on how to integrate a GWT app with Google
Analytics?

Thanks,
  C


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Hanson  
View profile  
 More options Feb 10 2007, 11:44 am
From: "Robert Hanson" <iamroberthan...@gmail.com>
Date: Sat, 10 Feb 2007 11:44:06 -0500
Local: Sat, Feb 10 2007 11:44 am
Subject: Re: GWT / Google Analytics Integration
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
JonathanIsTheBestNameEver @gmail.com  
View profile  
 More options Mar 19 2007, 2:36 am
From: "JonathanIsTheBestNameE...@gmail.com" <JonathanIsTheBestNameE...@gmail.com>
Date: Mon, 19 Mar 2007 06:36:07 -0000
Local: Mon, Mar 19 2007 2:36 am
Subject: Re: GWT / Google Analytics Integration
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
JonathanIsTheBestNameEver @gmail.com  
View profile  
 More options Mar 19 2007, 11:25 pm
From: "JonathanIsTheBestNameE...@gmail.com" <JonathanIsTheBestNameE...@gmail.com>
Date: Tue, 20 Mar 2007 03:25:33 -0000
Local: Mon, Mar 19 2007 11:25 pm
Subject: Re: GWT / Google Analytics Integration
Oops, duh, I didn't even finish reading what you wrote, Robert.  Once
I looked at the urchin.js file I noticed that you could just pass in
the URL you want to log.  Then I looked back at your post and said
that you said exactly that.  =P  Thanks very much!

~ Jonathan

On Mar 18, 11:36 pm, "JonathanIsTheBestNameE...@gmail.com"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »