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-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,92 +10,92 @@ import Link from '@docusaurus/Link';
10
10
11
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
-
###Web Integrations
13
+
## Web Integrations
14
14
15
-
This section summarizes the sample integrations available for publishers who want to integrate UID2 directly into their websites. For a full summary of integration options for websites, see [Web Integration Overview](https://unifiedid.com/docs/guides/integration-options-publisher-web).
15
+
This section summarizes the sample integrations available for publishers who want to integrate UID2 directly into their websites. For a full summary of integration options for websites, see [Publisher Web Integration Overview](../guides/integration-options-publisher-web).
16
16
17
-
####Client-Side Integration Using UID2 SDK for JavaScript
17
+
### Client-Side Integration Using UID2 SDK for JavaScript
18
18
19
-
This sample is for publishers who prefer a fully client-side integration using the [UID2 SDK for JavaScript](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.
19
+
This sample is for publishers who prefer a fully client-side integration using the [UID2 SDK for JavaScript](../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
21
- Site: [UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK](https://cstg-integ.uidapi.com/)
-Docs: [Client-Side Integration Guide for JavaScript](https://unifiedid.com/docs/guides/integration-javascript-client-side)
23
+
-Doc: [Client-Side Integration Guide for JavaScript](../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.
-Docs: [Client-Server Integration Guide for JavaScript](https://unifiedid.com/docs/guides/integration-javascript-client-server)
31
+
-Doc: [Client-Server Integration Guide for JavaScript](../guides/integration-javascript-client-server)
32
32
33
-
####UID2 Server-Only (Server-Side)
33
+
### UID2 Server-Only (Server-Side)
34
34
35
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.
-Docs: [Client-Side Integration Guide for Prebid.js](https://unifiedid.com/docs/guides/integration-prebid-client-side)
47
+
-Doc: [UID2 Client-Side Integration Guide for Prebid.js](../guides/integration-prebid-client-side)
48
48
49
-
###Google Secure Signals Integrations
49
+
## Google Secure Signals Integrations
50
50
51
-
This section includes sample pages for passing UID2 identity data to Google's advertising systems through their Secure Signals feature. For details, see [Google Ad Manager Secure Signals Guide](https://unifiedid.com/docs/guides/integration-google-ss).
51
+
This section includes sample pages for passing UID2 identity data to Google's advertising systems through their Secure Signals feature. For details, see [Google Ad Manager Secure Signals Integration](../guides/integration-google-ss).
52
52
53
-
####Client-Side Secure Signals
53
+
### Client-Side Secure Signals
54
54
55
55
This sample is for publishers who want a purely client-side integration with GAM Secure Signals.
56
56
57
57
- Site: [UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK, Secure Signals](https://secure-signals-client-side-integ.uidapi.com/)
This tool is for developers or clients validating data preparation, such as hashing and normalization of emails before token requests. The tool is available at the following links:
-Docs: [Normalization and Encoding](https://unifiedid.com/docs/getting-started/gs-normalization-encoding)
97
+
-Doc: [Normalization and Encoding](../getting-started/gs-normalization-encoding)
98
98
99
99
:::note
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 Overview](https://unifiedid.com/docs/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](https://unifiedid.com/docs/guides/summary-guides).
Copy file name to clipboardExpand all lines: i18n/ja/docusaurus-plugin-content-docs/current/ref-info/integration-sample-sites.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,91 +10,91 @@ import Link from '@docusaurus/Link';
10
10
11
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.
12
12
13
-
###Web Integrations
13
+
## Web Integrations
14
14
15
-
This section summarizes the sample integrations available for publishers who want to integrate UID2 directly into their websites. For a full summary of integration options for websites, see [Web Integration Overview](https://unifiedid.com/docs/guides/integration-options-publisher-web).
15
+
This section summarizes the sample integrations available for publishers who want to integrate UID2 directly into their websites. For a full summary of integration options for websites, see [Publisher Web Integration Overview](../guides/integration-options-publisher-web).
16
16
17
-
####Client-Side Integration Using UID2 SDK for JavaScript
17
+
### Client-Side Integration Using UID2 SDK for JavaScript
18
18
19
-
This sample is for publishers who prefer a fully client-side integration using the [UID2 SDK for JavaScript](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.
19
+
This sample is for publishers who prefer a fully client-side integration using the [UID2 SDK for JavaScript](../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
21
- Site: [UID2 Client-Side with JS SDK Example](https://cstg-integ.uidapi.com/)
-Docs: [Client-Side Integration Guide for JavaScript](https://unifiedid.com/docs/guides/integration-javascript-client-side)
23
+
-Doc: [Client-Side Integration Guide for JavaScript](../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.
-Docs: [Client-Server Integration Guide for JavaScript](https://unifiedid.com/docs/guides/integration-javascript-client-server)
31
+
-Doc: [Client-Server Integration Guide for JavaScript](../guides/integration-javascript-client-server)
32
32
33
-
####UID2 Server-Only (Server-Side)
33
+
### UID2 Server-Only (Server-Side)
34
34
35
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.
-Docs: [Client-Side Integration Guide for Prebid.js](https://unifiedid.com/docs/guides/integration-prebid-client-side)
47
+
-Doc: [UID2 Client-Side Integration Guide for Prebid.js](../guides/integration-prebid-client-side)
48
48
49
-
###Google Secure Signals Integrations
49
+
## Google Secure Signals Integrations
50
50
51
-
This section includes sample pages for passing UID2 identity data to Google's advertising systems through their Secure Signals feature. For details, see [Google Ad Manager Secure Signals Guide](https://unifiedid.com/docs/guides/integration-google-ss).
51
+
This section includes sample pages for passing UID2 identity data to Google's advertising systems through their Secure Signals feature. For details, see [Google Ad Manager Secure Signals Integration](../guides/integration-google-ss).
52
52
53
-
####Client-Side Secure Signals
53
+
### Client-Side Secure Signals
54
54
55
55
This sample is for publishers who want a purely client-side integration with GAM Secure Signals.
This tool is for developers or clients validating data preparation, such as hashing and normalization of emails before token requests. The tool is available at the following links:
-Docs: [Normalization and Encoding](https://unifiedid.com/docs/getting-started/gs-normalization-encoding)
97
+
-Doc: [Normalization and Encoding](../getting-started/gs-normalization-encoding)
98
98
99
99
:::note
100
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 Overview](https://unifiedid.com/docs/guides/summary-guides).
0 commit comments