BotMetrics
Bot & Conversation Analytics
Bm bot
We now have a bot! "A bot for your bot!"
Message our bot to get key metrics instantly

Dashboard

Monitor engagement & visualize trends in user activity


Dashboard

Conversations

Look back at past conversations & see how your bot handles reality


Chat

Retention

Do users love your bot? Find out how often they return daily, weekly & monthly


Retention

Simple API

Track messages with one request



var botmetrics = require('node-botmetrics')('API_TOKEN');

botmetrics.track({
    text: 'Hi there!',
    message_type: 'incoming',
    user_id: '5436739',
    platform: 'messenger'
});


curl -XPOST -H "Content-type: application/json" -d '{ 
"message": {
    "text": "Hi there!",
    "message_type": "incoming",
    "user_id": "5436734",
    "platform": "kik"
}}' 'https://api.bot-metrics.com/v1/messages?token=TOKEN'