Note: As March 2016 Google is no longer passing this information in the referral string.
As of September 2013 Google prevented site owners from seeing all organic referring keyword data in the referral string.
However there is still plenty of data to be gleaned from the string. For quick testing the HttpFox Firefox plugin is excellent. Systematically capturing the data is easily done in any web analytics tool or server log parser using simple Regex.
It’s important to note that this data appears not to be passed from mobile searches which may somewhat skew any conclusions.
1) The rank of the link that the user clicked
To understand the rank of the result the user clicked to arrive at your site, look at the ‘cd’ key / value pair. e.g.
It does however get more complex when authority links and universal search are included on the Search Engine Result Page (‘SERP’), which will happen in most cases.
In this case the universal search results are counted in the SERP and must be considered e.g. in this case it’s possible to have up to a cd value of 16 on page 1.
2) The type of link clicked (search, news, image etc)
The ‘ved’ parameter indicates what type of result has referred a visitor to your site.
Here’s a marginally more verbose version of Tim’s table. Note these are substrings of the total value;
VED Value | This means |
---|---|
QFj | A normal organic search result |
QqQIw | A news OneBox link (e.g. 11, 12 & 13 above) |
QpwI | A news OneBox image (e.g. 11 above) |
Q9QEw | Video OneBox link |
Qtw1w | Video OneBox image |
QjB | An authority link (e.g. #2 – 4 on the screenshot) |
BEPwd | Knowledge graph image |
BEP4d | A secondary Knowledge Graph image |
3) The local version of Google searched by the user
This is straightforward, you can clearly see the Top Level Domain (TLD) of the Google search that referred the visitor. In this example you can see Google UK;
4) The landing page URL
The ‘url’ variable is another nice easy one to decipher;
5) Is the user logged in to Google?
Finally the ‘sig2’ parameter only appears whe a users is logged in to Google, therefore you can determine the proportion of users arriving at your site authenticated with Google.
Obviously the loss of the referring keyword is a blow to the accuracy of any SEO reporting. But the above will at least allow site owners to answer questions like;
- Does traffic from different ranks convert at different rates?
- Does traffic from different types of search result behave differently?
- What proportion of visitors arrive at your site from different local versions of Google?