• Resolved tarielgr8

    (@tarielgr8)


    Hi,
    I intend:
    1. to select three places on my websites
    2. insert the “code” for banner rotation on each of places
    3. prepare 100 banners (image+text combo) for each place
    4. launch the free rotation of 100 banners on each places (total 3)
    5. see statistics how many times each banners was shown

    is it possible with this plugin?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Spacetime

    (@spacetime)

    Hi,

    this is not possible (yet).

    You can already use rotation of ads, however, impression and click statistics is not available yet (under development).

    Regarding “how many times each banners was shown”:
    Ad rotation shows randomly (on page load) one ad version for certain block. So on long run all the ad versions will be shown equal number of times.

    Once the statistics will be implemented you will be able to see total and individual ad impressions and clicks (and CTR of course) for each ad version.

    For ad rotation you ca use the following syntax:

    AD CODE 1
    |rorate|
    AD CODE 2
    |rorate|
    AD CODE 3
    |rorate|
    AD CODE 4
    ...
    Thread Starter tarielgr8

    (@tarielgr8)

    Thank you Igor,
    So, #1, #2, #3 and #4 possible and #5 not, right?

    Plugin Author Spacetime

    (@spacetime)

    Yes, correct.

    It is also possible to have ad codes in files and rotate between them

    <?php include ('/var/www/example.com/wp-content/uploads/banner_1.html'); ?>
    |rotate|
    <?php include ('/var/www/example.com/wp-content/uploads/banner_2.html'); ?>
    |rotate|
    <?php include ('/var/www/example.com/wp-content/uploads/banner_3.html'); ?>

    Make sure you use absolute file names for included files and enable PHP processing.

    Thread Starter tarielgr8

    (@tarielgr8)

    ah, ok, thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘is it possible with this plugin?’ is closed to new replies.