Forum Moderators: DixonJones

Message Too Old, No Replies

Where do my exiting visitors go next?

Can I use Google Analytics to find out domains my visitors exit to

         

Jonm35

7:23 am on May 4, 2009 (gmt 0)

10+ Year Member



Hello All,

Hoping that someone can help - is there any way within Google Analytics to track which domains my exiting visitors next visit?

Thanks in advance,

Jon

cgrantski

11:04 am on May 4, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are they exiting via a link on your pages that goes elsewhere? Then yes - run those links through a redirect page and tag that page.

If they're just going somewhere else, then no.

chakde

9:03 am on May 5, 2009 (gmt 0)

10+ Year Member



I think analytics does not have this facility.

cgrantski

1:12 pm on May 5, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can put a redirect page anywhere you want and put any kind of tracking tag on it. Then every time the tracking page is hit (by an exiting visitor) you'll have a tracked event. You'll need to construct the page(s) in a way that records the destination.

Also, I am pretty sure GA has some code (possibly still in beta) that you can attach to any links you want on the site - links to PDFs for example, or these offsite links. WebTrends has had that kind of code for a long time, they call it the Multitrack code, and Google Analytics now has its own version. It was announced by GA a while back. The thing I like about WebTrends' code is that it automatically recognizes an off-site, PDF, mailto, etc link and records those clicks - no need to find those links on your site and change each one's code, a huge time saver both in terms of implementation and quality assurance checking. It sure would be nice if GA could come up with something similar!

Jonm35

11:34 pm on May 5, 2009 (gmt 0)

10+ Year Member



Thanks guys, the help is appreciated.

ColinG

6:16 pm on May 7, 2009 (gmt 0)

10+ Year Member



Easy:

[google.com...]

add the onClick code to every link:

<a href="http://www.example.com" onClick="javascript: pageTracker._trackPageview('/outgoing/example.com');">

jkovar

4:30 am on May 30, 2009 (gmt 0)

10+ Year Member



Analytics can track this as ColinG pointed out, but _only_ if they're clicking a link or triggering some sort of JS event on your page.

If they use a bookmark or something outside of the scope of your page, you're out of luck.

Jonm35

5:36 am on May 30, 2009 (gmt 0)

10+ Year Member



Thanks for the further advice ColinG and jkovar. I've set up the onClick code. It seems to be exaggerating the exits reported. Any idea why it would overstate?

jkovar

2:23 pm on May 31, 2009 (gmt 0)

10+ Year Member



The event could be firing twice. What does your HTML look like ?