Hi, I've got a blog at Blogger.com and I was just wondering if anyone knows how to rotate adverts on the site? For example, my site gets a lot of hits and I'm trying to find an offer that converts well. Usually I just add HTML and add the code for the advert, but I want to be able to rotate adverts and find out which ones do best on my blog. Any idea how this would be possible? Thanks for any help
You'll have to do it the same way most thing are done with blogger templates... with javascript. For instance: if (new Date().getTime()%2 == 0){ document.write("... some code..."); }else{ document.write("... some other code..."); }