Demo RevMax Plugin for OpenX

Questions about openx adserver plugin RevMax?

RevMax OpenX Plugin Features

Author Topic: Allow only 1 ip to click every 24hr  (Read 255 times)

Offline openx1210

  • Newbie
  • *
  • Posts: 8
Allow only 1 ip to click every 24hr
« on: January 16, 2012, 12:02:19 AM »
hi

it there a way only allow only 1 ip to click every 24hr in Delivery capping per visitor?

Offline openx1210

  • Newbie
  • *
  • Posts: 8
Re: Allow only 1 ip to click every 24hr
« Reply #1 on: January 16, 2012, 12:04:25 AM »
sorry, what i meant was only count 1 ip in 24hrs

Offline btdsoft

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • btdsoft.com Independant OpenX Consultant
    • btdsoft.com
Re: Allow only 1 ip to click every 24hr
« Reply #2 on: January 16, 2012, 12:14:58 AM »
Yes, something tells me you were just looking at it.
bottom page, allow X views per X time.
http://www.openx.com/docs/2.8/userguide/banner%20delivery%20options
Mike

Offline openx1210

  • Newbie
  • *
  • Posts: 8
Re: Allow only 1 ip to click every 24hr
« Reply #3 on: January 16, 2012, 02:49:53 AM »
hi

that did not work, it's only count views not clicks.
i set limit number view: 5
reset 24hrs.

when i refresh 5 times, the banner disappear. i have not click on the banner yet.

what i am looking for is unlimited view. however when a person click on the ads, the ip only
count one in every 24hrs.

for example, if i click the ads at noon, ..and for some reason i visited the site again in the evening and i click it again. that should only count as 1 instead of 2 clicks. this is because the same ip  click twice within 24hrs.

Offline btdsoft

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • btdsoft.com Independant OpenX Consultant
    • btdsoft.com
Re: Allow only 1 ip to click every 24hr
« Reply #4 on: January 16, 2012, 03:59:45 AM »
If its not show, it can not be clicked.

Perhaps the only solution ?

Offline openx1210

  • Newbie
  • *
  • Posts: 8
Re: Allow only 1 ip to click every 24hr
« Reply #5 on: January 16, 2012, 04:30:20 AM »
the only solution is, someone can develop a mods for this need!

perhaps that person could be you mike..i am the first guy to buy it :)

Offline btdsoft

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • btdsoft.com Independant OpenX Consultant
    • btdsoft.com
Re: Allow only 1 ip to click every 24hr
« Reply #6 on: January 16, 2012, 04:55:48 AM »
Perhaps;
I don't see it however, the showing a banner to someone that can not click it.

lets say user sees banner, and continues to click it without refreshing page, There was no interaction with the reload of a new banner, no control mechanism.

hmm perhaps the click itself....
will think on it, however I have a full plate and empty belly if that makes any sense. (lots work / no pay)
Mike

Offline openx1210

  • Newbie
  • *
  • Posts: 8
Re: Allow only 1 ip to click every 24hr
« Reply #7 on: January 16, 2012, 05:09:05 AM »
hi mike

perhaps you misunderstand me Mike, the user can still click on the ads but it does not count as click. this is because, only one ip can count within 24hrs. the same users can clicks as many ads they like.

this mods will bring  high quality traffic to advertiser. less bounce rate, more time in their site and surely enough, they will come back to advertise in your site again.



 

Offline btdsoft

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • btdsoft.com Independant OpenX Consultant
    • btdsoft.com
Re: Allow only 1 ip to click every 24hr
« Reply #8 on: January 17, 2012, 05:36:10 AM »
I see what you are saying, just OpenX not counting.
Perhaps a small include script that ads ip to dont track records, then removes every hour.
Probably pretty easy. Biggest problem, kept in config and not db.

here is the flow if someone wants to do it:

include script writes clicked ip to var/domian.config.php
[logging]
ignoreHosts="ipn.umb.erh.ere"

settings set to 3600 seconds. ignores for 1 hour.
openx/www/admin/account-settings-banner-logging.php

this should do as you need, can add more to delete as it might get big fast.

Cant think of another way right now.
Mike