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: docs/ref-info/integration-sample-sites.md
+24-23Lines changed: 24 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,33 +8,33 @@ import Link from '@docusaurus/Link';
8
8
9
9
# Integration Samples and Tools
10
10
11
-
This page lists all official UID2 sample implementations highlighting common integration use cases, along with links to live demo sites, source code, and related documentation. Use this page to quickly identify which sample matches your needs and explore working examples.
11
+
This page lists all official UID2 sample implementations highlighting common integrations for websites, along with links to live demo sites, source codes, and references. Use this page to quickly identify which sample matches your needs and explore working examples.
12
12
13
-
## Web Integrations
13
+
## Web SDK Integrations
14
14
15
15
This section summarizes the sample integrations available for integrating UID2 directly into websites. For integration options by participant type, see [Publisher Web Integration Overview](https://unifiedid.com/docs/guides/integration-options-publisher-web) or [Advertiser/Data Provider Integration Overview](https://unifiedid.com/docs/guides/integration-advertiser-dataprovider-overview).
16
16
17
-
### Client-Side Integration Using UID2 SDK for JavaScript
17
+
### Client‑Side Integration Using UID2 SDK for JavaScript
18
18
19
19
This sample is for publishers who prefer a fully client-side integration using the [SDK for JavaScript Reference Guide](https://unifiedid.com/docs/sdks/sdk-ref-javascript) to generate and manage tokens directly in the browser. This approach is ideal for fast prototyping with minimal back-end requirements.
20
20
21
-
- Site: [UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK](https://cstg-integ.uidapi.com/)
21
+
- Site: [Client‑Side UID2 Integration Example using JavaScript SDK](https://cstg-integ.uidapi.com/)
- Doc: [Client-Side Integration Guide for JavaScript](https://unifiedid.com/docs/guides/integration-javascript-client-side)
24
24
25
-
### Client-Server Integration Using UID2 SDK for JavaScript
25
+
### Client‑Server Integration Using UID2 SDK for JavaScript
26
26
27
27
This sample is for publishers who want more control over UID2 token creation (handled on your servers), while using the SDK for JavaScript on the client side to manage and refresh tokens in the browser.
- Doc: [Client-Server Integration Guide for JavaScript](https://unifiedid.com/docs/guides/integration-javascript-client-server)
32
32
33
-
### UID2 Server-Only (Server-Side)
33
+
### Server‑Side Integration (No Client SDK)
34
34
35
-
This sample is for publishers who want all UID2 operations to occur on the server side, offering maximum control, security, and flexibility without relying on a client-side SDK.
35
+
This sample is for publishers who want all UID2 operations (token generation + identity management) to occur on the server side, offering maximum control and security by not exposing operator keys or logic in the browser.
0 commit comments