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/user-subscriptions/csv-upload.md
+33-13Lines changed: 33 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,11 +63,11 @@ Use the Update History page to view CSV file uploads in your workspace over the
63
63
64
64
To view the Update History page:
65
65
66
-
1. Navigate to **Unify > Profile explorer** or **Engage > Audiences > Profile explorer**.
67
-
2.Click **Manage subscription statuses**.
68
-
3.Select **View update history**.
66
+
1. Navigate to **Unify > Profile explorer** or **Engage > Engage settings > Subscriptions**.
67
+
2.From the **Subscription groups** table, click the three dots icon, then click **View update history**.
68
+
3.From the **Upload history** table, click the file name link to download the [error reports](#error-reports).
69
69
70
-
Select links to view CSV files and any associated [error reports](#error-reports). View the status of the file upload and the custom trait name added to user profiles in the CSV upload.
70
+
View the status of the file upload and the custom trait name added to user profiles in the CSV upload. The error report only shows rows that Segment couldn't successfully process.
71
71
72
72
### Error reports
73
73
@@ -82,14 +82,31 @@ From the Update History page:
82
82
83
83
Engage uses the following error codes on the report:
|INVALID_EMAIL | The email address isn't formatted correctly. |
88
-
|INVALID_PHONE | The phone number is invalid. |
89
-
|INVALID_SUBSCRIPTION_STATUS | The subscription status is invalid. Check the status or leave it blank. |
90
-
|CONFIGURATION_ERROR | Your SendGrid settings are not configured correctly. [Contact Segment support](https://app.segment.com/workspaces?contact=1){:target="_blank"} for help. |
91
-
|SYSTEM_ERROR | Something went wrong. Please try again. |
92
-
|UNABLE_TO_SUBSCRIBE | You can't update the subscription status for this phone number because the user unsubscribed by replying `STOP`. The user must reply `START` to resubscribe. |
| INVALID_EMAIL | The email address isn't formatted correctly. |
88
+
| INVALID_PHONE | The phone number is invalid. |
89
+
| INVALID_SUBSCRIPTION_STATUS | The subscription status is invalid. Check the status or leave it blank. |
90
+
| CONFIGURATION_ERROR | Your SendGrid settings are not configured correctly. [Contact Segment support](https://app.segment.com/workspaces?contact=1){:target="_blank"} for help. |
91
+
| SYSTEM_ERROR | Something went wrong. Please try again. |
92
+
| UNABLE_TO_SUBSCRIBE | You can't update the subscription status for this phone number because the user unsubscribed by replying `STOP`. The user must reply `START` to resubscribe. |
93
+
| GLOBAL_STATE_NOT_SUBSCRIBED | Global state isn't subscribed or set, so Segment can't update subscription states. |
94
+
95
+
96
+
### Validation errors
97
+
98
+
The following table lists validation errors you may run into with your CSV upload:
| Invalid file types | You can upload only .csv files. Change your file format, then try again. |
103
+
| Empty files | This file contains no data. Add data to your CSV, then try again. |
104
+
| CSV parsing error | We encountered an issue while parsing your CSV file. Validate the CSV file and try again. |
105
+
| Unexpected/fallback | Something went wrong. Try again later. |
106
+
| Empty header row | This file contains empty header(s). Remove the empty header(s), then try again. |
107
+
| File exceeds one million rows | Too many rows. You can upload up to 1000000 rows. |
108
+
| File exceeds 100 MB | Files can be up to 100 MB. |
109
+
| Extraneous columns/column name typos | This file has columns that do not match the identifiers in your identity resolution configuration. |
93
110
94
111
95
112
## Set user subscriptions
@@ -115,7 +132,7 @@ Engage accepts both uppercase and lowercase subscription status values.
115
132
> success ""
116
133
> Only contact users that subscribe to your communications. View [User Subscription States](/docs/engage/user-subscriptions/subscription-states/) to learn more.
117
134
118
-
## CSV upload limits
135
+
## Subscription group CSV upload limits
119
136
120
137
Please note the following limits as you upload CSV files to Twilio Engage:
121
138
- You can only upload .csv files.
@@ -125,6 +142,9 @@ Please note the following limits as you upload CSV files to Twilio Engage:
125
142
- You can only upload one file at a time.
126
143
- The CSV file size can't exceed 100 MB.
127
144
- If you upload the same email or phone number with different subscription states in a single CSV file, Engage doesn't guarantee the subscription status result.
145
+
- The `phone` and `email` identifiers must be valid phone numbers and email addresses, otherwise they'll process as errors.
146
+
- The subscription group CSV upload only honors group subscriptions, so `sms_subscription_status`, `whatsapp_subscription_status`, and `email_subscription_status` aren't allowed.
147
+
- Other than `[group_name]_subscription_status`, you should set up all columns in your identity resolution configuration.
0 commit comments