/o?method=segmentation

Breakdown of data for specific event by provided bucket

This api allows to query events that were recorded in drill. Event can be any custom event sent to Countly server, as well as internal events like:

  • [CLY]_session for sessions
  • [CLY]_crash for crahses
  • [CLY]_view for views
  • [CLY]_action for actions
  • [CLY]_push_action for actions performed on push notifications
  • [CLY]_push_open for opened push notifications
  • [CLY]_push_sent for sent push notifications

It provides following properties for each bucket:

  • u - unique users
  • t - total times/count
  • s - sum property if provided for event
  • dur - duration property if provided for event

meta property lists breakdown by segments for queries with projection key

Language