Customer Support Agg Metrics Table (BETA)

cs_agg_metrics_table

The Customer Support Agg Metrics table provides daily aggregated support KPIs, including ticket volume, response time, and resolution time. One row per day.

📋

Table Guide

What You Can Answer With This Table

  • Is our first response time improving over time? — use median_first_response_time, group by event_date
  • How many tickets are we creating vs. closing each day? — use tickets_created, tickets_closed
  • What is the trend in ticket resolution time? — use median_resolution_time, group by event_date

Before You Query

  • Required field: event_date
  • Pre-aggregated daily data: Metrics are already aggregated per day. median_first_response_time and median_resolution_time are daily medians. When querying across multiple days, the values are averaged across daily medians, not recalculated from individual tickets.

When to Use a Different Table

  • Need ticket-level detailCS Tickets table. CS Tickets has individual ticket data (agent, channel, status, tags, order attribution); Agg Metrics only provides daily totals and medians.
  • Need message-level detailCS Messages table. CS Messages has individual message content and conversation flow.

View the full Triple Whale Data Ontology →


Dimensions

Dimensions are immutable properties that can be used for grouping data.

TitleIDTypeDescription
Event Dateevent_datedateThe date of the customer support event. Based on the shop time zone at the moment of the event (or the user time zone, if no sales platform is connected).
Event Dayevent_date.daydateThe day the customer support event occurred. Derived from event_date.
Event Weekevent_date.weekdateThe Sunday of the week during which the customer support event occurred. Derived from event_date.
Event Monthevent_date.monthdateThe month during which the customer support event occurred. Derived from event_date.
Event Quarterevent_date.quarterdateThe first month of the quarter during which the customer support event occurred. Derived from event_date.
Event Yearevent_date.yeardateThe year during which the customer support event occurred. Derived from event_date.

Measures

Measures are numeric fields that can be aggregated and/or combined to calculate new metrics.

TitleIDTypeDescription
Median First Response Timemedian_first_response_timenumericThe median time taken for the first response to a customer support ticket during the period selected.
Median Resolution Timemedian_resolution_timenumericThe median time taken to resolve a customer support ticket during the period selected.
Tickets Closedtickets_closednumericThe total number of tickets closed during the period selected.
Tickets Createdtickets_creatednumericThe total number of new tickets created during the period selected.
Tickets Repliedtickets_repliednumericThe total number of tickets with at least one reply during the period selected.