Skip to content

Commit 9264a7d

Browse files
authored
Comment out CSV override
1 parent 50fa3c4 commit 9264a7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ These columns take the following values:
3232

3333
Refer to the [User Subscription States documentation](/docs/engage/profiles/user-subscriptions/subscription-states/) for detailed explanations of each subscription state.
3434

35+
<!--
36+
3537
### Overriding a subscription state with a CSV upload
3638
3739
Because contact information from a CSV upload takes precedence over any existing contact vector details, you can use a CSV file upload to make manual changes to a user’s subscription status.
@@ -43,6 +45,8 @@ For example, a user might reach out to you after accidentally unsubscribing to y
4345
> info "Resubscribing a user"
4446
> As a best practice, encourage users to resubscribe themselves. Refer to [Troubleshooting Subscription States](/docs/engage/profiles/user-subscriptions/subscription-states/#troubleshooting-subscription-states) for case-by-case solutions to resolving subscription state issues.
4547
48+
-->
49+
4650
## Managing user subscriptions with Segment APIs
4751

4852
Use Segment’s APIs to manage user subscriptions programmatically on an ongoing, real-time basis. You can choose between a [standard `track` call](/docs/connections/spec/track/), for non-critical subscription updates, or the [Public API](https://api.segmentapis.com/docs/){:target="_blank"}, for critical updates that require immediate confirmation, like unsubscribes.

0 commit comments

Comments
 (0)