CS Messages Table
The CS Messages table stores customer support (CS) interactions across multiple communication channels, including email, social media, and live chat. Querying this table lets you analyze customer inquiries, track response times, and connect messages to specific orders and products.
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 message was received. Based on the time zone of the shop at the moment the CS message event occurred. |
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 |
Message Body |
| string | The content of the message. Example value: |
Channel |
| string | The channel through which the message was delivered. Example values: |
Message Created Date |
| timestamp | The time the message was created. Formatted according to the ISO 8601 international standard. Example value: |
Message Deleted Date |
| timestamp | The time the message was deleted. Formatted according to the ISO 8601 international standard. Example value: |
Is From Agent |
| boolean | True if the message was sent by a customer support agent. Possible values: |
Is Public |
| boolean | True if the message is visible to customers (not just the support team). Possible values: |
Message ID |
| string | The unique message ID. Example value: |
Attributed Orders |
| repeated string | A list of order IDs associated with the message. Returned as an array of strings. Example value: |
Attributed Product Names |
| repeated string | The names of products mentioned in the message. Returned as an array of strings. Example value: |
Receiver Email |
| string | The email address of the recipient of the message. Example value: |
Receiver ID |
| string | The unique identifier assigned to the message recipient. Example value: |
Receiver Name |
| string | The full name of the recipient of the message. Example value: |
Sender Email |
| string | The email address of the sender of the message. Example value: |
Sender ID |
| string | The unique identifier assigned to the message sender. Example value: |
Sender Name |
| string | The full name of the sender of the message. Example value: |
Message Sent Date |
| timestamp | The time the message was sent. Formatted according to the ISO 8601 international standard. Example value: |
Attributed SKUs |
| repeated string | The SKU identifiers of products mentioned in the message. Returned as an array of strings. Example value: |
Message Subject |
| string | The subject line of the message. Example value: |
Ticket ID |
| string | The unique identifier for the customer support ticket associated with the message. Example value: |
Message Sent Via |
| string | The communication platform or method used to send the message. Example value: |
Updated 8 days ago