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/user-subscriptions/index.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,28 @@ layout: engage
4
4
engage: true
5
5
---
6
6
7
-
Segment associates [subscription states](/docs/engage/profiles/user-subscriptions/set-user-subscriptions/) with contact vectors in your audiences. These states indicate the level of consent end users have given to receive your marketing campaigns.
7
+
Segment associates [subscription states](/docs/engage/profiles/user-subscriptions/set-user-subscriptions/) with each email address and phone number in your audiences. Subscription states indicate the level of consent end users have given to receive your marketing campaigns.
8
8
9
9
Knowledge of subscription states will help you understand which users can and cannot receive your campaigns. This page provides an overview of user subscriptions.
10
10
11
11
## The Four Subscription states
12
12
13
-
Contact vectors in your audience have one of the four following user subscription states:
13
+
Email addresses and phone numbers in your audience have one of the four following user subscription states:
14
14
15
-
-**Subscribed**; users who opted in to your marketing campaigns
16
-
-**Unsubscribed**; users who unsubscribed from your marketing campaigns
17
-
-**Did notsubscribe**; users who are neither subscribed nor unsubscribed
18
-
-**No subscription status**; users for whom Segment has no subscription information
15
+
-`subscribed`; users who opted in to your marketing campaigns
16
+
-`unsubscribed`; users who unsubscribed from your marketing campaigns
17
+
-`did-not-subscribe`; users who are neither subscribed nor unsubscribed
18
+
-**No subscription status**; users who never gave Segment the email or phone number in your audience
19
19
20
20
> warning "User Consent"
21
-
> You can only send Engage campaigns to subscribed users.
21
+
> You can only send Engage campaigns to users with a `subscribed` status.
22
22
23
23
To learn how Segment determines user subscription states, read the [User Subscription State documentation](/docs/engage/profiles/user-subscriptions/subscription-states/).
24
24
25
25
## Setting User Subscriptions
26
26
27
27
You can set user subscriptions manually when you upload contacts [using Engage’s CSV uploader](/docs/engage/profiles/csv-upload/). You can also use a CSV upload to correct contacts with outdated subscription states.
28
28
29
-
Most user subscriptions are updated programmatically, using Segment APIs. The Public API and the `track` call handle subscription state changes made when users sign up to or change their subscription status to your marketing materials with online forms or within notification centers.
29
+
Most user subscriptions update programmatically, using Segment APIs. The Public API and the Identify call handle subscription state changes made when users sign up to or change their subscription status to your marketing materials with online forms or within notification centers.
30
30
31
31
View the [Setting User Subscriptions](/docs/engage/profiles/user-subscriptions/set-user-subscriptions/) page to learn more about user subscription changes.
Copy file name to clipboardExpand all lines: src/engage/profiles/user-subscriptions/set-user-subscriptions.md
+30-12Lines changed: 30 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ layout: engage
4
4
engage: true
5
5
---
6
6
7
-
Segment associates a [user subscription state](/docs/engage/profiles/user-subscriptions/subscription-states/) with each contact vector in your Engage audiences. Subscription states give you insight into the level of consent a user has given you to receive your Engage campaigns.
7
+
Segment associates a [user subscription state](/docs/engage/profiles/user-subscriptions/subscription-states/) with each email address and phone number in your Engage audiences. Subscription states give you insight into the level of consent a user has given you to receive your Engage campaigns.
8
8
9
9
You can set a user’s subscription state using a CSV file or, programmatically, using Segment’s APIs. On this page, you’ll learn how and when to use both processes.
10
10
@@ -18,7 +18,7 @@ For example, you may want to add contacts to Segment using an audience list sour
18
18
19
19
To learn how to upload a CSV file to Segment, view the [Engage CSV Uploader page](/docs/engage/profiles/csv-upload/).
20
20
21
-
To change a user’s email or SMS subscription status with a CSV file, include at least one of the following user subscription columns next to the contact column:
21
+
To change the subscription status of an email or phone number with a CSV file, include at least one of the following user subscription columns next to the contact column:
22
22
23
23
-`email_subscription_status`
24
24
-`sms_subscription_status`
@@ -28,7 +28,7 @@ These columns take the following values:
28
28
-`subscribed`; for users who opted in to your marketing campaigns
29
29
-`unsubscribed`; for users who have unsubscribed from your marketing campaigns
30
30
-`did-not-subscribe`; for users who have neither subscribed nor unsubscribed from your marketing campaigns
31
-
- Blank; for profiles that have no subscription information
31
+
- Blank; for email addresses or phone numbers that Segment collected without the user explicitly providing them
32
32
33
33
Refer to the [User Subscription States documentation](/docs/engage/profiles/user-subscriptions/subscription-states/) for detailed explanations of each subscription state.
34
34
@@ -51,33 +51,51 @@ For example, a user might reach out to you after accidentally unsubscribing to y
51
51
52
52
With Segment's APIs, you can manage user subscriptions programmatically on a real-time basis. Use the APIs for ongoing subscription status updates, like when users subscribe to your marketing campaigns on a website form or modify their subscription from within a notification center.
53
53
54
-
### The Track call compared to the Public API Identify call
54
+
### Choosing between the Identify call and the Public API
55
55
56
-
To update Engage user subscriptions with Segment's APIs, first choose between a [standard Track call](/docs/connections/spec/track/), for non-critical subscription updates, or the [Public API Identify call](https://api.segmentapis.com/docs/){:target="_blank"}, for critical updates that require immediate confirmation, like unsubscribes.
56
+
To update Engage user subscriptions with Segment's APIs, first choose between [the Identify call](/docs/connections/spec/identify/), for non-critical subscription updates, or the [Public API](https://api.segmentapis.com/docs/spaces/#replace-messaging-subscriptions-in-spaces){:target="_blank"}, for critical updates that require immediate confirmation, like unsubscribes.
57
57
58
-
When you use the Track call, Segment replies with a standard HTTP `200 OK` status response code if it successfully received the request. Because the Track call updates user traits asynchronously, though, the `200 OK` code indicates that Segment has received, but not yet processed, the request. As a result, use the Track call for non-critical subscription updates, like form signups on your website or adding a subscription from within the user's notification center.
58
+
When you use the Identify call, Segment replies with a standard HTTP `200 OK` status response code if it successfully received the request. Because the Identify call updates user traits asynchronously, though, the `200 OK` code indicates that Segment has received, but not yet processed, the request. As a result, use the Identify call for non-critical subscription updates, like form signups on your website or adding a subscription from within the user's notification center.
59
59
60
-
When you make Identify calls to Segment's Public API, however, you'll get an immediate response that confirms that Segment both received and processed the request. Use the Public API, then, for unsubscribes, so users immediately find out if their subscription updated.
60
+
When you update user subscriptions with Segment's Public API, however, you'll get an immediate response that confirms that Segment both received and processed the request. Use the Public API, then, for unsubscribes, so users immediately find out if their subscription updated.
61
61
62
62
### Format the Identify call payload
63
63
64
-
For Segment to process the subscription status request, your Identify call payload must include at least one object with a subscription contact vector, the subscription type, and the subscription status.
64
+
For Segment to process the subscription status request, your Identify call payload must include at least one object that contains an email address or phone number, its subscription type, and its subscription status.
65
65
66
-
The following array contains example objects that update both SMS and email subscription statuses:
66
+
The following example payload shows an Identify call with a `context` object, which you'll add to the Identify call to update user subscriptions. The `context` object contains a `messaging_subscriptions` array with two objects that update both SMS and email subscription statuses:
For successful requests, Segment instantly updates subscription states in your workspace. You can then display successful updates or error messages with users in your notification center.
|Subscribed| A user has given you their contact information and consented to receive marketing campaigns. | Users that have signed up for a weekly newsletter |
22
-
|Unsubscribed| A user has given you their contact information but doesn't want to receive campaigns. | Users that subscribed, then unsubscribed, from a weekly newsletter |
23
-
|Did notsubscribe | A user gave you their contact information but made no decision about receiving marketing campaigns. | A user provided their email address or phone number in an online transaction, but didn't sign up to receive your weekly newsletter. |
24
-
| No subscription status | A user did not give you their contact information and made no decision about receiving marketing campaigns. | Segment collected the contact vector through identity resolution, but the user has not made a subscription decision. |
21
+
|`subscribed`| A user has given you their contact information and consented to receive marketing campaigns. | Users that have signed up for a weekly newsletter |
22
+
|`unsubscribed`| A user has given you their contact information but doesn't want to receive campaigns. | Users that subscribed, then unsubscribed, from a weekly newsletter |
23
+
|`did-not-subscribe`| A user gave you their contact information but made no decision about receiving marketing campaigns. | A user provided their email address or phone number in an online transaction, but didn't sign up to receive your weekly newsletter. |
24
+
| No subscription status | A user did not give you their contact information and made no decision about receiving marketing campaigns. | Segment collected an email or phone number through identity resolution. No user actively provided the email or phone number. |
25
25
26
26
> warning "Sending Permissions"
27
27
> You can only send Engage campaigns to contacts with a subscribed user state.
@@ -58,14 +58,14 @@ You must include an unsubscribe option in all Engage email and SMS campaigns.
58
58
59
59
### Did not subscribe
60
60
61
-
Users with **did notsubscribe** contact vectors have provided you with their email address or phone number but have not given explicit permission to send them marketing materials.
61
+
Users with the `did-not-subscribe` state associated with their email address or phone number gave you their contact information without explicitly agreeing to receive your marketing materials.
62
62
63
-
The following scenarios often lead to user profiles who **did not subscribe**:
63
+
The following scenarios often lead to an email or phone number with the `did-not-subscribe` subscription state:
64
64
65
-
- A user provides their email or phone number during an online transaction, but doesn’t opt in to your marketing materials.
65
+
- A user provides their email or phone number during an online transaction but doesn’t opt in to your marketing materials.
66
66
- The user’s email address was obtained from a support request.
67
67
68
-
Contact vectors with a `didnotsubscribe` status will not receive your marketing campaigns.
68
+
Emails or phone numbers with a `did-not-subscribe` status won't receive your marketing campaigns.
0 commit comments