Skip to content

Commit c1bc577

Browse files
author
Eiman Eltigani
committed
update heading levels and doc url paths
1 parent d71bd99 commit c1bc577

2 files changed

Lines changed: 47 additions & 47 deletions

File tree

docs/ref-info/integration-sample-sites.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,92 +10,92 @@ import Link from '@docusaurus/Link';
1010

1111
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.
1212

13-
### Web Integrations
13+
## Web Integrations
1414

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).
1616

17-
#### Client-Side Integration Using UID2 SDK for JavaScript
17+
### Client-Side Integration Using UID2 SDK for JavaScript
1818

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.
2020

2121
- Site: [UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK](https://cstg-integ.uidapi.com/)
2222
- Code: [uid2-web-integrations/examples/cstg](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/cstg)
23-
- 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)
2424

25-
#### Client-Server Integration Using UID2 SDK for JavaScript
25+
### Client-Server Integration Using UID2 SDK for JavaScript
2626

2727
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.
2828

2929
- Site: [UID2 SDK Integration Example](https://example-jssdk-integ.uidapi.com/)
3030
- Code: [uid2-web-integrations/examples/js-sdk](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/js-sdk)
31-
- 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)
3232

33-
#### UID2 Server-Only (Server-Side)
33+
### UID2 Server-Only (Server-Side)
3434

3535
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.
3636

