Skip to main content

fact_treble_sessions

Each row is one execution of a conversational flow by one user — from the moment it starts (a campaign send or an inbound message) to the moment it ends. This is the anchor table of the warehouse: messages, journeys, and variables all join back to it through session_id.

What questions does it answer?

  • How many conversations ran, inbound vs outbound?
  • Which flows (poll_name) generate the most conversations?
  • Where do users stop? (last_node_id, resolvable against dim_poll_nodes)
  • Which keyword triggered each inbound conversation?
  • How long do conversations last, and how do they end?

Columns

Example queries

Where do conversations end, per flow?

Inbound conversations by trigger keyword