Skip to content

Commit 700db28

Browse files
update link for different providers and revert doc links to external
1 parent 6f278b2 commit 700db28

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,71 +12,71 @@ This page lists all official UID2 sample implementations highlighting common int
1212

1313
## 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 [Publisher Web Integration Overview](../guides/integration-options-publisher-web).
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).
1616

1717
### Client-Side Integration Using UID2 SDK for JavaScript
1818

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.
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.
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-
- Doc: [Client-Side Integration Guide for JavaScript](../guides/integration-javascript-client-side)
23+
- Doc: [Client-Side Integration Guide for JavaScript](https://unifiedid.com/docs/guides/integration-javascript-client-side)
2424

2525
### 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-
- Doc: [Client-Server Integration Guide for JavaScript](../guides/integration-javascript-client-server)
31+
- Doc: [Client-Server Integration Guide for JavaScript](https://unifiedid.com/docs/guides/integration-javascript-client-server)
3232

3333
### 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-
- Doc: [Publisher Integration Guide, Server-Side](../guides/integration-publisher-server-side)
39+
- Doc: [Publisher Integration Guide, Server-Side](https://unifiedid.com/docs/guides/integration-publisher-server-side)
4040

4141
## Prebid.js Integrations
4242

43-
This section includes a sample page for generating UID2 tokens to be passed by Prebid.js in the RTB bidstream. For details, see [UID2 Integration Overview for Prebid](../guides/integration-prebid).
43+
This section includes a sample page for generating UID2 tokens to be passed by Prebid.js in the RTB bidstream. For details, see [UID2 Integration Overview for Prebid](https://unifiedid.com/docs/guides/integration-prebid).
4444

4545
### Client-Side Integration with Prebid.js
4646

4747
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.
4848

4949
- Site: [UID2 Prebid.js Client-Side Integration Example](https://unifiedid.com/examples/cstg-prebid-example/)
5050
- Code: [uid2docs/static/examples/cstg-prebid-example](https://github.com/IABTechLab/uid2docs/tree/main/static/examples/cstg-prebid-example)
51-
- Doc: [UID2 Client-Side Integration Guide for Prebid.js](../guides/integration-prebid-client-side)
51+
- Doc: [UID2 Client-Side Integration Guide for Prebid.js](https://unifiedid.com/docs/guides/integration-prebid-client-side)
5252

5353
## Google Secure Signals Integrations
5454

55-
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 Guide](../guides/integration-google-ss).
55+
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 Guide](https://unifiedid.com/docs/guides/integration-google-ss).
5656

5757
### Client-Side Secure Signals
5858

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

6161
- Site: [UID2 Publisher Client-Side Integration Example using UID2 JavaScript SDK, Secure Signals](https://secure-signals-client-side-integ.uidapi.com/)
6262
- 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)
63-
- Doc: [Google Ad Manager Secure Signals Integration Guide](../guides/integration-google-ss)
63+
- Doc: [Google Ad Manager Secure Signals Integration Guide](https://unifiedid.com/docs/guides/integration-google-ss)
6464

6565
### React Client-Side Secure Signals
6666

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

6969
- Site: [UID2 React Client-Side Integration Example with Google Secure Signals](https://secure-signals-react-integ.uidapi.com/)
7070
- 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)
71-
- Doc: [Google Ad Manager Secure Signals Integration Guide](../guides/integration-google-ss)
71+
- Doc: [Google Ad Manager Secure Signals Integration Guide](https://unifiedid.com/docs/guides/integration-google-ss)
7272

7373
### Server-Side Secure Signals
7474

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

7777
- Site: [Server-Side UID2 Integration Example with Google Secure Signals](https://secure-signals-server-side-integ.uidapi.com/login)
7878
- 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)
79-
- Doc: [Google Ad Manager Secure Signals Integration Guide](../guides/integration-google-ss)
79+
- Doc: [Google Ad Manager Secure Signals Integration Guide](https://unifiedid.com/docs/guides/integration-google-ss)
8080
- Additional site domains:
8181
- [https://secure-signals-srvonly-integ.uidapi.com](https://secure-signals-srvonly-integ.uidapi.com)
8282
- [https://esp-srvonly-integ.uidapi.com](https://esp-srvonly-integ.uidapi.com)
@@ -87,7 +87,7 @@ This sample is for publishers who want a hybrid approach with token generation o
8787

8888
- Site: [Example for Client-Server UID2 SDK Integration with Google Secure Signals](https://secure-signals-client-server-integ.uidapi.com/)
8989
- 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)
90-
- Doc: [Google Ad Manager Secure Signals Integration Guide](../guides/integration-google-ss)
90+
- Doc: [Google Ad Manager Secure Signals Integration Guide](https://unifiedid.com/docs/guides/integration-google-ss)
9191
- Additional site domains:
9292
- [https://secure-signals-jssdk-integ.uidapi.com](https://secure-signals-jssdk-integ.uidapi.com)
9393
- [https://esp-jssdk-integ.uidapi.com](https://esp-jssdk-integ.uidapi.com)
@@ -97,9 +97,9 @@ This sample is for publishers who want a hybrid approach with token generation o
9797
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:
9898

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

103103
:::note
104-
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).
104+
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).
105105
:::

0 commit comments

Comments
 (0)