How do I ad-enable a web page?

Put the following script in the head tag of any web page.
Put this next line of code where you want the ad to display.
Notes: If you want to display many ads on your pages you need to add additional
ad placement lines in the ad network script above.
For example:
ados_add_placement(773, SITE ID GOES HERE, "rectangle_top5", 5);
ados_add_placement(773, SITE ID GOES HERE, "rectangle_bot5", 5);
ados_add_placement(773, SITE ID GOES HERE, "leaderboard_bot4", 4);
ados_add_placement(773, SITE ID GOES HERE, "leaderboard_top4", 4);
ados_add_placement(773, SITE ID GOES HERE, "wideskyscraper6", 6);
Then in the body of your web page you would ad a div for each ad placement.
Was this answer helpful? 2 Users Found This Useful (73 Votes)