Skip to content

Commit 7079263

Browse files
committed
Update consent-in-segment-connections.md
1 parent 6f7eb65 commit 7079263

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/privacy/consent-management/consent-in-segment-connections.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ If your sources also contain the integrations object, Segment will look at the c
2424
2525
## Consent object
2626

27-
Segment requires every event from all of your sources to include the end user consent preferences, captured by your CMP or your application logic, in the form of the **consent object**. The consent object is a JSON object with the following format:
27+
Segment requires every event from all of your sources to include the end user consent preferences, captured by your CMP or your application logic, in the form of the **consent object**. The consent object is a JSON object nestled inside of the [context object](/docs/connections/spec/common/#context) with the following format:
28+
29+
> success ""
30+
> The JSON keys in the consent object should represent the `categoryId` for each consent column.
2831
2932
```json
3033
{
@@ -42,8 +45,6 @@ Segment requires every event from all of your sources to include the end user co
4245

4346
```
4447

45-
<!-- Not currently in scope: The categories consented to by a user and a flag if a [consent conflict](#reconcile-consent-conflicts) exists are pulled from the consent object and are visible as traits on a user's profile in Unify. For more information about Consent in Unify, see the [Consent in Unify](/docs/privacy/consent-management-in-unify) docs.-->
46-
4748
Events without the consent object will continue to flow to destinations without consent enforcement.
4849

4950
## Reconcile consent conflicts

0 commit comments

Comments
 (0)