|
Google AdSense is not always able to find an advertisement which matches the content of your web page. Normally, AdSense selects a Public Service Ad (PSA) and displays it in your ad space. These PSA's generate no revenue for you.
Google has created the ability to load an alternate ad when it cannot find a matching ad. This is accomplished by setting a variable called google_alternate_ad_url in your AdSense layout code:
google_alternate_ad_url = "/adsense-alternate-ad.shtml";
These alternate ads can include advertisements from Google AdSense competitors, such as Clicksor.
This capability enables you to tap into a revenue stream which would normally by lost to AdSense PSAs.
|