CS Tickets Table
The CS Tickets table stores customer support (CS) tickets, tracking interactions between customers and support agents. Querying this table lets you analyze support ticket trends, monitor agent performance, and improve customer service response times.
Note
event_date
is a required field for queries on this table.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
Title | ID | Type | Description |
---|---|---|---|
Event Date |
| date | The date the CS ticket event occurred (e.g. the creation date for |
Event Day |
| date | The day the event occurred. Derived from |
Event Week |
| date | The Sunday of the week during which the event occurred. Derived from |
Event Month |
| date | The month during which the event occurred. Derived from |
Event Quarter |
| date | The first month of the quarter during which the event occurred. Derived from |
Event Year |
| date | The year during which the event occurred. Derived from |
Assigned Agent ID |
| string | The unique identifier of the assigned support agent. Example value: |
Assigned Agent Name |
| string | The full name of the assigned support agent. Example value: |
Channel |
| string | The channel through which the ticket was created. Example values: |
Ticket Closed Date |
| timestamp | The time the ticket was closed. Formatted according to the ISO 8601 international standard. Example value: |
Ticket Created Date |
| timestamp | The time the ticket was created. Formatted according to the ISO 8601 international standard. Example value: |
Customer Email |
| string | The email address of the customer. Example value: |
Customer ID |
| string | The unique identifier assigned to the customer. Example value: |
Event Type |
| string | The type of event related to the ticket. Example values: |
From Agent |
| boolean | True if the event was initiated by a support agent. Possible values: |
Language |
| string | The language used in the ticket. Example values: |
Ticket Priority |
| string | The priority level of the ticket. Example values: |
Ticket Status |
| string | The current status of the ticket. Example values: |
Subject |
| string | The subject line of the first message in the ticket. Example values: |
Survey Comment |
| string | The customer's feedback from the post-resolution survey. Example value: |
Survey Score |
| string | The rating score given by the customer in a post-resolution survey. Example values: |
Survey Scored Date |
| timestamp | The time the survey was scored. Formatted according to the ISO 8601 international standard. Example value: |
Survey Sent Date |
| timestamp | The time the survey was sent to the customer. Formatted according to the ISO 8601 international standard. Example value: |
Tags |
| record repeated | Tags associated with the ticket, used for categorization. Example value: |
Ticket Updated Date |
| timestamp | The time the ticket was last updated. Formatted according to the ISO 8601 international standard. Example value: |
Updated 3 days ago