Verify visitor sees all of my web pages

8 replies
I want to offer an incentive for visitors only if they view all of my pages. If they leave before hand that's fine. However if they do look at all of them then I will give them something. Is it possible to make sure they do their end before I do mine? And not just click on the next button but actually spend some time on each page.

Thanks for helping the new guy
#pages #sees #verify #visitor #web
  • Profile picture of the author programming
    Sure, it's possible.
    You can setup AJAX calls each 5-10 seconds on each pages. That's how you will calculate the time spent and amount of visited pages.
    {{ DiscussionBoard.errors[6657181].message }}
  • Profile picture of the author jaasmit
    Your thinking is very cool and also very effective.
    If you want then you can do that just with the help of javascript.
    Make it as you want.
    {{ DiscussionBoard.errors[6658833].message }}
  • Profile picture of the author John Ayling
    If you're going to give them something then you at some point you are going to need their email address, so you might as well cookie them when they arrive at their site. As they access each page then setup some sort of page access counter to a database table and then link that to their email address when you ask for it.

    Not sure why you would want to use ajax though because for each page hit the user is going to the server anyhow where you can store their page hit info.
    Signature
    Software Marketing & Licensing System for WordPress Plugins, Themes & .NET Software
    >> 72 Hour Special <<
    {{ DiscussionBoard.errors[6660794].message }}
  • Profile picture of the author locke815
    I'll suggest you to have like a squeeze page for them to leave behind their email
    {{ DiscussionBoard.errors[6661741].message }}
  • Profile picture of the author chrislim2888
    Doable using jquery, lots of free stuffs out there to accomplish this.
    {{ DiscussionBoard.errors[6687569].message }}
  • Profile picture of the author jaasmit
    It's good that you are thinking creatively to make you site more attractive than the others but to do that you have to know the basic programming knowledge.
    {{ DiscussionBoard.errors[6689371].message }}
  • Profile picture of the author ZishanAhmed
    Ofcourse you can. Just create several dynamic content pages and load them one by one. In the last page you can keep a flag as button and that has to be click by the visitor and then you can confirm user see everything as per your requirement.
    {{ DiscussionBoard.errors[6844031].message }}

Trending Topics