Skip to content

Commit f126c23

Browse files
Merge pull request #6371 from segmentio/DOC-872
Pass SCPU track event ignoring consent preferences [DOC-872]
2 parents d7311ff + d5c311f commit f126c23

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/privacy/consent-management/consent-in-unify.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,12 @@ If you use Protocols, the Segment app automatically adds the Segment Consent Pre
4848
> Segment has standardized a series of reserved event names that have special semantic meaning and maps these events to tools that support them.
4949
>
5050
> See the [Semantic Events](/docs/connections/spec/semantic/) docs for more details.
51+
52+
### Sharing consent with Actions destinations
53+
54+
In addition to enforcing consent in Connections, you may want these preferences to flow to each destination so your destinations can be aware when an end-user revokes their consent. You can use the [Destination Actions framework](/docs/connections/destinations/destination-actions) to edit the destination's mapping and copy the consent preferences from the Segment Consent Preference Updated event to a destination-specified consent field.
55+
56+
If you use Destination Actions to send consent information to your destinations, the Segment Consent Preference Updated event should **only** include information about a user's consent preferences because this event is sent regardless of an end-user's consent preferences.
57+
58+
> info "Sharing consent with Classic Destinations is not available"
59+
> Segment only supports sharing consent with Actions Destinations.

0 commit comments

Comments
 (0)