google / chatbase-node

Quickly integrate your Node.js chatbot with Chatbase Analytics
Apache License 2.0
77 stars 24 forks source link

Session count metrics issue #32

Open gopitcsce opened 4 years ago

gopitcsce commented 4 years ago

Hi All, Recently I had integrated dialogflow bot with chatbase. I am passing both userid and sessionid to chatbase api , both are different values. I could see that the session count metric is not correct in chatbase in the below case,

When a single user(same userid) is having multiple sessions within 15 minutes, only one session is getting counted in session metric dashboard, eventhough the sessionid's are different.

Can someone please help on this issue??