<?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 for </title>
	<atom:link href="http://customrequest.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://customrequest.com</link>
	<description></description>
	<lastBuildDate>Tue, 17 Apr 2012 21:33:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Prosper202 Tracking Plugin by Shawn</title>
		<link>http://customrequest.com/prosper202-tracking-plugin/comment-page-1/#comment-87759</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Tue, 17 Apr 2012 21:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://customrequest.com/?p=453#comment-87759</guid>
		<description>hopefully this will show all the code:

&lt;code&gt;if(is_page($page_id))
{
$cbr202 = rand(1,10000000000000000);
echo &#039;trackUrl, 1), &#039;&amp;202cb=&#039;, $cbr202, &#039;&quot; type=&quot;text/javascript&quot;&gt;&#039;;
}
if(is_single($page_id))
{
$cbr202 = rand(1,10000000000000000);
echo &#039;trackUrl, 1), &#039;&amp;202cb=&#039;, $cbr202, &#039;&quot; type=&quot;text/javascript&quot;&gt;&#039;;
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>hopefully this will show all the code:</p>
<p><code>if(is_page($page_id))<br />
{<br />
$cbr202 = rand(1,10000000000000000);<br />
echo 'trackUrl, 1), '&amp;202cb=', $cbr202, '" type="text/javascript"&gt;';<br />
}<br />
if(is_single($page_id))<br />
{<br />
$cbr202 = rand(1,10000000000000000);<br />
echo 'trackUrl, 1), '&amp;202cb=', $cbr202, '" type="text/javascript"&gt;';<br />
}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prosper202 Tracking Plugin by Shawn</title>
		<link>http://customrequest.com/prosper202-tracking-plugin/comment-page-1/#comment-87758</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Tue, 17 Apr 2012 21:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://customrequest.com/?p=453#comment-87758</guid>
		<description>It seems it will work this way.  Inbound clicks show up in P202 but whether it works as intended will take some testing.

if(is_page($page_id))
{
$cbr202 = rand(1,10000000000000000);
echo &#039;trackUrl, 1), &#039;&amp;202cb=&#039;, $cbr202, &#039;&quot; type=&quot;text/javascript&quot;&gt;&#039;;
}
if(is_single($page_id))
{
$cbr202 = rand(1,10000000000000000);
echo &#039;trackUrl, 1), &#039;&amp;202cb=&#039;, $cbr202, &#039;&quot; type=&quot;text/javascript&quot;&gt;&#039;;
}</description>
		<content:encoded><![CDATA[<p>It seems it will work this way.  Inbound clicks show up in P202 but whether it works as intended will take some testing.</p>
<p>if(is_page($page_id))<br />
{<br />
$cbr202 = rand(1,10000000000000000);<br />
echo &#8216;trackUrl, 1), &#8216;&amp;202cb=&#8217;, $cbr202, &#8216;&#8221; type=&#8221;text/javascript&#8221;&gt;&#8217;;<br />
}<br />
if(is_single($page_id))<br />
{<br />
$cbr202 = rand(1,10000000000000000);<br />
echo &#8216;trackUrl, 1), &#8216;&amp;202cb=&#8217;, $cbr202, &#8216;&#8221; type=&#8221;text/javascript&#8221;&gt;&#8217;;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prosper202 Tracking Plugin by Shawn</title>
		<link>http://customrequest.com/prosper202-tracking-plugin/comment-page-1/#comment-87508</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Mon, 16 Apr 2012 07:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://customrequest.com/?p=453#comment-87508</guid>
		<description>@ MrCompTech

I was attempting to implement your code but am stuck with a parse error:

PHP Syntax Check: Parse error: syntax error, unexpected T_STRING, expecting &#039;,&#039; or &#039;;&#039; in your code on line 61</description>
		<content:encoded><![CDATA[<p>@ MrCompTech</p>
<p>I was attempting to implement your code but am stuck with a parse error:</p>
<p>PHP Syntax Check: Parse error: syntax error, unexpected T_STRING, expecting &#8216;,&#8217; or &#8216;;&#8217; in your code on line 61</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prosper202 Tracking Plugin by MrCompTech</title>
		<link>http://customrequest.com/prosper202-tracking-plugin/comment-page-1/#comment-87105</link>
		<dc:creator>MrCompTech</dc:creator>
		<pubDate>Fri, 13 Apr 2012 22:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://customrequest.com/?p=453#comment-87105</guid>
		<description>Here&#039;s a change that will allow both pages and posts to be tracked and also include the random number generate which Prosper202 uses in step #6 to match inbound and outbound traffic scripts, keeping the same SUBID for the same visitor:

In the function &#039;function track_prosper()&#039; change this:
&lt;code&gt;
if(is_page($page_id))
{
echo &#039;trackUrl.&#039;&quot; type=&quot;text/javascript&quot;&gt;&#039;;
}
&lt;/code&gt;
to this:
&lt;code&gt;
if(is_page($page_id))
{
$cbr202 = rand(1,10000000000000000);
echo &#039;trackUrl.&#039;&amp;202cb=&#039;.$cbr202.&#039;&quot; type=&quot;text/javascript&quot;&gt;&#039;;
}
if(is_single($page_id))
{
$cbr202 = rand(1,10000000000000000);
echo &#039;trackUrl.&#039;&amp;202cb=&#039;.$cbr202.&#039;&quot; type=&quot;text/javascript&quot;&gt;&#039;;
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a change that will allow both pages and posts to be tracked and also include the random number generate which Prosper202 uses in step #6 to match inbound and outbound traffic scripts, keeping the same SUBID for the same visitor:</p>
<p>In the function &#8216;function track_prosper()&#8217; change this:<br />
<code><br />
if(is_page($page_id))<br />
{<br />
echo 'trackUrl.'" type="text/javascript"&gt;';<br />
}<br />
</code><br />
to this:<br />
<code><br />
if(is_page($page_id))<br />
{<br />
$cbr202 = rand(1,10000000000000000);<br />
echo 'trackUrl.'&amp;202cb='.$cbr202.'" type="text/javascript"&gt;';<br />
}<br />
if(is_single($page_id))<br />
{<br />
$cbr202 = rand(1,10000000000000000);<br />
echo 'trackUrl.'&amp;202cb='.$cbr202.'" type="text/javascript"&gt;';<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prosper202 Tracking Plugin by Alexx</title>
		<link>http://customrequest.com/prosper202-tracking-plugin/comment-page-1/#comment-15279</link>
		<dc:creator>Alexx</dc:creator>
		<pubDate>Fri, 07 May 2010 16:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://customrequest.com/?p=453#comment-15279</guid>
		<description>thanks for plugin works perfect</description>
		<content:encoded><![CDATA[<p>thanks for plugin works perfect</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prosper202 Tracking Plugin by David</title>
		<link>http://customrequest.com/prosper202-tracking-plugin/comment-page-1/#comment-11545</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 27 Feb 2010 03:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://customrequest.com/?p=453#comment-11545</guid>
		<description>It&#039;s really only been tested on separate pages.  It&#039;s worked on posts, but I don&#039;t think it works if more than one post has the code in it.  As far as your question I&#039;m not really sure.  You&#039;d have to test the script and see what would happen.</description>
		<content:encoded><![CDATA[<p>It&#8217;s really only been tested on separate pages.  It&#8217;s worked on posts, but I don&#8217;t think it works if more than one post has the code in it.  As far as your question I&#8217;m not really sure.  You&#8217;d have to test the script and see what would happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prosper202 Tracking Plugin by L'Affaire</title>
		<link>http://customrequest.com/prosper202-tracking-plugin/comment-page-1/#comment-11544</link>
		<dc:creator>L'Affaire</dc:creator>
		<pubDate>Sat, 27 Feb 2010 03:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://customrequest.com/?p=453#comment-11544</guid>
		<description>Does this only works if you use Wordpress to create separate, one-off landing PAGES, not a landing SITE? i.e. the user comes in, visits the one page, and leaves to an external offer?

I have a site with multiple pages where people come in through different pages that are optimized to /promoted by different keywords and they browse around before they leave to an offer. Another JS firing on a 2nd page would overwrite the first one and break tracking, right?</description>
		<content:encoded><![CDATA[<p>Does this only works if you use WordPress to create separate, one-off landing PAGES, not a landing SITE? i.e. the user comes in, visits the one page, and leaves to an external offer?</p>
<p>I have a site with multiple pages where people come in through different pages that are optimized to /promoted by different keywords and they browse around before they leave to an offer. Another JS firing on a 2nd page would overwrite the first one and break tracking, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prosper202 Tracking Plugin by Marcus</title>
		<link>http://customrequest.com/prosper202-tracking-plugin/comment-page-1/#comment-11421</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Wed, 24 Feb 2010 14:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://customrequest.com/?p=453#comment-11421</guid>
		<description>Great plugin, but it only works for &quot;pages&quot;.  It doesn&#039;t work for &quot;posts&quot;.</description>
		<content:encoded><![CDATA[<p>Great plugin, but it only works for &#8220;pages&#8221;.  It doesn&#8217;t work for &#8220;posts&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prosper202 Tracking Plugin by David</title>
		<link>http://customrequest.com/prosper202-tracking-plugin/comment-page-1/#comment-11333</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 22 Feb 2010 15:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://customrequest.com/?p=453#comment-11333</guid>
		<description>It&#039;s possible.  Most of the testing was done with tracking202.com as opposed to the installed version.  Another thing is it seems that there is a delay at first for the tracking to work.  For example if you just install this and start sending traffic you don&#039;t instantly get the results, some times it takes a few hours for the stats to update.</description>
		<content:encoded><![CDATA[<p>It&#8217;s possible.  Most of the testing was done with tracking202.com as opposed to the installed version.  Another thing is it seems that there is a delay at first for the tracking to work.  For example if you just install this and start sending traffic you don&#8217;t instantly get the results, some times it takes a few hours for the stats to update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prosper202 Tracking Plugin by DKB</title>
		<link>http://customrequest.com/prosper202-tracking-plugin/comment-page-1/#comment-11329</link>
		<dc:creator>DKB</dc:creator>
		<pubDate>Mon, 22 Feb 2010 13:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://customrequest.com/?p=453#comment-11329</guid>
		<description>I`ve the same problem: Sites are not tracked!

I`ve inserted the inbound html from prosper202. 

but this domain looks like 

http://myloveddomain.de/tracking202/static/landing.php?lpip=4346

it doesn`t look like: 
http://static.tracking202.com/lp/1234567/landing.js

maybe that is the probem??

Does this work only on tracking202? I thought it would work at prosper202 either, but it doesn`t</description>
		<content:encoded><![CDATA[<p>I`ve the same problem: Sites are not tracked!</p>
<p>I`ve inserted the inbound html from prosper202. </p>
<p>but this domain looks like </p>
<p><a href="http://myloveddomain.de/tracking202/static/landing.php?lpip=4346">http://myloveddomain.de/tracking202/static/landing.php?lpip=4346</a></p>
<p>it doesn`t look like:<br />
<a href="http://static.tracking202.com/lp/1234567/landing.js">http://static.tracking202.com/lp/1234567/landing.js</a></p>
<p>maybe that is the probem??</p>
<p>Does this work only on tracking202? I thought it would work at prosper202 either, but it doesn`t</p>
]]></content:encoded>
	</item>
</channel>
</rss>

