Daily interlocutor interaction statistics

Get statistic on interlocutor interaction with the bot

Response

AttributeTypeDescription
data[].typestringalways "timed_interlocutors_interactions_stats"
data[].datestringdate of statistic "2019-01-24"
data[].interactionsCountintthe number of interaction (messagesCount + buttonActionCount)
data[].messagesCountstringthe number of messages
data[].buttonActionsCountintthe number of button action
data[].interlocutorsCountintthe number of interlocutor who interact on the date
data[].interactionsPerInterlocutorCountfloatmean of number of interaction per interlocutor
data[].messagesPerInterlocutorCountfloatmean of number of message per interlocutor
data[].buttonActionsPerInterlocutorCountfloatmean of button action of interaction per interlocutor
{
    "data": [
        {
            "type": "timed_interlocutors_interactions_stats",
            "date": "2019-06-28",
            "interactionsCount": 1,
            "messagesCount": 1,
            "buttonActionsCount": 0,
            "interlocutorsCount": 1,
            "interactionsPerInterlocutorCount": 1,
            "messagesPerInterlocutorCount": 1,
            "buttonActionsPerInterlocutorCount": 0
        },
        {
            "type": "timed_interlocutors_interactions_stats",
            "date": "2019-06-27",
            "interactionsCount": 4,
            "messagesCount": 3,
            "buttonActionsCount": 1,
            "interlocutorsCount": 1,
            "interactionsPerInterlocutorCount": 4,
            "messagesPerInterlocutorCount": 3,
            "buttonActionsPerInterlocutorCount": 1
        },
        {
            "type": "timed_interlocutors_interactions_stats",
            "date": "2019-07-02",
            "interactionsCount": 6,
            "messagesCount": 3,
            "buttonActionsCount": 3,
            "interlocutorsCount": 1,
            "interactionsPerInterlocutorCount": 6,
            "messagesPerInterlocutorCount": 3,
            "buttonActionsPerInterlocutorCount": 3
        }
    ]
}
Language