Sep
23rd

Dynamically Generate Keywords for Advertisements

While reading John Chow’s site, I had forgotten that I signed up for AuctionAds but never actually put the code in my site. Tonight I added the code on my single posts between the post content and the comment section. I’m looking forward to seeing how they perform.

AuctionAds has a nice feature where you can actually specify the keywords that you’d like to generate advertisements with. Rather than figure out some common ones for my entire site, I put the Ultimate Tag Warrior plugin to use (again)!

<script type="text/javascript"><!--
auctionads_ad_client = "bc3ba81bf861f9a07428";
auctionads_ad_campaign = "";
auctionads_ad_width = "468";
auctionads_ad_height = "60";
auctionads_ad_kw = "<? UTW_ShowTagsForCurrentPost(”,array(’first’=>’%tag%’, ‘default’=>’; %tag%’),3); ?>; keyword1; keyword2";
auctionads_color_border = "CCCCCC";
auctionads_color_bg = "FFFFFF";
auctionads_color_heading = "0F0080";
auctionads_color_text = "000000";
auctionads_color_link = "0f0080";
auctionads_options = "n";
–></script>
<script type="text/javascript" src="http://ads.auctionads.com/pagead/show_ads.js">
</script>

AuctionAds requires that you format your keywords for the ad with semi-colons as the delimiter. As a result, you need to custom format the output of the Ultimate Tag Warrior code. I’ve formatted mine to list the first tag and then put a semi-colon and space between the rest. In addition, I’ve specified a maximum of 3 keywords maximum to be displayed and followed it with 3 default keywords that I know will always display an ad.

Targeting the Ad to the content should result in a lift in the click-through rates on the advertisement. I recently tested Google Adsense vs. Google Referrals on one of my targeted site and Adsense had about 8 times the click-through rate. Relevance on advertising is everything! If you don’t supply relevant advertising, you’re just going to irritate your readers or they’ll grow to ignore the ads. No one wants that!

One note: When you actually test the code, you may not bring back any result at first. The folks at Auction Ads state that it takes some time to build those keyword results. I’m not sure how long it takes. You can still get referral revenue off of the Auction Ads interface, though!

RSS feed | Trackback URI

Comments »

No comments yet.

Name (required)
E-mail (required - never shown publicly)
URI
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

My Comment Policy: I moderate comments. Please be patient:

  • Spam will happily be destroyed.
  • Use your real name, not some keywords. Otherwise it will be destroyed.
  • Mean comments aren't necessary. If I don't post them I will reply personally to let you know why.
  • Lewd comments will be edited, I don't want my readers leaving because of offensive content.
Great debate, criticism and colorful commentary is always appreciated and approved!