netsavy006
Seasoned Veteran
First of all many may be asking "What is a PSA?" Here's what google has to say about PSAs:
When google shows a PSA this means you don't get money for either the ad or the clicks.
One good thing is that you can get rid of PSAs by having an alternate ad show up when google can't match ads to your site.
Here's all you have to do:
1. Create an html page containing adcode provided by a different company (for example, bidvertiser, adbrite, chitika, oxado, etc.)
2. Save the html page onto your computer (for example psa.html)
3. Upload the file to your site using an FTP program (I suggest FileZilla)
4. Locate your google adsense code:
(example:
5. After "google_ad_height = 60;" add a new line below it and place the following:
Where "http://www.example.com/youraltadpage.html" is the page you uploaded in step 3.
6. Save the new code. From now on instead of a PSA showing up, you will now see the other ad networks ads instead.
Hope this all makes since. Have fun. Remember if you have questions be sure to reply to this thread.
Andy...
Public service ad (PSA)
PSAs are non-profit organization ads that are served to pages when targeted ads are unavailable, or when Google is unable to gather content from the page. Publishers do not receive earnings for clicks made on PSAs.
When google shows a PSA this means you don't get money for either the ad or the clicks.
One good thing is that you can get rid of PSAs by having an alternate ad show up when google can't match ads to your site.
Here's all you have to do:
1. Create an html page containing adcode provided by a different company (for example, bidvertiser, adbrite, chitika, oxado, etc.)
2. Save the html page onto your computer (for example psa.html)
3. Upload the file to your site using an FTP program (I suggest FileZilla)
4. Locate your google adsense code:
(example:
Code:
<script type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXX";
google_ad_slot = "XXXXXXXXXX";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
5. After "google_ad_height = 60;" add a new line below it and place the following:
Code:
google_alternate_ad_url = “http://www.example.com/youraltadpage.html”;
Where "http://www.example.com/youraltadpage.html" is the page you uploaded in step 3.
6. Save the new code. From now on instead of a PSA showing up, you will now see the other ad networks ads instead.
Hope this all makes since. Have fun. Remember if you have questions be sure to reply to this thread.
Andy...







