How do I use AdManager?
Up to Table of Contents
How do I use AdManager?
Once you have the AdManager properly installed (see installation) you can add a AdFolder and inside that and AdBanner.
- In the root of your site from the drop down select "AdFolder" and give it a name like "banners"
- Go inside the folder and from the drop down add a AdBanner
-
- Configure the AdBanner to have the right start and stop dates as well as remaining views.
- Ad the following code to anywhere you want to show an add (like the default template or standard_html_header)
<dtml-with banners><dtml-var show_banner></dtml-with>
The "banners" is the name of the AdFolder when you created it.