Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

116
Vistas
Counting High Quality visitor for ads

I Started to make a website that provide a shortlink with ads and then pay the publisher , but for advertiser they only want real people to see their persuasive ads , so my problem is how to know the viewer is real people and high quality enough to make the counter count them so i can give reward to the publisher ,

sorry if you don't understand my english is bad

THANKYOU VERY MUCH

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

There is some small REST API doing great IP verification returning a score for the IP you send, example :

    $ip = $_SERVER['REMOTE_ADDR'] ; // your user IP
    
    $checkIp = file_get_contents('http://check.getipintel.net/check.php?ip='.$ip.'&contact=mail@example.com') ;
// don't forget to put a real e-mail
    
    if ($checkIp <=0.95) {
// this user is not a bot ! 
// do something here
    }

Then you can save the result in a session or a cookie so you don't have to call API on every page. I use to work with http://getipintel.net/ but based on the same idea you can use google invisible captcha.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda