So I'm working on gathering some statistics over time for some reporting and find myself wondering exactly what this value is, in the usages API response
"mauCount": 30,
I'm confident it represents “Monthly Active Users Count” - but if i review the data for a few days in a month, starting at the beginning of the month it goes up and down, all the way back to zero. I thought for a moment it might be something similar to the billable users count, just showing how many unique users have logged in over the month, but it keeps going back to zero on the pool I am using for my testing. I couldn't find a great reference, and the vast majority of the response items I can come up with a rational explanation of what it is.
I see it in the response for both -
/rest-api/v1/accounts/{accountid}/usages
/rest-api/v2/usages
thoughts?
Comments (0 comments)