Hello everyone, I woild like to monetize my website with a new metod (for me), i would like to create own text ad rotator just like adsense but putting there own affiliate link, partner links or leads like CJ. Im interested if someone could help me and give the information on how to create this kind of ads on my website. They dont have to be keyword relater, i want to have just text ad rotator ehick looks like adsense or something like that. THnkas
Ok, the above is a javascript add rotator which is very different from what adsense is. If you are only wanting an adrotator and not the requested adsense "copy" then I would suggest that you do it server side as you will be able to then track who is being shown what etc Adsense works by serving "appropriate" ads based on the pages content. If this is to be done fully dynamically (eg on a forum where you do not know what the content of each page will be) it will be hard to code. You can do a broader solution where you group your ads and only show ads randomly selected from a number of groups on each page which would be much easier to code but if you have user submitted content the users could go off topic and therefore your ads are inappropriate for the page content.