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/engage/profiles/csv-upload.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,12 +67,12 @@ For each CSV file, Engage adds:
67
67
- An `email_subscription_status` column next to **Email** columns.
68
68
- An `sms_subscription_status` column next to **SMS** columns.
69
69
70
-
In the `email_subscription_status` and `sms_subscription_status` columns, set subscription states for email addresses and phone numbers:
70
+
In the `email_subscription_status` and `sms_subscription_status` columns, set subscription states for email and phone numbers with the following values:
71
71
72
-
-**Subscribed**: The user has actively subscribed.
73
-
-**Unsubscribed**: The user has actively unsubscribed.
74
-
-**Did Not Subscribe**: The user has provided their contact information but didn't actively subscribe or unsubscribe.
75
-
-**No Subscription Status (or blank)**: The user's profile exists in Segment, but they haven't explicitly provided their contact information, and no subscription information is available.
72
+
-`Subscribed`: The user has actively subscribed.
73
+
-`Unsubscribed`: The user has actively unsubscribed.
74
+
-`Did Not Subscribe`: The user has provided their contact information but didn't actively subscribe or unsubscribe.
75
+
-**No Subscription Status (blank value)**: The user's profile exists in Segment, but they haven't explicitly provided their contact information, and no subscription information is available.
76
76
77
77
> success ""
78
78
> Only contact users that subscribe to your communications. View [User Subscription States](/docs/engage/profiles/user-subscriptions/subscription-states/) to learn more.
0 commit comments