cs_agg_metrics_table

The Customer Support Agg Metrics table tracks key customer support actions, including ticket creation, responses, and resolutions. Querying this table helps users analyze support team performance over time and identify patterns in response and resolution efficiency.

Dimensions

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

IDTypeDescription
event_datedateThe date of the customer support event. Based on the time zone of the shop at the moment of the customer support event.
event_date.daydateThe day the customer support event occurred. Derived from event_date.
event_date.weekdateThe Sunday of the week during which the customer support event occurred. Derived from event_date.
event_date.monthdateThe month during which the customer support event occurred. Derived from event_date.
event_date.quarterdateThe first month of the quarter during which the customer support event occurred. Derived from event_date.
event_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.

IDTypeDescription
median_first_response_timenumericThe median time taken for the first response to a customer support ticket during the period selected.
median_resolution_timenumericThe median time taken to resolve a customer support ticket during the period selected.
tickets_closednumericThe total number of tickets closed during the period selected.
tickets_creatednumericThe total number of new tickets created during the period selected.
tickets_repliednumericThe total number of tickets with at least one reply during the period selected.