Giter Club home page Giter Club logo

Comments (1)

etienne-martin avatar etienne-martin commented on May 20, 2024

This should be fixed by upgrading this package to the latest version of Matomo (#134).

User-agent:

Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Mobile/14G60 LightSpeed [FBAN/MessengerLiteForiOS;FBAV/334.2.0.46.118;FBBV/324707651;FBDV/iPhone5,4;FBMD/iPhone;FBSN/iOS;FBSV/10.3.3;FBSS/2;FBCR/;FBID/phone;F

Wrong result (demo):

Should be detected as Facebook Messenger Lite but gets detected as Facebook.

{
  "client":{
    "type":"mobile app"
    "name":"Facebook"
    "version":"334.2"
  }
  "os":{
    "name":"iOS"
    "version":"10.3"
    "platform":""
  }
  "device":{
    "type":"smartphone"
    "brand":"Apple"
    "model":"iPhone 5C"
  }
  "bot":NULL
}

Expected result (matomo demo):

{
  "isBot": false,
  "clientInfo": {
    "type": "mobile app",
    "name": "Facebook Messenger Lite",
    "version": "334.2.0.46.118"
  },
  "browserFamily": null,
  "isMobileOnlyBrowser": false,
  "osInfo": {
    "name": "iOS",
    "short_name": "IOS",
    "version": "10.3.3",
    "platform": "",
    "family": "iOS"
  },
  "osFamily": "iOS",
  "device": 1,
  "deviceName": "smartphone",
  "deviceBrand": {
    "name": "Apple",
    "short_name": "AP"
  },
  "model": "iPhone 5C",
  "icons": {
    "browser": null,
    "os": "/icons/os/IOS.png",
    "device": "/icons/devices/smartphone.png",
    "brand": "/icons/brand/Apple.png"
  }
}

from device-detector-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.