<?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: Encrypting Keywords</title>
	<atom:link href="http://www.jonathanvolk.com/internet-marketing/encrypting-keywords.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jonathanvolk.com/internet-marketing/encrypting-keywords.html</link>
	<description>How to make money online</description>
	<lastBuildDate>Thu, 22 Sep 2011 14:21:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jonathan Hinson</title>
		<link>http://www.jonathanvolk.com/internet-marketing/encrypting-keywords.html/comment-page-1#comment-2292</link>
		<dc:creator>Jonathan Hinson</dc:creator>
		<pubDate>Thu, 08 May 2008 10:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathanvolk.com/?p=282#comment-2292</guid>
		<description>Why can&#039;t you just have your link to the offer be another page on your site where you feed the keyword id or encrypted string (whichever way you do it) and then on that page, it redirects to the offer page with the encrypted keyword appended to the query string? Does the referer header keep the original url even though you redirect from another page? </description>
		<content:encoded><![CDATA[<p>Why can&#039;t you just have your link to the offer be another page on your site where you feed the keyword id or encrypted string (whichever way you do it) and then on that page, it redirects to the offer page with the encrypted keyword appended to the query string? Does the referer header keep the original url even though you redirect from another page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tob</title>
		<link>http://www.jonathanvolk.com/internet-marketing/encrypting-keywords.html/comment-page-1#comment-1870</link>
		<dc:creator>Tob</dc:creator>
		<pubDate>Thu, 10 Apr 2008 23:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathanvolk.com/?p=282#comment-1870</guid>
		<description>Well put smaxor.  
 
I think there is only a small group of people that actually know how to manipulate the referrer header (myself included) and it is not safe in the hands of a newb. </description>
		<content:encoded><![CDATA[<p>Well put smaxor. </p>
<p>I think there is only a small group of people that actually know how to manipulate the referrer header (myself included) and it is not safe in the hands of a newb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dankind &#187; Hiding the HTTP Referer with PHP, JS or Meta</title>
		<link>http://www.jonathanvolk.com/internet-marketing/encrypting-keywords.html/comment-page-1#comment-1834</link>
		<dc:creator>Dankind &#187; Hiding the HTTP Referer with PHP, JS or Meta</dc:creator>
		<pubDate>Tue, 08 Apr 2008 01:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathanvolk.com/?p=282#comment-1834</guid>
		<description>[...] there&#8217;s been some talk recently in some blogs on the interwebs regarding cloaking/masking/hiding HTTP REFERERs to protect your traffic [...]</description>
		<content:encoded><![CDATA[<p>[...] there&#8217;s been some talk recently in some blogs on the interwebs regarding cloaking/masking/hiding HTTP REFERERs to protect your traffic [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smaxor</title>
		<link>http://www.jonathanvolk.com/internet-marketing/encrypting-keywords.html/comment-page-1#comment-1837</link>
		<dc:creator>Smaxor</dc:creator>
		<pubDate>Mon, 07 Apr 2008 23:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathanvolk.com/?p=282#comment-1837</guid>
		<description>You could some how encrypt your keywords but honestly there&#039;s no reason. Just as the tracking code I wrote the tutorial on my site takes it out the the url totally and replaces it with a number being passed so there&#039;s no &quot;encrypted url&quot; there just a number. 
 
As far as a referer. I don&#039;t know how much you know about headers and how many tests you&#039;ve actually ran but I&#039;m sure it pales in comparison to myself and the group of people I know. I wrote a system to test the different redirects out there and the only ones that don&#039;t pass referers consistently are https and meta&#039;s. Javascript and header() will pass the referers. Https is an issue because of the warnings IE throws up so it&#039;s next to useless. Meta&#039;s are the ONLY way to go. I suggest doing a double refresh or waiting 2 seconds if you want to be 100% sure it&#039;s gone. I detail all this in my PPC tracking script on my blog. 
 
As far as you guys saying you can set the referer you don&#039;t know what you&#039;re talking about and need to go back to school. You can only set the referer of the requests your script makes such as requesting a webpage. You can not set the referer header in a users browser. Unless there&#039;s some Javascript hole I don&#039;t know about. 
 
Mr. Volk please don&#039;t write about things you haven&#039;t tested because they&#039;re just not true. </description>
		<content:encoded><![CDATA[<p>You could some how encrypt your keywords but honestly there&#039;s no reason. Just as the tracking code I wrote the tutorial on my site takes it out the the url totally and replaces it with a number being passed so there&#039;s no &quot;encrypted url&quot; there just a number.</p>
<p>As far as a referer. I don&#039;t know how much you know about headers and how many tests you&#039;ve actually ran but I&#039;m sure it pales in comparison to myself and the group of people I know. I wrote a system to test the different redirects out there and the only ones that don&#039;t pass referers consistently are https and meta&#039;s. Javascript and header() will pass the referers. Https is an issue because of the warnings IE throws up so it&#039;s next to useless. Meta&#039;s are the ONLY way to go. I suggest doing a double refresh or waiting 2 seconds if you want to be 100% sure it&#039;s gone. I detail all this in my PPC tracking script on my blog.</p>
<p>As far as you guys saying you can set the referer you don&#039;t know what you&#039;re talking about and need to go back to school. You can only set the referer of the requests your script makes such as requesting a webpage. You can not set the referer header in a users browser. Unless there&#039;s some Javascript hole I don&#039;t know about.</p>
<p>Mr. Volk please don&#039;t write about things you haven&#039;t tested because they&#039;re just not true.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dankind</title>
		<link>http://www.jonathanvolk.com/internet-marketing/encrypting-keywords.html/comment-page-1#comment-1835</link>
		<dc:creator>Dankind</dc:creator>
		<pubDate>Mon, 07 Apr 2008 19:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathanvolk.com/?p=282#comment-1835</guid>
		<description>adwordsaddict: I don&#039;t wanna spam Jonathan&#039;s comments but I posted a bit more details from my findings on my personal blog... </description>
		<content:encoded><![CDATA[<p>adwordsaddict: I don&#039;t wanna spam Jonathan&#039;s comments but I posted a bit more details from my findings on my personal blog&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adwordsaddict</title>
		<link>http://www.jonathanvolk.com/internet-marketing/encrypting-keywords.html/comment-page-1#comment-1833</link>
		<dc:creator>adwordsaddict</dc:creator>
		<pubDate>Mon, 07 Apr 2008 18:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathanvolk.com/?p=282#comment-1833</guid>
		<description>Gee, this would be a great article if Jonathon would actually provide a solution to this problem. </description>
		<content:encoded><![CDATA[<p>Gee, this would be a great article if Jonathon would actually provide a solution to this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dankind</title>
		<link>http://www.jonathanvolk.com/internet-marketing/encrypting-keywords.html/comment-page-1#comment-1832</link>
		<dc:creator>Dankind</dc:creator>
		<pubDate>Mon, 07 Apr 2008 16:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathanvolk.com/?p=282#comment-1832</guid>
		<description>There&#039;s a few ways of accomplishing this: 
 
1) meta redirect as mentioned above 
2) javascript redirect 
3) https header redirect in php. &#039;referer&#039;s are not passed from https (SSL) urls </description>
		<content:encoded><![CDATA[<p>There&#039;s a few ways of accomplishing this:</p>
<p>1) meta redirect as mentioned above</p>
<p>2) javascript redirect</p>
<p>3) https header redirect in php. &#039;referer&#039;s are not passed from https (SSL) urls</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Volk</title>
		<link>http://www.jonathanvolk.com/internet-marketing/encrypting-keywords.html/comment-page-1#comment-1828</link>
		<dc:creator>Jonathan Volk</dc:creator>
		<pubDate>Mon, 07 Apr 2008 10:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathanvolk.com/?p=282#comment-1828</guid>
		<description>You dont need to meta redirect. You can do it with php much faster. Just takes a bit of searching how. </description>
		<content:encoded><![CDATA[<p>You dont need to meta redirect. You can do it with php much faster. Just takes a bit of searching how.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Nagel</title>
		<link>http://www.jonathanvolk.com/internet-marketing/encrypting-keywords.html/comment-page-1#comment-1825</link>
		<dc:creator>Eric Nagel</dc:creator>
		<pubDate>Mon, 07 Apr 2008 08:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathanvolk.com/?p=282#comment-1825</guid>
		<description>I think Tob is right.  Merchants cannot see beyond the last referrer.  But if your referrer is mylandingpage.com/?OVKEY=mykeyword, it doesn&#039;t take much to figure out what the keyword is.  So meta-redirect. 
 
Iva - I know how to change the referrer when using something like Snoopy, but PHP cannot change the referrer of the user&#039;s browser, unless you know a super-secret trick that I&#039;ve never heard of before. </description>
		<content:encoded><![CDATA[<p>I think Tob is right.  Merchants cannot see beyond the last referrer.  But if your referrer is mylandingpage.com/?OVKEY=mykeyword, it doesn&#039;t take much to figure out what the keyword is.  So meta-redirect.</p>
<p>Iva &#8211; I know how to change the referrer when using something like Snoopy, but PHP cannot change the referrer of the user&#039;s browser, unless you know a super-secret trick that I&#039;ve never heard of before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WayneDog</title>
		<link>http://www.jonathanvolk.com/internet-marketing/encrypting-keywords.html/comment-page-1#comment-1822</link>
		<dc:creator>WayneDog</dc:creator>
		<pubDate>Mon, 07 Apr 2008 07:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathanvolk.com/?p=282#comment-1822</guid>
		<description>&quot;You can just make an excel spread sheet and associate each keyword to a number then use the number as your subid&quot; 
 
nope, that won&#039;t make a difference if you don&#039;t have a landing page or at least a redirect page in between as they can still get your header info easily. </description>
		<content:encoded><![CDATA[<p>&quot;You can just make an excel spread sheet and associate each keyword to a number then use the number as your subid&quot;</p>
<p>nope, that won&#039;t make a difference if you don&#039;t have a landing page or at least a redirect page in between as they can still get your header info easily.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

