<?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: Adsense and AJAX: A Solution</title>
	<atom:link href="http://extraordinarythoughts.com/2010/01/23/adsense-and-ajax-a-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://extraordinarythoughts.com/2010/01/23/adsense-and-ajax-a-solution/</link>
	<description>My World, My Blog!</description>
	<lastBuildDate>Fri, 30 Apr 2010 21:28:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shawn Khameneh</title>
		<link>http://extraordinarythoughts.com/2010/01/23/adsense-and-ajax-a-solution/comment-page-1/#comment-99</link>
		<dc:creator>Shawn Khameneh</dc:creator>
		<pubDate>Wed, 28 Apr 2010 15:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://extraordinarythoughts.com/?p=144#comment-99</guid>
		<description>That is very much true, this solution allows adsense to scan the entry page.
It has been a while since I have played with these solutions, but I do believe you can force in keywords from what I recall.

In general, using purely AJAX is tough when using Adsense.</description>
		<content:encoded><![CDATA[<p>That is very much true, this solution allows adsense to scan the entry page.<br />
It has been a while since I have played with these solutions, but I do believe you can force in keywords from what I recall.</p>
<p>In general, using purely AJAX is tough when using Adsense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vsync</title>
		<link>http://extraordinarythoughts.com/2010/01/23/adsense-and-ajax-a-solution/comment-page-1/#comment-98</link>
		<dc:creator>vsync</dc:creator>
		<pubDate>Wed, 28 Apr 2010 08:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://extraordinarythoughts.com/?p=144#comment-98</guid>
		<description>I don&#039;t get it. I Think that the google adsense sends the URL back
to Google to analyze key-words for the ads. if your website is ajax-based,
then the URL will point to no text anyway..even if you refresh your ads,
google will still see no text in the page.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get it. I Think that the google adsense sends the URL back<br />
to Google to analyze key-words for the ads. if your website is ajax-based,<br />
then the URL will point to no text anyway..even if you refresh your ads,<br />
google will still see no text in the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://extraordinarythoughts.com/2010/01/23/adsense-and-ajax-a-solution/comment-page-1/#comment-54</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 03 Mar 2010 00:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://extraordinarythoughts.com/?p=144#comment-54</guid>
		<description>I&#039;m using something similar to this code. I&#039;ve read through the AdSense TOS, and from what I can tell it should be kosher, as you say. It&#039;s certainly in the spirit of ad serving, in that you issue a reload - essentially in place of the browser doing it - in response to a user request for new page content. We refresh virtually everything on the page, so all&#039;s well there.

The big limitation I&#039;ve found is that when using banner ads, a portion of those are Flash - which doesn&#039;t use an iframe. So, there&#039;s nothing to target for the refresh, and it&#039;s a complete roadblock from that point until a hard page reload occurs.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using something similar to this code. I&#8217;ve read through the AdSense TOS, and from what I can tell it should be kosher, as you say. It&#8217;s certainly in the spirit of ad serving, in that you issue a reload &#8211; essentially in place of the browser doing it &#8211; in response to a user request for new page content. We refresh virtually everything on the page, so all&#8217;s well there.</p>
<p>The big limitation I&#8217;ve found is that when using banner ads, a portion of those are Flash &#8211; which doesn&#8217;t use an iframe. So, there&#8217;s nothing to target for the refresh, and it&#8217;s a complete roadblock from that point until a hard page reload occurs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Khameneh</title>
		<link>http://extraordinarythoughts.com/2010/01/23/adsense-and-ajax-a-solution/comment-page-1/#comment-16</link>
		<dc:creator>Shawn Khameneh</dc:creator>
		<pubDate>Fri, 29 Jan 2010 02:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://extraordinarythoughts.com/?p=144#comment-16</guid>
		<description>From what I have heard, Google does advise against it, but I have yet to hear them actually say no.
This method does seem to comply with the ToS as it does not modify their code nor cause unintended &quot;clicks&quot;.</description>
		<content:encoded><![CDATA[<p>From what I have heard, Google does advise against it, but I have yet to hear them actually say no.<br />
This method does seem to comply with the ToS as it does not modify their code nor cause unintended &#8220;clicks&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Gilbert</title>
		<link>http://extraordinarythoughts.com/2010/01/23/adsense-and-ajax-a-solution/comment-page-1/#comment-14</link>
		<dc:creator>Don Gilbert</dc:creator>
		<pubDate>Thu, 28 Jan 2010 23:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://extraordinarythoughts.com/?p=144#comment-14</guid>
		<description>This is great - although I was a little leary of it when I saw it was being used to update the ads. But you have a valid point - the user is clicking through your site in order to load new content, it just isn&#039;t registering with Adsense and thereby not getting new content to the ads. I think that this is a legitimate use.

Has anyone asked Google?
.-= Don Gilbert´s last blog ..&lt;a href=&quot;http://www.mastersofseo.com/small-business-social-media/&quot; rel=&quot;nofollow&quot;&gt;Why Your Small Business Can’t Ignore Social Media Any Longer&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>This is great &#8211; although I was a little leary of it when I saw it was being used to update the ads. But you have a valid point &#8211; the user is clicking through your site in order to load new content, it just isn&#8217;t registering with Adsense and thereby not getting new content to the ads. I think that this is a legitimate use.</p>
<p>Has anyone asked Google?<br />
<span class="cluv"> Don Gilbert´s last blog ..<a href="http://www.mastersofseo.com/small-business-social-media/">Why Your Small Business Can’t Ignore Social Media Any Longer</a> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://extraordinarythoughts.com/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh Khanal</title>
		<link>http://extraordinarythoughts.com/2010/01/23/adsense-and-ajax-a-solution/comment-page-1/#comment-7</link>
		<dc:creator>Suresh Khanal</dc:creator>
		<pubDate>Sun, 24 Jan 2010 11:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://extraordinarythoughts.com/?p=144#comment-7</guid>
		<description>I always appreciated Ajax and never used in my site because I was using Adsense as my primary source of revenue. I could not sacrifice the possibility of earning a few dollars over improving user experience. I believe and I&#039;m waiting for some genius people like you will find some solution and make our life easier.</description>
		<content:encoded><![CDATA[<p>I always appreciated Ajax and never used in my site because I was using Adsense as my primary source of revenue. I could not sacrifice the possibility of earning a few dollars over improving user experience. I believe and I&#8217;m waiting for some genius people like you will find some solution and make our life easier.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
