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: i18n/ja/docusaurus-plugin-content-docs/current/ref-info/integration-sample-sites.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
title: Integration Samples and Tools
3
-
description: Overview and reference for all UID2 Sample Site examples.
3
+
description: Overview and reference for all UID2 sample site examples.
4
4
hide_table_of_contents: false
5
5
---
6
6
7
7
import Link from '@docusaurus/Link';
8
8
9
9
# Integration Samples and Tools
10
10
11
-
This page lists all official UID2 sample implementations. Each sample includes a description of the target audience and integration scenario, 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 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.
12
12
13
13
## Web Integrations
14
14
@@ -18,23 +18,23 @@ This section summarizes the sample integrations available for publishers who wan
18
18
19
19
This sample is for publishers who prefer a fully client-side integration using the [SDK for JavaScript Reference Guide](../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 Client-Side with JS SDK Example](https://cstg-integ.uidapi.com/)
21
+
- Site: [UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK](https://cstg-integ.uidapi.com/)
- Doc: [Client-Side Integration Guide for JavaScript](../guides/integration-javascript-client-side)
24
24
25
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](../guides/integration-javascript-client-server)
32
32
33
33
### UID2 Server-Only (Server-Side)
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 to occur on the serverside, offering maximum control, security, and flexibility without relying on a client-side SDK.
@@ -97,5 +97,5 @@ This tool is for developers or clients validating data preparation, such as hash
97
97
- Doc: [Normalization and Encoding](../getting-started/gs-normalization-encoding)
98
98
99
99
:::note
100
-
The Sample Sites above highlight some common integrations, but do not represent all available UID2 integration options. For a summary of all the integration options available, see [UID2 Integration Guides: Summary](../guides/summary-guides).
100
+
The sample sites in this file highlight some common integrations, but do not represent all available UID2 integration options. For a summary of all the integration options available, see [UID2 Integration Guides: Summary](../guides/summary-guides).
0 commit comments