3737
- Site: [Server-Only UID2 Integration Example](https://example-srvonly-integ.uidapi.com/login)
3838
- Code: [uid2-examples/publisher/server_only](https://github.com/IABTechLab/uid2-examples/tree/main/publisher/server_only)
39-
- Docs: [Publisher Integration Guide, Server-Side](https://unifiedid.com/docs/guides/integration-publisher-server-side)
39+
- Doc: [Publisher Integration Guide, Server-Side](../guides/integration-publisher-server-side)
4040

41-
### Prebid.js Client-Side Integration
41+
## Prebid.js Client-Side Integration
4242

4343
This sample is for publishers who want to generate UID2 tokens on the client side and pass them into header bidding auctions using Prebid.js.
4444

4545
- Site: [UID2 Prebid.js Client-Side Integration Example](https://unifiedid.com/examples/cstg-prebid-example/)
4646
- Code: [uid2docs/static/examples/cstg-prebid-example](https://github.com/IABTechLab/uid2docs/tree/main/static/examples/cstg-prebid-example)
47-
- 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)
4848

49-
### Google Secure Signals Integrations
49+
## Google Secure Signals Integrations
5050

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).
5252

53-
#### Client-Side Secure Signals
53+
### Client-Side Secure Signals
5454

5555
This sample is for publishers who want a purely client-side integration with GAM Secure Signals.
5656

5757
- Site: [UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK, Secure Signals](https://secure-signals-client-side-integ.uidapi.com/)
5858
- Code: [uid2-web-integrations/examples/google-secure-signals-integration/client_side](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/client_side)
59-
- Docs: [Secure Signals Integration Guide](https://unifiedid.com/docs/guides/integration-google-ss)
59+
- Doc: [Google Ad Manager Secure Signals Integration](../guides/integration-google-ss)
6060

61-
#### React Client-Side Secure Signals
61+
### React Client-Side Secure Signals
6262

6363
This sample is for publishers with React apps who want to integrate UID2 + Secure Signals directly into their component-based architecture.
6464

6565
- Site: [UID2 React Client-Side Integration Example with Google Secure Signals](https://secure-signals-react-integ.uidapi.com/)
6666
- Code: [uid2-web-integrations/examples/google-secure-signals-integration/react_client_side](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/react_client_side)
67-
- Docs: [Secure Signals Integration Guide](https://unifiedid.com/docs/guides/integration-google-ss)
67+
- Doc: [Google Ad Manager Secure Signals Integration](../guides/integration-google-ss)
6868

69-
#### Server-Side Secure Signals
69+
### Server-Side Secure Signals
7070

7171
This sample is for publishers who want all Secure Signals and UID2 logic server-side for better control and security.
7272

7373
- Site: [Server-Side UID2 Integration Example with Google Secure Signals](https://secure-signals-server-side-integ.uidapi.com/login)
7474
- Code: [uid2-web-integrations/examples/google-secure-signals-integration/server_side](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/server_side)
75-
- Docs: [Secure Signals Integration Guide](https://unifiedid.com/docs/guides/integration-google-ss)
75+
- Doc: [Google Ad Manager Secure Signals Integration](../guides/integration-google-ss)
7676
- Additional site domains:
7777
- [https://secure-signals-srvonly-integ.uidapi.com](https://secure-signals-srvonly-integ.uidapi.com)
7878
- [https://esp-srvonly-integ.uidapi.com](https://esp-srvonly-integ.uidapi.com)
7979

80-
#### Client-Server Secure Signals
80+
### Client-Server Secure Signals
8181

8282
This sample is for publishers who want a hybrid approach with token generation on the server and client-side logic for secure signals.
8383

8484
- Site: [Example for Client-Server UID2 SDK Integration with Google Secure Signals](https://secure-signals-client-server-integ.uidapi.com/)
8585
- Code: [uid2-web-integrations/examples/google-secure-signals-integration/with_sdk_v3](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3)
86-
- Docs: [Secure Signals Integration Guide](https://unifiedid.com/docs/guides/integration-google-ss)
86+
- Doc: [Google Ad Manager Secure Signals Integration](../guides/integration-google-ss)
8787
- Additional site domains:
8888
- [https://secure-signals-jssdk-integ.uidapi.com](https://secure-signals-jssdk-integ.uidapi.com)
8989
- [https://esp-jssdk-integ.uidapi.com](https://esp-jssdk-integ.uidapi.com)
9090

91-
### UID2 Hashing Tool
91+
## UID2 Hashing Tool
9292

9393
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:
9494

9595
- Site: [UID2 Hashing Tool](https://unifiedid.com/examples/hashing-tool/)
9696
- Code: [uid2Docs/static/examples/hashing-tool](https://github.com/IABTechLab/uid2docs/tree/main/static/examples/hashing-tool)
97-
- Docs: [Normalization and Encoding](https://unifiedid.com/docs/getting-started/gs-normalization-encoding)
97+
- Doc: [Normalization and Encoding](../getting-started/gs-normalization-encoding)
9898

9999
:::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).
101101
:::

i18n/ja/docusaurus-plugin-content-docs/current/ref-info/integration-sample-sites.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,91 +10,91 @@ import Link from '@docusaurus/Link';
1010

1111
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.
1212

13-
### Web Integrations
13+
## Web Integrations
1414

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).
1616

17-
#### Client-Side Integration Using UID2 SDK for JavaScript
17+
### Client-Side Integration Using UID2 SDK for JavaScript
1818

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.
2020

2121
- Site: [UID2 Client-Side with JS SDK Example](https://cstg-integ.uidapi.com/)
2222
- Code: [uid2-web-integrations/examples/cstg](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/cstg)
23-
- 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)
2424

25-
#### Client-Server Integration Using UID2 SDK for JavaScript
25+
### Client-Server Integration Using UID2 SDK for JavaScript
2626

2727
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.
2828

2929
- Site: [UID2 Client-Server Integration Example](https://example-jssdk-integ.uidapi.com/)
3030
- Code: [uid2-web-integrations/examples/js-sdk](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/js-sdk)
31-
- 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)
3232

33-
#### UID2 Server-Only (Server-Side)
33+
### UID2 Server-Only (Server-Side)
3434

3535
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.
3636

3737
- Site: [UID2 Server-Only Integration Example](https://example-srvonly-integ.uidapi.com/login)
3838
- Code: [uid2-examples/publisher/server_only](https://github.com/IABTechLab/uid2-examples/tree/main/publisher/server_only)
39-
- Docs: [Publisher Integration Guide, Server-Side](https://unifiedid.com/docs/guides/integration-publisher-server-side)
39+
- Doc: [Publisher Integration Guide, Server-Side](../guides/integration-publisher-server-side)
4040

41-
### Prebid.js Client-Side Integration
41+
## Prebid.js Client-Side Integration
4242

4343
This sample is for publishers who want to generate UID2 tokens on the client side and pass them into header bidding auctions using Prebid.js.
4444

4545
- Site: [UID2 Prebid.js Client-Side Integration Example](https://unifiedid.com/examples/cstg-prebid-example/)
4646
- Code: [uid2docs/static/examples/cstg-prebid-example](https://github.com/IABTechLab/uid2docs/tree/main/static/examples/cstg-prebid-example)
47-
- 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)
4848

49-
### Google Secure Signals Integrations
49+
## Google Secure Signals Integrations
5050

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).
5252

53-
#### Client-Side Secure Signals
53+
### Client-Side Secure Signals
5454

5555
This sample is for publishers who want a purely client-side integration with GAM Secure Signals.
5656

5757
- Site: [UID2 Client-Side Integration Example (JS SDK + Secure Signals)](https://secure-signals-client-integ.uidapi.com)
5858
- Code: [uid2-web-integrations/examples/google-secure-signals-integration/client_side](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/client_side)
59-
- Docs: [Secure Signals Integration Guide](https://unifiedid.com/docs/guides/integration-google-ss)
59+
- Doc: [Google Ad Manager Secure Signals Integration](../guides/integration-google-ss)
6060

61-
#### React Client-Side Secure Signals
61+
### React Client-Side Secure Signals
6262

6363
This sample is for publishers with React apps who want to integrate UID2 + Secure Signals directly into their component-based architecture.
6464

6565
- Site: [UID2 React Client-Side Integration Example with Google Secure Signals](https://secure-signals-react-integ.uidapi.com/)
6666
- Code: [uid2-web-integrations/examples/google-secure-signals-integration/react_client_side](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/react_client_side)
67-
- Docs: [Secure Signals Integration Guide](https://unifiedid.com/docs/guides/integration-google-ss)
67+
- Doc: [Google Ad Manager Secure Signals Integration](../guides/integration-google-ss)
6868

69-
#### Server-Side Secure Signals
69+
### Server-Side Secure Signals
7070

7171
This sample is for publishers who want all Secure Signals and UID2 logic server-side for better control and security.
7272

7373
- Site: [UID2 Server-Side Integration Example with Google Secure Signals](https://secure-signals-server-side-integ.uidapi.com/login)
7474
- Code: [uid2-web-integrations/examples/google-secure-signals-integration/server_side](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/server_side)
75-
- Docs: [Secure Signals Integration Guide](https://unifiedid.com/docs/guides/integration-google-ss)
75+
- Doc: [Google Ad Manager Secure Signals Integration](../guides/integration-google-ss)
7676
- Additional Site Domains:
7777
- [https://secure-signals-srvonly-integ.uidapi.com](https://secure-signals-srvonly-integ.uidapi.com)
7878
- [https://esp-srvonly-integ.uidapi.com](https://esp-srvonly-integ.uidapi.com)
7979

80-
#### Client-Server Secure Signals
80+
### Client-Server Secure Signals
8181

8282
This sample is for publishers who want a hybrid approach with token generation on the server and client-side logic for secure signals.
8383

8484
- Site: [UID2 Client-Server Integration Example (Server + JS SDK + Secure Signals)](https://secure-signals-client-server-integ.uidapi.com/)
8585
- Code: [uid2-web-integrations/examples/google-secure-signals-integration/with_sdk_v3](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3)
86-
- Docs: [Secure Signals Integration Guide](https://unifiedid.com/docs/guides/integration-google-ss)
86+
- Doc: [Google Ad Manager Secure Signals Integration](../guides/integration-google-ss)
8787
- Additional Site Domains:
8888
- [https://secure-signals-jssdk-integ.uidapi.com](https://secure-signals-jssdk-integ.uidapi.com)
8989
- [https://esp-jssdk-integ.uidapi.com](https://esp-jssdk-integ.uidapi.com)
9090

91-
### UID2 Hashing Tool
91+
## UID2 Hashing Tool
9292

9393
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:
9494

9595
- Site: [UID2 Hashing Tool](https://unifiedid.com/examples/hashing-tool/)
9696
- Code: [uid2Docs/static/examples/hashing-tool](https://github.com/IABTechLab/uid2docs/tree/main/static/examples/hashing-tool)
97-
- Docs: [Normalization and Encoding](https://unifiedid.com/docs/getting-started/gs-normalization-encoding)
97+
- Doc: [Normalization and Encoding](../getting-started/gs-normalization-encoding)
9898

9999
:::note
100100
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

Comments
 (0)