<?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; Announcement</title>
	<atom:link href="http://www.chimericfire.com/tag/announcement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chimericfire.com</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 14:36:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<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;468x60_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>
]]></content:encoded>
			<wfw:commentRss>http://www.chimericfire.com/announcement/traffic-exchanges-and-google-adsense/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

