Skip to content

Commit f7dd837

Browse files
authored
Merge pull request #827 from IABTechLab/gwh-APIDOCS-2904-04-add-gdpr-definition
add GDPR definition + fix typo
2 parents 7892d68 + 9ffce86 commit f7dd837

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/guides/integration-prebid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ UID2 provides a Prebid.js module that supports the following:
2828
For additional flexibility, UID2 also provides alternative methods for some of the features and complementary products, such as a JavaScript SDK.
2929

3030
:::caution
31-
UID2 is not designed to be used where GDPR applies. The module checks the consent data that's passed in, and does not operate if the `gdprApplies` flag is set to `true`.
31+
UID2 is not designed to be used where <Link href="../ref-info/glossary-uid#gl-gdpr">GDPR</Link> applies. The module checks the consent data that's passed in, and does not operate if the `gdprApplies` flag is set to `true`.
3232
:::
3333

3434
<!-- GDPR statement difference for UID2/EUID | UID2 is not designed to be used where GDPR applies | EUID is designed to be used only where GDPR applies. -->

docs/ref-info/glossary-uid.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ import Link from '@docusaurus/Link';
5151
**F**
5252
<a href="#gl-first-level-hash">First-level hash</a>
5353
54+
**G**
55+
<a href="#gl-gdpr">GDPR</a>
56+
5457
**H**
5558
<a href="#gl-hash">Hash</a>
5659
@@ -261,6 +264,15 @@ import Link from '@docusaurus/Link';
261264

262265
</dl>
263266

267+
### G
268+
269+
<dl>
270+
271+
<dt><MdxJumpAnchor id="gl-gdpr"><a href="#gl-gdpr">GDPR</a></MdxJumpAnchor></dt>
272+
<dd>The GDPR, or General Data Protection Regulation, is a European privacy and security law that regulates how organizations target or collect data related to residents of the European Union.</dd>
273+
274+
</dl>
275+
264276
### H
265277

266278
<dl>

docs/ref-info/updates-doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ February 10, 2025
1717

1818
We've updated the instructions in the UID2 integration guides, SDK docs, and endpoint docs to include information about account setup in the UID2 Portal.
1919

20-
For details, see any inplementation guide: for example, [Client-Side Integration Guide for JavaScript](../guides/integration-javascript-client-side.md#complete-uid2-account-setup-and-configure-account) or [SDK for Android Reference Guide](../sdks/sdk-ref-android.md#api-permissions).
20+
For details, see any implementation guide: for example, [Client-Side Integration Guide for JavaScript](../guides/integration-javascript-client-side.md#complete-uid2-account-setup-and-configure-account) or [SDK for Android Reference Guide](../sdks/sdk-ref-android.md#api-permissions).
2121

2222
These changes also clarify the different procedures for getting credentials depending on the environment: see expanded information on the [Credentials](../getting-started/gs-credentials.md) and [Environments](../getting-started/gs-environments.md) pages.
2323

0 commit comments

Comments
 (0)