FAQs
View entire FAQ in full Up to Table of ContentsAdManager
How do I install AdManager?
How do I install AdManager?
To install AdManager just download and untar/zip it and put it into your Zope installation "import" folder which should be at the root of you Zope installation.
- Log into the Zope Managment interface
- Go to "Product Management" in Control_Panel
- Click on the Import/Export button
- In the Import file name field put AdManager.zexp and click Import
- You should have successfully installed the product.
This FAQ applies to: 1.0
What is the AdManager?
What is the AdManager?
The AdManager is a simple ad banner product for Zope that has a simple set of features:
- Counts clicks
- Multiple ads with weighting
- Multiple images per ad
- Start / Stop dates
- Impressions
This FAQ applies to: 1.0
How do I use AdManager?
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.
This FAQ applies to: 1.0
Does AdManager track clicks on HTML banners?
Does AdManager track clicks on HTML banners?
No. The click in an HTML banner is not passed through the tracking method. It still counts views, just not clicks.
If the HTML is your own, you can build it so the url is the tracking url in the HTML. This would allow you to track clicks.
This FAQ applies to: 1.0
How many images can I put in a AdBanner?
How many images can I put in a AdBanner?
<p>You can put as many images as you want in an AdBanner. It will go through them and pick one randomly and does not track the individual images as it tracks at the AdBanner level.</p>
<p>If you want to track each images by itself create an AdBanner for each image.</p>
This FAQ applies to: 1.0
Does AdManager bloat the ZODB?
Does AdManager bloat the ZODB?
Yes. Since AdManager is tracking both views (impressions) and clicks it will create a new transaction for every ad view.
You can turn off the counting of clicks and views (either/or) in the Zope Management Interface (ZMI).
This FAQ applies to: 1.0
What is CTR in the stats?
What is CTR in the stats?
CTR is Click Through Ratio and is the number of clicks divided by the number of impressions. It shows you how well the AdBanner is doing in reference to other AdBanners.















