freeandeasy
Apr 28 2004, 09:26 PM
Here's a good one, can anyone figure out how I can do this:
Currently, ad stats are called up by one tag for each ad type. For example, rotating banner ad stats are called up by this snippet:
| CODE |
<? banner_ad_stats("<tr bgcolor=cccccc> <td align=right> <font face=arial color=000066>","</td><td align=right> <font face=arial color=000066>","</td></tr>","show");?> |
(That's my colors in there lol).
Anyhow, this gives stats for all rotating banner ad groups.
I very much need to show separate stats for certain ad groups.
For example, if I had the ad groups banner1 and banner2, how would I show stats for ad group banner1 separately from ad group banner2?
SelfSupportiveSolutions
Apr 29 2004, 05:28 PM
I don't think it's possible - at least not by the usual methods.
dreamlies
Apr 29 2004, 07:33 PM
I just showed this to Jeremiah and he said you would have to have code written to do that. It can't be done the way it is set up now.
Julie
lawsonic
Apr 30 2004, 02:30 AM
if you rename the code of <? banner_ad_stats etc. to
<? banner_ad_stats1
and copy it and rename it to <? banner_ad_stats2 etc.
then put banners of the same group in each relative page
would that start to solve your problem?