<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chimeric Fire &#187; google</title>
	<atom:link href="http://www.chimericfire.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chimericfire.com</link>
	<description></description>
	<lastBuildDate>Fri, 09 Oct 2009 03:48:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Traffic Exchanges and Google Adsense</title>
		<link>http://www.chimericfire.com/announcement/traffic-exchanges-and-google-adsense/</link>
		<comments>http://www.chimericfire.com/announcement/traffic-exchanges-and-google-adsense/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 08:30:49 +0000</pubDate>
		<dc:creator>Nathaniel</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Free Traffic]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[traffic exchange]]></category>

		<guid isPermaLink="false">http://www.chimericfire.com/announcement/traffic-exchanges-and-google-adsense/</guid>
		<description><![CDATA[A couple days ago I got an email that informed me that it was against the TOS of Google Adsense to use traffic exchanges and adsense. I was floored by this because I didn&#8217;t see anything about that stated in the TOS. I actually went back and checked! That being said, I actually agree. It [...]]]></description>
			<content:encoded><![CDATA[<p>A couple days ago I got an email that informed me that it was against the TOS of <a href="http://www.google.com/adsense" target="_blank">Google Adsense</a> to use traffic exchanges and adsense. I was floored by this because I didn&#8217;t see anything about that stated in the TOS. I actually went back and checked! That being said, I actually agree. It doesn&#8217;t seem fair to waste someone&#8217;s ad money on a page that is being loaded in return from credit. It just makes sense. I certainly wouldn&#8217;t want to be taking anyone&#8217;s money.<br />
<span id="more-59"></span><br />
So, that being said, all traffic generated from traffic exchanges now have <a href="http://www.chimericfire.com/announcement/traffic-exchanges-and-google-adsense/?te=1">?te=1</a> at the end of them. I already have a php script that stops trying to display ads after they&#8217;ve been shown the max of 3 times. I simply added in a bit of code that searches for that query. If it exists (with any value, not just 1), then no ads are displayed. If a reader decides to navigate to some other page on my site, then the query is taken off and the ads display as usual. This way everyone is happy. I still get to gain traffic from <a href="http://www.trafficswarm.com/go.cgi?120146" target="_blank">Traffic Swarm</a> and not violate <a href="http://www.google.com/adsense" target="_blank">Google Adsens</a>e&#8217;s TOS.</p>
<p>This info is not really all that important, but I figured that everyone should at least know that for all the touting of free traffic exchanges that I make, that they know that using them with adsense is a no-no&#8230; unless they can set it up such that the ads are not displayed under certain circumstances.</p>
<p>Here&#8217;s the code I use:</p>
<p>First I define a variable early on in the page:<br />
&lt;?php $adsensecount = 0; ?&gt;</p>
<p>Then I insert a little simple bit of code to tell whether or not the ad has been shown more than 3 times or has been sent from a traffic exchange:<br />
&lt;?php if ($_GET['te']!=&#8221;")<br />
{<br />
$adsensecount = 3;<br />
} ?&gt;<br />
&lt;?php if ($adsensecount &lt;3) : ?&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;&lt;!&#8211;<br />
google_ad_client = &#8220;youradsenseaccnt#&#8221;;<br />
google_ad_width = 468;<br />
google_ad_height = 60;<br />
google_ad_format = &#8220;468&#215;60_as&#8221;;<br />
google_ad_type = &#8220;text_image&#8221;;<br />
google_ad_channel = &#8220;&#8221;;<br />
google_color_border = &#8220;adddff&#8221;;<br />
google_color_bg = &#8220;000000&#8243;;<br />
google_color_link = &#8220;adddff&#8221;;<br />
google_color_text = &#8220;ffffff&#8221;;<br />
google_color_url = &#8220;008000&#8243;;<br />
//&#8211;&gt;<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;<br />
src=&#8221;http://pagead2.googlesyndication.com/pagead/show_ads.js&#8221;&gt;<br />
&lt;/script&gt;<br />
&lt;br /&gt;<br />
&lt;?php $adsensecount++; ?&gt;<br />
&lt;?php endif; ?&gt;</p>
<p>And that&#8217;s it. Keeps me from getting in trouble, keeps my ads showing otherwise.</p>
<p>Type to you later,<br />
~Nathaniel</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Traffic Exchanges and Google Adsense" url="http://www.chimericfire.com/announcement/traffic-exchanges-and-google-adsense/"></script>]]></content:encoded>
			<wfw:commentRss>http://www.chimericfire.com/announcement/traffic-exchanges-and-google-adsense/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Googled my name</title>
		<link>http://www.chimericfire.com/blog/googled-my-name/</link>
		<comments>http://www.chimericfire.com/blog/googled-my-name/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 06:54:41 +0000</pubDate>
		<dc:creator>Nathaniel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[elfwood]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[nathaniel]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[summers]]></category>
		<category><![CDATA[zaadz]]></category>

		<guid isPermaLink="false">http://www.chimericfire.com/?p=38</guid>
		<description><![CDATA[One of the main reasons why I got myself a website ages and ages&#8230; ago was so that my old friends could find me. This mostly required that my web site was ranked very well for my name Nathaniel Summers. Lucky for me, Nathaniel is not a very common name. In fact, only one person [...]]]></description>
			<content:encoded><![CDATA[<p>One of the main reasons why I got myself a website ages and ages&#8230; ago was so that my old friends could find me. This mostly required that my web site was ranked very well for my name Nathaniel Summers. Lucky for me, Nathaniel is not a very common name. In fact, only one person shares the name Nathaniel Summers with me, the X-Men Character Cable. Which is totally awesome because I&#8217;m a big X-Men fan (I&#8217;ve considered naming one of my children Scott&#8230; which is the name of cyclopes for those of you who are not fans). In any case, a quick search for my name returns some nice results. The first is a wikipedia page for the X-Men character. The second is either my elfwood gallery or a link to some random Youtube video. The third is usually this website and my Zaadz profile/quotes pages usually show up after that. In any case, Should an old friend attempt to find me by randomly searching for my name, they can&#8217;t miss&#8230; since about 50% of the links of the first page are for me. That&#8217;s not too shabby. Especially considering that the search results in over 1,360,000 results. I just wanted to share that. It&#8217;s not really a very big deal, but I do get a kick out of it.</p>
<p>Type to you later,<br />
~Nathaniel</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="Googled my name" url="http://www.chimericfire.com/blog/googled-my-name/"></script>]]></content:encoded>
			<wfw:commentRss>http://www.chimericfire.com/blog/googled-my-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
