Daily bot satisfaction statistics

Get daily bot satisfaction stats for a given period. The satisfaction are collected thanks to User Feedback step

Response

AttributeTypeDescription
data[].typestringalways "timed_bot_global_satisfaction"
data[].datestringdate of the statistic "2018-10-05"
data[].positiveRatingsCountintthe number of positive ratings
data[].negativeRatingsCountintthe numbers of negative ratings
data[].ratingsCountinttotal number of ratings received
data[].satisfactionStepExecutionsCountintnumber of times satisfaction was asked
data[].positiveRatingsPercentfloatpercentage of positive ratings
data[].negativeRatingsPercentfloatpercentage of negative ratings
data[].satisfactionCompletionPercentfloatpercentage of person that completed the satisfaction
{
    "data": [
        {
            "type": "timed_bot_global_satisfaction",
            "positiveRatingsCount": 5,
            "negativeRatingsCount": 5,
            "ratingsCount": 10,
            "satisfactionStepExecutionsCount": 20,
            "positiveRatingsPercent": 0.5,
            "negativeRatingsPercent": 0.5,
            "satisfactionCompletionPercent": 0.5,
            "date": "2018-10-05"
        },
        {
            "type": "timed_bot_global_satisfaction",
            "positiveRatingsCount": 6,
            "negativeRatingsCount": 5,
            "ratingsCount": 11,
            "satisfactionStepExecutionsCount": 18,
            "positiveRatingsPercent": 0.5454545455,
            "negativeRatingsPercent": 0.4545454545,
            "satisfactionCompletionPercent": 0.6111111111,
            "date": "2018-10-06"
        }
    ]
}
Language