Post-Purchase Survey Table
post_purchase_survey_table
The Post-Purchase Survey table stores customer survey responses collected after purchase. One row per question-answer pair. Includes survey platform, question text, and self-reported sources.
Table GuideWhat You Can Answer With This Table
- What sources do customers most commonly cite for how they found you? — group by
answerfiltered to discovery questions- How do survey responses break down by survey platform? — group by
survey_type- What feedback patterns appear for specific question types? — group by
question_type,answerBefore You Query
- Required field:
event_dateKey Relationships
Table Join Key What the Join Enables Orders order_idFull order details for the associated purchase (revenue, products, fulfillment) When to Use a Different Table
- Need system-attributed marketing sources per order (tracked via the Triple Whale Pixel with ad platform metadata enrichment, not self-reported) → Pixel Orders table. PPS captures what customers say brought them; Pixel Orders captures which ads were actually clicked.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
Title | ID | Type | Description |
|---|---|---|---|
Event Hour |
| string | The hour of the day the post-purchase survey was submitted, according to a 24-hour clock. Based on the shop time zone at the moment of the event (or the user time zone, if no sales platform is connected). Example values: |
Event Date |
| date | The date the post-purchase survey was submitted. Based on the shop time zone at the moment of the event (or the user time zone, if no sales platform is connected). |
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 |
Answer |
| string | The response provided by the customer to the survey question. Example values: |
Customer Email |
| string | The customer’s email address. Example value: |
Customer ID |
| string | The unique customer ID. Assigned by the main shop platform. Example value: |
Customer Phone |
| string | The customer's phone number. Example value: |
Order ID |
| string | The unique order ID. Assigned by the main shop platform. Example value: |
Survey Question |
| string | The specific survey question asked to the customer. Example value: |
Question Type |
| string | The type of the question asked. Example values: |
Shop ID |
| string | The unique ID of the shop (often corresponds to the shop domain). Can be used to group or filter data by shop in multi-store reports. Example values: |
Shop Name |
| string | The name of the shop. Can be used to group or filter data by shop in multi-store reports. Example values: |
Source |
| string | The traffic source or referral channel that directed the customer to the survey. Example values: |
Survey Type (Platform) |
| string | The post-purchase survey platform used. Example values: |
Updated 3 days ago