You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/privacy/consent-management/onetrust-wrapper.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ The OneTrust consent banner has three key UI configurations that control how the
16
16
-**Banner display:** If the banner should be shown or not when a user lands on your webpage
17
17
-**Banner closing:** If the consent banner should automatically close when the user takes an action on your webpage
18
18
-**Consent model:** If the status is automatically set to `true` or `false` for all categories
19
-
-**Opt-In:** The user, by default does not consent to all categories (except those that you deem to be mandatory). The user is required to select categories that they consent to share data with (or, opt-in to data collection)
20
-
-**Opt-out:** The user, by default, does consent to all categories. The user can choose to select categories that they do not consent to share data with (or, opt-out of data collection)
19
+
-**Opt-In:** The user, by default, does not consent to all categories (except those that you deem to be mandatory). The user is required to select categories that they consent to share data with (or, "opt-in" to data collection)
20
+
-**Opt-out:** The user, by default, does consent to all categories. The user can choose to select categories that they do not consent to share data with (or, "opt-out" of data collection)
21
21
22
22
<divclass="premonition info">
23
23
<div class="fa fa-info-circle"></div>
@@ -32,7 +32,7 @@ The OneTrust consent banner has three key UI configurations that control how the
32
32
<!-- TODO (IG, 4/2024): the above callout would not render correctly in markdown - figure out why that happened-->
33
33
34
34
35
-
You can set use the banner display and banner closing settings to either create a banner implementation that is either:
35
+
You can set the banner display and banner closing settings to create a banner implementation that is either:
36
36
-**Mandatory**: A user must interact with a banner before they access your site
37
37
-**Optional**: A user does not have to interact with a banner while they access your site. The banner is always present as your end users navigate through your site, disappears after a user takes an action, like clicking or scrolling, or is never shown to your users
38
38
@@ -68,7 +68,7 @@ To minimize the possibilities for data loss:
68
68
69
69
| Banner behavior | Cookie banner | User interaction with webpage | Segment loads | Possibility of data loss |
| Mandatory | <imgclass="inline"src="/docs/images/supported.svg" /> Displayed on page load | <imgclass="inline"src="/docs/images/supported.svg" /> Required to access webpage | After use action |[Low](#low), until a user changes their preferences |
71
+
| Mandatory | <imgclass="inline"src="/docs/images/supported.svg" /> Displayed on page load | <imgclass="inline"src="/docs/images/supported.svg" /> Required to access webpage | After user action |[Low](#low), until a user changes their preferences |
72
72
| A banner that always remains as a user navigates your site | <imgclass="inline"src="/docs/images/supported.svg" /> Displayed on page load | <imgclass="inline"src="/docs/images/unsupported.svg" /> Not required to access webpage | With page load |[Medium](#medium)|
73
73
| A banner that disappears after a user action, like clicking or scrolling | <imgclass="inline"src="/docs/images/supported.svg" /> Displayed on page load | <imgclass="inline"src="/docs/images/unsupported.svg" /> Not required to access webpage | With page load |[Medium](#medium)|
74
74
| A banner that is optional and never displayed to a user | <imgclass="inline"src="/docs/images/unsupported.svg" /> Not displayed on page load | <imgclass="inline"src="/docs/images/unsupported.svg" /> Not required to access webpage | With page load |[Low](#low), until a user changes their preferences |
@@ -131,7 +131,7 @@ You might experience data loss if a user navigates away from a landing page befo
131
131
<tr>
132
132
<td>Implied</td>
133
133
<td>User does not interact with the consent banner and continues to access the website</td>
134
-
<td> 1. Website loads <br><br> 2. Segment libraries load <br><br> 3. Events flow to default consented and unmapped destinations (Segment and third-party destinations) <br><br> 4. Website presents consent banner to a user <br><br> 5. User does not interact with the consent banner and continues to access the website <br><br> 6. Events continue to flow to all connected destinations </td>
134
+
<td> 1. Website loads <br><br> 2. Segment libraries load <br><br> 3. Events flow to default consented and unmapped destinations (Segment and third-party destinations) <br><br> 4. Website presents consent banner to a user <br><br> 5. User does not interact with the consent banner and continues to access the website <br><br> 6. Events continue to flow to all connected destinations <br><br><br> If your workspace has <b>unmapped or strictly necessary destinations</b>, events continue to flow to unmapped destinations. </td>
0 commit comments