You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/personas/sql-traits.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ SQL Traits are only limited by the data in your warehouse. Because anything you
12
12
This unlocks some interesting possibilities to help you meet your business goals.
13
13
14
14
- Imagine you want to improve your support team's customer satisfaction score (CSAT). You could create a SQL Trait of the most common ticket requests for a customer's industry by joining data from cloud sources like Zendesk and Salesforce. The resulting SQL Trait would help you anticipate the user's problems and accelerate potential solutions.
15
-
- If you want to determine if a user resides in a specific area, you could query address data in your warehouse and send it as a `true` or `false` Trait to a Personas audience.
15
+
- If you want to determine if a user resides in a specific area, you can query address data in your warehouse and send it as a `true` or `false` Trait to a Personas audience.
16
16
- If you want to fill gaps in your customer profiles to include information prior to implementing Segment, you could import historical Traits from your warehouse.
17
17
- If you want to accurately predict lifetime value (LTV) for a customer, you can generate a complex query based on demographic and customer data in your warehouse. You could then use that information in a Personas audience to send personalized offers or recommend specific products.
18
18
- You could use similarly complex queries to build churn or product adoption models that cannot be easily calculated using Personas Computed Traits, and use them to inform your outreach efforts.
0 commit comments