Skip to content

Commit e079485

Browse files
pwsegrchinn1
andauthored
Update src/engage/profiles/user-subscriptions/set-user-subscriptions.md
Co-authored-by: rchinn-segment <[email protected]>
1 parent 455d038 commit e079485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engage/profiles/user-subscriptions/set-user-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ Managing subscriptions with Segment's APIs allows you to handle continuous updat
5151

5252
## The `track` call versus using the Public API
5353

54-
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 asychronously, 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.
54+
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.
5555

5656
When you make 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 user unsubscribes. If a user unsubscribes from your marketing campaigns within their notification center, they'll know immediately whether or not their request was processed.

0 commit comments

Comments
 (0)