Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I asked a similar question recently and somebody gave me a link, and I found another from the same site:</p> <p><a href="http://www.vdgraaf.info/wp-content/uploads/image-url-explained.txt" rel="noreferrer">http://www.vdgraaf.info/wp-content/uploads/image-url-explained.txt</a><br> <a href="http://www.vdgraaf.info/wp-content/uploads/urchin-image.txt" rel="noreferrer">http://www.vdgraaf.info/wp-content/uploads/urchin-image.txt</a> (included here)</p> <p>Google's Analytics code is provided in the form of a JS library, ga.js. When a tracking function is called from this library, a request is made to a gif file on the GA servers at either of the following URLs:</p> <pre> http://www.google-analytics.com/__utm.gif //from http pages https://ssl.google-analytics.com/__utm.gif //from https pages </pre> <p>The following are parameters that may be used in the request to provide GA with detailed information:</p> <pre><code>?utmwv=1 //Urchin/Analytics version &amp;utmn=634440486 &amp;utmcs=UTF-8 //document encoding &amp;utmsr=1440x900 //screen resolution &amp;utmsc=32-bit //color depth &amp;utmul=nl //user language &amp;utmje=1 //java enabled &amp;utmfl=9.0%20%20r28 //flash &amp;utmcr=1 //carriage return &amp;utmdt=Linklove » The optimum keyword density //document title &amp;utmhn=www.vdgraaf.info //document hostname &amp;utmr=http://www.google.nl/search?q=seo+optimal+keyword+density&amp;sourceid=navclient-ff&amp;ie=UTF-8&amp;rlz=1B3GGGL_nlNL210NL211 //referer URL &amp;utmp=/the-optimum-keyword-density.html //document page URL &amp;utmac=UA-320536-6 //Google Analytics account &amp;utmcc= //cookie settings __utma= 21661308. //cookie number 1850772708. //number under 2147483647 1169320752. //time (20-01-2007) cookie first set 1172328503. //time (24-02-2007) cookie previous set 1172935717. //time (03-03-2007) today 3;+ __utmb= 21661308;+ //cookie number __utmc= 21661308;+ //cookie number __utmz= 21661308. //cookie number 1172936273. //time (03-03-2007) today 3. 2. utmccn=(organic)| //utm_campaign utmcsr=google| //utm_source utmctr=seo+optimal+keyword+density| //utm_term utmcmd=organic;+ //utm_medium </code></pre> <p>Remember that the <code>&amp;utmcc</code> values need to be URL encoded.</p> <hr/> <p>The links in this answer have proven to be a little unreliable, so here are some other resources that might be useful:</p> <ul> <li><a href="http://code.google.com/p/serversidegoogleanalytics/" rel="noreferrer">Server Side Google Analytics for PHP</a></li> <li><a href="http://code.google.com/apis/analytics/docs/tracking/gaTrackingTroubleshooting.html#gifParameters" rel="noreferrer">GIF URL Parameters</a> (Google's Troubleshooting Page)</li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload