-
API: Filter properties - event types for analytics
Heyhey, for the analytics endpoint POST /analytics/query there are filters. These filters accept properties. Is there somewhere a list of these properties? { "collection": "post", "type": "count", "filters": [ { "prop": "type", "op": "eq", "val": "discussion_add" } ], "interval": "monthly", "start": "2023-01-01T00:00:00",…
-
Analytics: Engagement - Participation rate data unclear
Heyhey, I am playing around with analytics data and I dont really understand some data-points. For example the excerpt from the engagement dashboard reg. participation rate: (this dashboard is just a copy from the standard engagement one and I removed the other graphs to focus) So the participation rate for December 2024…
-
#TipTuesday: Analytics, the API, and You
Sorry this is a bit late this week, I got tangled up in the telephone switch cords! I guess I'm a #WIPWednesday this week. 😁 I wanted to take a moment to talk about my favorite Vanilla feature, the API, and how it can help with analytics. It all comes down to this endpoint, POST/analytics/query First off, let's talk about…