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 throughsession_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 againstdim_poll_nodes) - Which keyword triggered each inbound conversation?
- How long do conversations last, and how do they end?