View Full Version : can we put adsense and clicksor ads together?
blackie
November 18th, 2006, 04:12
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?
Jan
November 18th, 2006, 05:38
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.
Fahad_1
December 8th, 2006, 02:26
you can use an ad-rotator so that both of the ads are nt displayed together.
Starcraftmazter
December 8th, 2006, 04:32
Could do it with like 4 lines of PHP code. In fact....
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.
Mr.X
December 8th, 2006, 09:37
I think you can display both only if you are using clicksor to show only banner ads not text ads!
thedarkknight
December 8th, 2006, 15:32
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
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.