• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

can we put adsense and clicksor ads together?

blackie

New Member
I'm thinking is it possible to rotate the ad for adsense and clicksor? as like when you first enter the site it display adsense, when you click on another url or refresh the site it will rotate to clicksor ads. Is that legit?
 
If they aren't both displayed on the same page, you can do that. Adsense also allows defaults, so you can setup clicksor as a default campaign, but I am not sure why anyone would.
 
Could do it with like 4 lines of PHP code. In fact....

PHP:
if (substr(time(), strlen(time())-1, 1) % 2 == 0) {
// Insert adsense code
}
else {
// Insert clicksor code
}

This checks the timestamp, sees if the last integer is even or odd (50%-50% chance) and displays either one of the two ads.
 
I think you can display both only if you are using clicksor to show only banner ads not text ads!
 
You can display both together as long as you are not using the contextual ad feature of clicksor. You may run it's CPM's etc
 
Back
Top