Alternate URL Ads: Make more money with Google AdSense
Don't waste your lost AdSense impressions
on PSA's. Integrate Alternate URL Ads into your
web-site in less then 5 minutes and start making more money with Google AdSense today!

Alternate URL Ads sans Google AdSense

As we mentioned on the front page you can run Alternative URL Ads without Google AdSense. You do however have to have a SearchFeed account.

Since this is a very beta mash-up we don't have any crafty configuration tools built (yet). So the best we can offer you is some example cut and paste code. We apologize in advance if this is confusing. If you are unfamiliar with any Google AdSense ad unit sizes please refer to our demo or Google AdSense Ad Unit Formats.

Use the following as the model:

<script type="text/javascript"><!--
aua_sf_client_id = "54343";
aua_use_geo = 0;
google_ad_client = "pub-1234567890123456";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "003366";
google_color_link = "FFCC00";
google_color_bg = "333366";
google_color_text = "FFFFFF";
google_color_url = "B2B3C8";
//--></script>
<script type="text/javascript"
  src="http://ads.alternate-url-ads.com/show_ads.js">
</script>

You will need to modify between one to five lines from the model. The first line to modify is:

aua_sf_client_id = "54343";

Replace 54343 with your SearchFeed Partner ID.

You can choose to modify the line that reads:

aua_use_geo = 0;

Make it 1 if you would like to serve geo-targetted advertisements and 0 if you don't.

The lines that read:

google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";

can be replaced with any valid Google AdSense for Content Text Ad Unit sizes. Here is a complete list of the valid sizes.

google_ad_width = 728;
google_ad_height = 80;
google_ad_format = "728x80_as";

google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";

google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";

google_ad_width = 125;
google_ad_height = 125;
google_ad_format = "125x125_as";

google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";

google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";

google_ad_width = 180;
google_ad_height = 150;
google_ad_format = "180x150_as";

google_ad_width = 120;
google_ad_height = 240;
google_ad_format = "120x240_as";

google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";

google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";

google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";

Using the code snippets above you can easily support the following ad sizes:


Powered by Odin Assemble