• Resolved dulleca

    (@dulleca)


    Hello team,

    Does Koko Analytics log Facebook bot as visitor or pageviews?

    When you post your article on Facebook, does Facebook send bots to the website, and Koko logs it?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Lap

    (@lapzor)

    Koko blocks any bots that identify themselves as such in the UserAgent header.

        // do not track if user agent looks like a bot
        if ((/bot|crawler|spider|crawling|seo|chrome-lighthouse|preview/i).test(navigator.userAgent)) {
          return
        }

    Hope that helps. If you have any questions, please let me know!

    Thread Starter dulleca

    (@dulleca)

    Alright, Thanks @lapzor for the quick answer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Facebbok bots’ is closed to new replies.