Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 226633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T19:31:50+00:00 2026-05-11T19:31:50+00:00

I found this question very interesting : Programmatic Bot Detection I have a very

  • 0

I found this question very interesting : Programmatic Bot Detection
I have a very similar question, but I’m not bothered about ‘badly behaved bots’.

I am tracking (in addition to google analytics) the following per visit :

  • Entry URL
  • Referer
  • UserAgent
  • Adwords (by means of query string)
  • Whether or not the user made a purchase
  • etc.

The problem is that to calculate any kind of conversion rate I’m ending up with lots of ‘bot’ visits that are greatly skewing my results.

I’d like to ignore as many as possible bot visits, but I want a solution that I don’t need to monitor too closely, and that won’t in itself be a performance hog and preferably still work if someone has javascript disabled.

Are there good published lists of the top 100 bots or so? I did find a list at http://www.user-agents.org/ but that appears to contain hundreds if not thousands of bots. I don’t want to check every referer against thousands of links.

Here is the current googlebot UserAgent. How often does it change?

 Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T19:31:51+00:00Added an answer on May 11, 2026 at 7:31 pm

    I realized that its probably actually easier to do the exact reverse of what I was attempting.

    i.e.

    select count(*) as count, useragent from sessionvisit 
    where useragent not like '%firefox%' 
    and useragent not like '%chrome%'
    and useragent not like '%safari%'
    and useragent not like '%msie%'
    and useragent not like '%gecko%'
    and useragent not like '%opera%'
    group by useragent order by count desc
    

    What I’m actually trying to do is get an accurate conversion rate, and it seems to make more sense to include good browsers rather than exclude bots (good or bad).

    In addition if i ever find a ‘session’ where a ‘robot’ has made a purchase it probably means there is a new browser (think chrome). Currently none of my robots have made a purchase!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 103k
  • Answers 103k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer That looks pretty good if you ask me. Especially naming… May 11, 2026 at 8:24 pm
  • Editorial Team
    Editorial Team added an answer This depends entirely on the hash function. Also, the probability… May 11, 2026 at 8:24 pm
  • Editorial Team
    Editorial Team added an answer You implement orientation support through: - (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation { //… May 11, 2026 at 8:24 pm

Related Questions

I'm asking this question because I was investigating the Haiku OS (a BeOS descendant).
I found this open-source library that I want to use in my Java application.
I have a function that I use to add vectors, like this: public static
I am messing around with the Indy 10 supplied with Delphi 2009 and am
Whats the best way to implement rollover 'buttons' like Stackoverflow has for 'Questions', 'Tags',

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.