<?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>Webmaster SEO , Search engine optimisation &#187; cpc</title>
	<atom:link href="http://www.deop.net/tag/cpc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deop.net</link>
	<description>The Search engine Optimisation</description>
	<lastBuildDate>Wed, 14 Dec 2011 08:40:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Bid On Trademark Terms In Google AdWords</title>
		<link>http://www.deop.net/2009/11/how-to-bid-on-trademark-terms-in-google-adwords/</link>
		<comments>http://www.deop.net/2009/11/how-to-bid-on-trademark-terms-in-google-adwords/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 22:04:56 +0000</pubDate>
		<dc:creator>Mylo</dc:creator>
				<category><![CDATA[Pay Per Click]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[adword]]></category>
		<category><![CDATA[cpc]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[trademark]]></category>

		<guid isPermaLink="false">http://www.deop.net/?p=53</guid>
		<description><![CDATA[This method is very powerful and can make you a lot of money with very little  effort in a short time.
It could also get you banned from AdWords and your Network really quick, so  use it with caution and only if you absolutely have to.
For example, if you can’t pay your Hosting, use [...]]]></description>
			<content:encoded><![CDATA[<p>This method is very powerful and can make you a lot of money with very little  effort in a short time.</p>
<p>It could also get you banned from AdWords and your Network really quick, so  use it with caution and only if you absolutely have to.</p>
<p>For example, if you can’t pay your Hosting, use it to make $200 quickly.</p>
<p>It is well known that Trademarks and Brands are the most profitable keywords,  this is why most companies do not allow their affiliates to bid on them.</p>
<p>If you try to bid on a trademarked term using Google AdWords, the system will  not allow you to do so. This is because the company owning the brand has asked  Google to restrict it.<span id="more-53"></span></p>
<p><span id="more-305"> </span><br />
<span style="text-decoration: underline;">Step 1:  Keywords</span></p>
<p>When you enter the trademarked term as a keyword into your Adgroup the system  will detect the term and it will not display your ads.</p>
<p>So, to get around this, when you enter your keywords into your Adgroup,</p>
<p>for the keyword write</p>
<p>“t.r.a.d.e.m.a.r.k”</p>
<p>or</p>
<p>“t-r-a-d-e-m-a-r-k”</p>
<p>instead of</p>
<p>“trademark”</p>
<p>This should work most of the time. (There are exceptions.)</p>
<p>The system will not recognize the branded term, but when it comes to matching  your keywords it will just ignore the dots or dashes and display your Ad for the  search term “trademark”.</p>
<p>——————————————————————————</p>
<p><span style="text-decoration: underline;">Step 2: Ad Text</span></p>
<p>If you want to enter the trademark into your Ad text the system again will  recognize the term and not allow you to do it.</p>
<p>The way around is the {ifsearch} parameter.</p>
<p>I will not explain here what this parameter is for and how it works, but you  can look it up if you are interested.</p>
<p>The way you write your ad is this:</p>
<p><span style="text-decoration: underline;">Trad{ifsearch}emark</span><br />
Looking for  Trad{ifsearch}emark?<br />
Buy Here Now Today!<br />
<a href="http://anonymizeit.com/?http://www.trademark.com/" target="_blank">www.trademark.com</a></p>
<p>instead of:</p>
<p><span style="text-decoration: underline;">Trademark</span><br />
Looking for  Trademark?<br />
Buy Here Now Today!<br />
<a href="http://anonymizeit.com/?http://www.trademark.com/" target="_blank">www.trademark.com</a></p>
<p>As you can see, you have to insert {ifsearch} somewhere inside of the  trademark term.</p>
<p>Now the system can not detect the trademarked term in your ads, but when the  ad is displayed to the searcher the {ifsearch} will not be displayed and the  searcher will only see “Trademark”.</p>
<p>Keep in mind however that the {ifsearch} is counted to the number of the  allowed characters in your Ad text, so for the Headline you have only 15  characters left since the {ifsearch} already uses 10 characters.</p>
<p>——————————————————————————</p>
<p><span style="text-decoration: underline;">Step 3: Referer</span></p>
<p>So far, so good. Now you have to fake the referer. If you do not fake the  referer the company owning the trademark can look at the records of the network  and see that your clicks are coming from Google Search and the keywords you have  used.</p>
<p>I do this using a Perl script. I have tried Meta Refreshes and double Meta  Refreshes, but Perl has worked most reliably for me.</p>
<p>This has also been confirmed by my Aff. Manager at CJ.</p>
<p><!-- Easy AdSense V2.82 --><!-- Post[count: 2] --></p>
<p>This is the script, save it with the extension .cgi</p>
<p>——————————————————————————</p>
<p>#!/usr/bin/perl -w<br />
# redir.cgi<br />
$| = 1;</p>
<p>use strict;<br />
use CGI::Carp qw(fatalsToBrowser);<br />
use  HTTP::Request::Common qw(GET POST);<br />
use LWP::UserAgent;</p>
<p>my $ua = new LWP::UserAgent;<br />
$ua-&gt;agent(”Mozilla/4.0 (compatible; MSIE  7.0; Windows NT 6.0)”);</p>
<p>my $url = ‘INSERT YOU AFFILIATE LINK HERE’;<br />
my $req = GET $url, Referer  =&gt;  “http://www.google.de/search?hl=de&amp;q=non-trademark&amp;btnG=Google-Suche&amp;meta=”;<br />
$req-&gt;header(’Accept’  =&gt; ‘text/html’);<br />
my $res = $ua-&gt;request($req);</p>
<p>if ($res-&gt;is_success) {<br />
print “Location: $urlnn”;<br />
} else {<br />
print  “Error: ” . $res-&gt;status_line . “n”;<br />
}</p>
<p>——————————————————————————</p>
<p>There are three important parameters here:</p>
<p>$ua-&gt;agent</p>
<p>This will allow you to fake the user agent, you can change this to whatever  you like.</p>
<p>my $url</p>
<p>Here you put in the URL you want to redirect to, your affiliate URL.</p>
<p>my $req</p>
<p>This enables you to change the referer. In the above example this is what the  referer would look like if the searcher would be be coming from Google Search  Germany, using a German Browser and would have searched for the term  “non-trademark”. You can look at the url field of your browser after doing a  search to find out how this should look like in your situation. You could also  change the referer to “http://www.facebook.com/”.</p>
<p>——————————————————————————</p>
<p>Since Google AdWords is my bread and butter I only use this very sparingly,  because I don’t want to get banned and go through the hassle of getting a new  account.</p>
<p>There are several ways to use this, you can bid on a large brand that has a  lot of traffic, and only do it for 30 minutes or only in certain geographical  areas. Be sure to exclude the location of your network, the location of the  company owning the brand and possibly their advertising agency.</p>
<p>When I first did this i could not stop the campaign soon enough and made 500  in commissions in 30 minutes. Very suspicious, but I got away with it.</p>
<p>Also, big companys often monitor ads very closely or use software to monitor  them. Only run your ads in the late evening or on the weekends.</p>
<p>The other, safer method is to bid on smaller company brands, since they are  generally not able to monitor the search network so closely.</p>
<p>——————————————————————————</p>
<p>As I said in the beginning this is extremely profitable.</p>
<p>The cool thing is that your advertising costs will be almost zero, since  technically it should not be possible for you to bid on these terms and you will  only be bidding against the brand owners inhouse advertising team or their  agency.</p>
<p>I usually bid fairly high, like 4,97 per click and I will use position  bidding on position 1. And I will only pay 0,01 to 0,05 per click.</p>
<p>——————————————————————————</p>
<p>One last word: Don’t use this for ringtones, or weigthloss or anything fishy  that could trigger a manual review of your campaign. Also if your Ads get  rejected for some reason, don’t re-submit them as this could also trigger a  manual review.</p>
<p>——————————————————————————</p>
<p><strong>Important Additional Information!</strong></p>
<p><span style="text-decoration: underline;">I just realized that I forgot  something vital:</span></p>
<p>When setting up your Ad Text you will first do a search for the term you want  to bid on and look at the Ads the company/agency is running.</p>
<p>Then you will copy the Ads of the company/agency exactly.</p>
<p>This way, if they check Google, they will not realize that there is your Ad  being displayed unless they click on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deop.net/2009/11/how-to-bid-on-trademark-terms-in-google-adwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

