Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/sdks/sdk-ref-javascript-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Use this SDK to facilitate the process of establishing client identity using UID

For integration steps for content publishers, see [Client-Server Integration Guide for JavaScript](../guides/integration-javascript-client-server.md).

For an [example application](https://example-jssdk-integ.uidapi.com/), with associated documentation, see the [UID2 SDK Integration Example](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/js-sdk).

Comment on lines -23 to -24
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also removed in the v2 section (which only exist in UID2) which is a legacy version

## Functionality

This SDK simplifies integration with UID2 for any publishers who want to support UID2. The following table shows the functions it supports.
Expand Down
8 changes: 0 additions & 8 deletions docs/sdks/sdk-ref-javascript-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ This SDK simplifies development for publishers who want to build their own custo
| :--- | :--- | :--- | :--- | :--- | :--- |
| — | — | ✅ | ✅ | — | — |

## Sample Implementation

For sample implementations with associated documentation, see:
- The UID2 Google Secure Signals with SDK v3 example:
- Running site: [Client-Side UID2 SDK Integration Example](https://secure-signals-client-server-integ.uidapi.com/)
- [Code and docs](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3)
- The example of JavaScript client-side integration: [Code](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/cstg) and running site ([Client-Side Integration Example, UID2 JavaScript SDK](https://cstg-integ.uidapi.com/)).

## UID2 Account Setup

To integrate with UID2, you'll need to have a UID2 account. If you haven't yet created an account, first follow the steps described on the [Account Setup](../getting-started/gs-account-setup.md) page.
Expand Down
12 changes: 7 additions & 5 deletions docs/sdks/sdk-ref-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ This SDK simplifies development for publishers who want to build their own custo
| :--- | :--- | :--- | :--- | :--- | :--- |
| — | — | ✅ | ✅ | — | — |

## Sample Implementation
## Sample Implementations

For sample implementations with associated documentation, see:
- The UID2 Google Secure Signals with SDK v3 example:
- [Code and docs](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3)
- Running site: [Client-Side UID2 SDK Integration Example](https://secure-signals-client-server-integ.uidapi.com/)
- The example of JavaScript client-side integration: [Code](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/cstg) and running site ([Client-Side Integration Example, UID2 JavaScript SDK](https://cstg-integ.uidapi.com/)).
- Client-Side Integration Using UID2 SDK for JavaScript:
- [Code](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/javascript-sdk/client-side)
- Running site: [Client-Side UID2 Integration Example](https://js-client-side.samples.uidapi.com/)
- Client-Server Integration Using UID2 SDK for JavaScript:
- [Code](https://github.com/IABTechLab/uid2-examples/tree/main/web-integrations/javascript-sdk/client-server)
- Running site: [Client-Server UID2 Integration Example](https://js-client-server.samples.uidapi.com/)

## UID2 Account Setup

Expand Down
Loading