Skip to content

Commit 540b685

Browse files
authored
Merge pull request #4602 from segmentio/thomas/onetrust-updates
final updates for onetrust before going public
2 parents f02cca7 + 4efa40d commit 540b685

File tree

1 file changed

+12
-5
lines changed
  • src/connections/sources/catalog/cloud-apps/onetrust

1 file changed

+12
-5
lines changed

src/connections/sources/catalog/cloud-apps/onetrust/index.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: OneTrust Source
33
id: QhEUZnE5uF
44
beta: true
5-
hidden: true
65
---
76

87
OneTrust makes it easy for you to capture, centralize, govern, and sync consented first party data while keeping trust & transparency at the forefront of all consumer interactions. The OneTrust Integration provides data to Segment’s CDP and allows you to view & activate consented data in the appropriate way.
@@ -30,14 +29,22 @@ OneTrust allows you to configure the userId from various sources from within the
3029

3130
## Events
3231

33-
Use the OneTrust integration to define the events to be sent to Segment These events can be tailored to align with your existing process or particular use case.
32+
The following table lists events that OneTrust sends to Segment. These events show up as tables in your Warehouse and as regular events in your other Destinations.
33+
34+
| Event Name | Description |
35+
| ------ | ------ |
36+
| Consent Updated | The user gave or withdrew consent for an express purpose. |
3437

3538
## Event Properties
3639

37-
The OneTrust integration allows you to define event properties within the following constraints:
40+
The following table lists event properties included with all events Segment receives from Braze.
41+
42+
| Property Name | Type | Description |
43+
| ------ | ------ | ------ |
44+
| Purpose ID | string | The GUID assigned to the purpose in OneTrust. |
45+
| Purpose Name | string | The name given to the purpose in OneTrust for which the user gives or withdraws their consent. |
46+
| Status | string | The current status of the users consent after the update. Options include ACTIVE, WITHDRAWN, PENDING, OPT_OUT, EXPIRED, NO_CONSENT, HARD_OPT_OUT, and NOT_OPTED_OUT. |
3847

39-
- Use `Track` events to define the `properties` object
40-
- Use `Identify` events to define the `traits` object
4148

4249

4350
## Adding Destinations

0 commit comments

Comments
 (0)