Digital Point Forums
Send Money Online

Go Back   Digital Point Forums > Design & Development > Site & Server Administration > Traffic Analysis > Google Analytics
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Jan 15th 2007, 11:51 am
WeRASkitzzo's Avatar
WeRASkitzzo WeRASkitzzo is offline
Champion of the Naaru
 
Join Date: May 2005
Posts: 144
WeRASkitzzo is on a distinguished road
Google Analytics Hack - Full Referal URL

Reuben Yau got fed up with not being able to see the full url in Google analytics.

For example instead of seeing forum/showthread.php you'll now be able to see exactly which thread it was.

Basically if you use Analytics, it's a good hack to use.

Original Post Here: http://www.reubenyau.com/google-anal...referring-url/

Digg submission here:
http://digg.com/software/Google_Anal..._referring_URL
__________________
=====================================
MLB Trade Rumors | Political Cartoons
Reply With Quote
  #2  
Old Jan 15th 2007, 11:54 am
Pat Gael's Avatar
Pat Gael Pat Gael is offline
Banned
 
Join Date: Sep 2006
Location: your message/URL here - space for rent
Posts: 1,332
Pat Gael is a jewel in the roughPat Gael is a jewel in the roughPat Gael is a jewel in the rough
Gonna give it a try to see how it works, thanks for the tip
Reply With Quote
  #3  
Old Jan 15th 2007, 11:57 am
Monty Monty is offline
of the Nightfall
 
Join Date: Jun 2006
Posts: 1,365
Monty is a name known to allMonty is a name known to allMonty is a name known to allMonty is a name known to allMonty is a name known to allMonty is a name known to all
Thanks for sharing, nice hack.

But it said :
Quote:
Make sure you place the standard tracking code in the HEAD section of the page, rather than right before the end BODY tag that it usually recommends.
Did you experiment with it, any drawback ?
__________________
Reply With Quote
  #4  
Old Jan 15th 2007, 12:03 pm
WeRASkitzzo's Avatar
WeRASkitzzo WeRASkitzzo is offline
Champion of the Naaru
 
Join Date: May 2005
Posts: 144
WeRASkitzzo is on a distinguished road
As far as I've seen there's no drawback. The reason I used to put it in the footer was in case Analytics went down or something like that but the script should simply be ignored if analytics is down soo that should be fine.

Anyone else know of any risks to putting the code in the header?
__________________
=====================================
MLB Trade Rumors | Political Cartoons
Reply With Quote
  #5  
Old Jan 15th 2007, 1:23 pm
SearchEngineNerds SearchEngineNerds is offline
Peon
 
Join Date: Jan 2006
Posts: 6
SearchEngineNerds is on a distinguished road
Awesome hack, i get a ton of my traffic from random forums, and when i go to see if they're writing something good or bad, the thread is nowhere to be found... dugg.
Reply With Quote
  #6  
Old Jan 15th 2007, 1:25 pm
Austars Austars is offline
of the Nightfall
 
Join Date: Dec 2006
Posts: 1,394
Austars will become famous soon enoughAustars will become famous soon enough
Nice, so all you have to do is add that code and it will automatically show the full URL?
__________________
Lil Wayne
Reply With Quote
  #7  
Old Jan 15th 2007, 2:49 pm
tresman tresman is offline
Champion of the Naaru
 
Join Date: Dec 2004
Posts: 235
tresman will become famous soon enough
Mmm... I think that's not the proper way to do it, to be true.

If you do this you're gonna mess your stats, and a URL like http: //www. example.com/myfolder/ will look in you stats like http: //www. example.com/myfolder/ http ://www. myreferer.com/forum.php?id=xx

If you want to do that it's better doing the following (while there's much more organized ways, this will do the job).

I'm translating from Spanish, so I'm sorry if something doesn't match exactly.

Go to your account and select "Edit Settings (configuration)" in the profile you want to track full referers. The go to filters, "add new filter to profile", "Advanced".

Fill as follows (no quotes!):

Field A -> Extract A: "Referer" - "(.*)"
Filed B -> Extract B: leave empty

Send results - constructor: "User defined" - "$A1"

Field A is Mandatory, Field B is not, Overwrite results: Yes. Case Sensitive: No

Save and it done.

Wait a few hours and then look at: Marketing Optimisation, Visitor Segment Performance, User Defined.

It's there.

Another GA tip is: if you want to experiment, duplicate the profile which you are using for the tests, so you do not break the data you have. You can have many duplicate profiles for the same website and then just delete them and re-use.

And another one: have a quick look in to urchin.js and you'll see easily you can get local SE's such as google.co.uk, google.nl, google.es... displaying properly in the reports, not only a generic Google.

Many things can be done by using filters properly, but it needs testing.

My cents.
Reply With Quote
  #8  
Old Jan 18th 2007, 7:57 pm
pittbug pittbug is offline
Peon
 
Join Date: Jan 2007
Posts: 4
pittbug is on a distinguished road
The report in my version of analytics shows this thread for example as:

/http://forums.digitalpoint.com/showthread.php?t=220136

It has a leading slash, but that's it.

I did try using filters before, but I never got it to work, have you?

I used this method of putting the referrers into the top content report because I thought that the variables were stripped by the analytics urchin.js script so Analytics never sees them.
Reply With Quote
  #9  
Old Jan 19th 2007, 1:14 am
tresman tresman is offline
Champion of the Naaru
 
Join Date: Dec 2004
Posts: 235
tresman will become famous soon enough
Filters Works

Hi there,

Yes, I've used this method and it works. The only downside is that then, in the user-define report, you will see ALL the referers, including search engines, so this can be a long list. This is why I said there's better ways to do it.

If you like playing with Analytics, the analytics blog http://analytics.blogspot.com has some links which really interesting.
Reply With Quote
  #10  
Old Jan 24th 2007, 8:27 pm
zafarkhan zafarkhan is offline
Grunt
 
Join Date: Oct 2006
Location: Carlsbad, CA
Posts: 30
zafarkhan is on a distinguished road
Dangerous hack!

I am really leery of putting tracking code near the top of the page. What if tracking is slow(er), the meat of your page will show up slow as well. IMO, the hack in the original thread may work well for a hobby site, or a site which has some awesome information that its visitors can't live without. But for those who run serious, professional, money making sites the analytics javascript belongs where urchin recommends it. Below the fold, where a user looking at the meat&potatoes can't care less that some overloaded analytics server is busy getting the image.
For e-commerce sites, competition is literally one click away and a few millisecond delay may reduce conversion rate. Even if it doesn't, a harried, high traffic site owner won't be able to sleep at night thinking it may. Sorry to belabor the point...but there's a reason people recommend you place their code in a certain place on the page(and believe me, google/urchin is not stupid).
I manage click fraud(www.sofizar.com) and use www.zaralyzer.com . I have found that atleast some of the "fraud" is correlated with slow load time and also site uptime issues.
-Z
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Full URL - Absolute URL - Relative URL - Which one is search engine friendly? ramki Search Engine Optimization 17 Jun 16th 2009 8:43 am
Does SE index the full url? affihq Search Engine Optimization 8 Nov 7th 2006 7:45 pm
How to export keyword and URL from Google Analytics? inerte Google Analytics 2 Aug 9th 2006 11:05 am
Google Analytics - The Referal Source "Search" GADOOD Google Analytics 0 Jul 16th 2006 10:28 am
Referal weight + the limit option = limited referal credit pixads Co-op Advertising Network 2 May 13th 2006 12:13 am


All times are GMT -8. The time now is 3:26 pm.