<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Google Analytics without Javascript'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 06:33:00 GMT</pubDate>
<item>
<title>managerchannel said on 8/8/10</title>
<link>http://snipplr.com/view/6196/google-analytics-without-javascript/</link>
<description><![CDATA[ If you just want to capture a single page or action, like track opened emails, try http://email-tracking-with-google-analytics.com/.
There you just set the email identifiers and get a pixel code. This pixel code does all the posting for you. ]]></description>
<pubDate>Sun, 08 Aug 2010 07:05:05 GMT</pubDate>
<guid>http://snipplr.com/view/6196/google-analytics-without-javascript/</guid>
</item>
<item>
<title>tencentt said on 9/16/09</title>
<link>http://snipplr.com/view/6196/google-analytics-without-javascript/</link>
<description><![CDATA[ @IanLewis @delime

What about doing an HTTP redirect and making a  or any type of request in the server?

Like this: http://nojsstats.blogspot.com/

The idea is doing:


Would solve the problem I think, anyway you would require another request, and the referrer is sort-of lost. ]]></description>
<pubDate>Wed, 16 Sep 2009 02:02:25 GMT</pubDate>
<guid>http://snipplr.com/view/6196/google-analytics-without-javascript/</guid>
</item>
<item>
<title>IanLewis said on 12/28/08</title>
<link>http://snipplr.com/view/6196/google-analytics-without-javascript/</link>
<description><![CDATA[ dellme,

There is unfortunately no way to get around that problem at present by doing the request from the server. The ip address or location are not parameters to the tracking url but are rather recorded by the analytics server via the client ip address.^

You would have to negotiate the client to do the get request for you by putting the url in an image tag or doing it with javascript like the standard analytics javascript. ]]></description>
<pubDate>Sun, 28 Dec 2008 08:39:52 GMT</pubDate>
<guid>http://snipplr.com/view/6196/google-analytics-without-javascript/</guid>
</item>
<item>
<title>dellme said on 10/29/08</title>
<link>http://snipplr.com/view/6196/google-analytics-without-javascript/</link>
<description><![CDATA[ Hi,

I have a problem with your script.
fopen send my Ip Address (server), so when I look my results, all my visitors comes from my city.
Do I have to change my php.ini or Apache configuration ?

Thanx a lot for you work

DellMe ]]></description>
<pubDate>Wed, 29 Oct 2008 06:58:05 GMT</pubDate>
<guid>http://snipplr.com/view/6196/google-analytics-without-javascript/</guid>
</item>
<item>
<title>IanLewis said on 8/8/08</title>
<link>http://snipplr.com/view/6196/google-analytics-without-javascript/</link>
<description><![CDATA[ The reason you would do this is so that you could track hits to mobile devices that don't support javascript. The original author used it do to server side tracking of hits to rss feeds. There are probably a number of things you could use it for. ]]></description>
<pubDate>Fri, 08 Aug 2008 23:37:54 GMT</pubDate>
<guid>http://snipplr.com/view/6196/google-analytics-without-javascript/</guid>
</item>
<item>
<title>jdstraughan said on 7/6/08</title>
<link>http://snipplr.com/view/6196/google-analytics-without-javascript/</link>
<description><![CDATA[ <p>You are not getting a job at Google any time soon...</p> ]]></description>
<pubDate>Sun, 06 Jul 2008 01:42:01 GMT</pubDate>
<guid>http://snipplr.com/view/6196/google-analytics-without-javascript/</guid>
</item>
<item>
<title>section31 said on 7/6/08</title>
<link>http://snipplr.com/view/6196/google-analytics-without-javascript/</link>
<description><![CDATA[ <p>This is dumb, why would you want to do this?</p> ]]></description>
<pubDate>Sun, 06 Jul 2008 01:37:44 GMT</pubDate>
<guid>http://snipplr.com/view/6196/google-analytics-without-javascript/</guid>
</item>
</channel>
</rss>