<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: My Adsense Tracker</title>
	<atom:link href="http://www.szehau.com/archives/2005/07/my-adsense-tracker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.szehau.com/archives/2005/07/my-adsense-tracker/</link>
	<description>Life, Internet, Software, Gadgets, Programming and Investments</description>
	<lastBuildDate>Wed, 28 Jul 2010 13:14:38 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: szehau weblog &#187; Blog Archive &#187; Adsense Tracker</title>
		<link>http://www.szehau.com/archives/2005/07/my-adsense-tracker/comment-page-1/#comment-38</link>
		<dc:creator>szehau weblog &#187; Blog Archive &#187; Adsense Tracker</dc:creator>
		<pubDate>Fri, 22 Jul 2005 18:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.szehau.com/?p=3#comment-38</guid>
		<description>[...] As I have promised to upload my adsense tracker script at previous post, My Adsense Tracker, finally I have finalized my codes and uploaded it here. At the time I have finished the coding and testing, I found AdsenseLogger. Em&#8230; but never mind, at least I have my own tracker. [...]</description>
		<content:encoded><![CDATA[<p>[...] As I have promised to upload my adsense tracker script at previous post, My Adsense Tracker, finally I have finalized my codes and uploaded it here. At the time I have finished the coding and testing, I found AdsenseLogger. Em&#8230; but never mind, at least I have my own tracker. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szehau</title>
		<link>http://www.szehau.com/archives/2005/07/my-adsense-tracker/comment-page-1/#comment-9</link>
		<dc:creator>szehau</dc:creator>
		<pubDate>Fri, 01 Jul 2005 13:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.szehau.com/?p=3#comment-9</guid>
		<description>dannyFoo:
Ya ... I only login into adsense once or twice a day to check my detailed earning statistic. But I can always know my earning because I have installed &lt;a href=&quot;https://addons.mozilla.org/extensions/moreinfo.php?id=500&quot; rel=&quot;nofollow&quot;&gt;Adsense Notifier&lt;/a&gt;. at my &lt;a href=&quot;http://www.spreadfirefox.com/?q=affiliates&amp;id=23473&amp;t=61&quot; rel=&quot;nofollow&quot;&gt;Firefox&lt;/a&gt; browser It shows the summary of my earnings and it is updated every 20 minutes.

LcF
I have a version of script which only write the data to file, so I can&#039;t generate a useful reports from the collected data (only able to show ads title and the count of clicks). Later when I have time, I will develop another version of adsense tracker using database (mysql).

You can add referer url by append a line to the javascript:
&lt;code&gt;+ &#039;&amp;ref=&#039;+ escape(document.referrer)&lt;/code&gt;
I don&#039;t think we can get &#039;real&#039; destination from javascript because the destination url always point to google adsense&#039;s url.
The &lt;code&gt;adsense_track.php&lt;/code&gt; above does keep the timestamp of the click.

For me, the source url is not that useful because it could be an url of your site itself.

I will try to write the code within this month and will update you all again. :)</description>
		<content:encoded><![CDATA[<p>dannyFoo:<br />
Ya &#8230; I only login into adsense once or twice a day to check my detailed earning statistic. But I can always know my earning because I have installed <a href="https://addons.mozilla.org/extensions/moreinfo.php?id=500" rel="nofollow">Adsense Notifier</a>. at my <a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=23473&amp;t=61" rel="nofollow">Firefox</a> browser It shows the summary of my earnings and it is updated every 20 minutes.</p>
<p>LcF<br />
I have a version of script which only write the data to file, so I can&#8217;t generate a useful reports from the collected data (only able to show ads title and the count of clicks). Later when I have time, I will develop another version of adsense tracker using database (mysql).</p>
<p>You can add referer url by append a line to the javascript:<br />
<code>+ '&amp;ref='+ escape(document.referrer)</code><br />
I don&#8217;t think we can get &#8216;real&#8217; destination from javascript because the destination url always point to google adsense&#8217;s url.<br />
The <code>adsense_track.php</code> above does keep the timestamp of the click.</p>
<p>For me, the source url is not that useful because it could be an url of your site itself.</p>
<p>I will try to write the code within this month and will update you all again. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hallaj</title>
		<link>http://www.szehau.com/archives/2005/07/my-adsense-tracker/comment-page-1/#comment-8</link>
		<dc:creator>Hallaj</dc:creator>
		<pubDate>Thu, 30 Jun 2005 19:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.szehau.com/?p=3#comment-8</guid>
		<description>Sweet!</description>
		<content:encoded><![CDATA[<p>Sweet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LcF</title>
		<link>http://www.szehau.com/archives/2005/07/my-adsense-tracker/comment-page-1/#comment-7</link>
		<dc:creator>LcF</dc:creator>
		<pubDate>Thu, 30 Jun 2005 19:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.szehau.com/?p=3#comment-7</guid>
		<description>great! but you aren&#039;t going to release the code?

Perhaps the script can collect more data like source url, destination url, time, etc?

I found one at http://www.monetizers.com/php-click-tracker.php</description>
		<content:encoded><![CDATA[<p>great! but you aren&#8217;t going to release the code?</p>
<p>Perhaps the script can collect more data like source url, destination url, time, etc?</p>
<p>I found one at <a href="http://www.monetizers.com/php-click-tracker.php" rel="nofollow">http://www.monetizers.com/php-click-tracker.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dannyFoo</title>
		<link>http://www.szehau.com/archives/2005/07/my-adsense-tracker/comment-page-1/#comment-6</link>
		<dc:creator>dannyFoo</dc:creator>
		<pubDate>Thu, 30 Jun 2005 18:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.szehau.com/?p=3#comment-6</guid>
		<description>Well done, I guess you&#039;re too lazy to login and check most of the time. :P Anyway, click checking is one thing. The other important thing is whether the value of the ad clicked is high or not. ;)

Cheers.</description>
		<content:encoded><![CDATA[<p>Well done, I guess you&#8217;re too lazy to login and check most of the time. :P Anyway, click checking is one thing. The other important thing is whether the value of the ad clicked is high or not. ;)</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
