Skip to content

Commit

Permalink
Merge pull request #817 from IABTechLab/gwh-APIDOCS-2900-gss-sample-i…
Browse files Browse the repository at this point in the history
…mpl-domain-updates

GSS sample implementations, update domains
  • Loading branch information
ssundahlTTD authored Jan 30, 2025
2 parents 6a3d580 + 172054b commit 7a148e0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/guides/integration-google-ss.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ For details, see [Client-Side Integration Guide for JavaScript](integration-java
The following sample implementations are available to illustrate how to integrate with the Google Ad Manager secure signals feature:

- Server-Side UID2 SDK Integration Example with Google Secure Signals:
- [Sample implementation](https://secure-signals-srvonly-integ.uidapi.com/)
- [Sample implementation](https://secure-signals-server-side-integ.uidapi.com/)
- [Code repository](https://github.com/IABTechLab/uid2-examples/blob/main/publisher/server_only/README.md)
- Client-Server UID2 SDK Integration Example:
- [Sample implementation](https://secure-signals-jssdk-integ.uidapi.com/)
- [Sample implementation](https://secure-signals-client-server-integ.uidapi.com/)
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3)

<!-- - Client-Side UID2 SDK Integration Example (TO COME):
- [Sample implementation](https://secure-signals-jssdk-integ.uidapi.com/)
- [Sample implementation](https://secure-signals-client-server-integ.uidapi.com/)
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3) -->

Each sample implementation has its own instructions.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/integration-publisher-server-side.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ If the user logs out, do not use the UID2 token.

A sample implementation is available for server-side integration. See:

- [Server-Side UID2 Integration Example (sample implementation)](https://secure-signals-srvonly-integ.uidapi.com/)
- [Server-Side UID2 Integration Example (sample implementation)](https://secure-signals-server-side-integ.uidapi.com/)
- [Server-Side UID2 Integration Example (readme)](https://github.com/IABTechLab/uid2-examples/blob/main/publisher/server_only/README.md)

## FAQs
Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/sdk-ref-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This SDK simplifies development for publishers who want to build their own custo
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-jssdk-integ.uidapi.com/)
- 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/)).

## API Permissions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ SDK for JavaScript を使用したインテグレーションのためのサン
Google Ad Manager のセキュアシグナル機能との連携方法については、以下のサンプルアプリケーションを参照してください:

- Server-Side UID2 SDK Integration Example:
- [Sample implementation](https://secure-signals-srvonly-integ.uidapi.com/)
- [Sample implementation](https://secure-signals-server-side-integ.uidapi.com/)
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/server_only)
- Client-Server UID2 SDK Integration Example:
- [Sample implementation](https://secure-signals-jssdk-integ.uidapi.com/)
- [Sample implementation](https://secure-signals-client-server-integ.uidapi.com/)
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3)

各サンプルアプリケーションには独自のインストラクションがあります。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ UID2 の Opt-out ワークフローとユーザーが Opt-out する方法の詳

Server-only のインテグレーションのためのサンプルアプリケーションをがあります。以下を参照してください:

- [Server-Side UID2 Integration Example (sample implementation)](https://secure-signals-srvonly-integ.uidapi.com/)
- [Server-Side UID2 Integration Example (sample implementation)](https://secure-signals-server-side-integ.uidapi.com/)
- [Server-Side UID2 Integration Example (readme)](https://github.com/IABTechLab/uid2-examples/blob/main/publisher/server_only/README.md)

## FAQs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ UID2 Identify Module、または UID2 サポートのある他の製品と Prebi
サンプルアプリケーションと関連するドキュメントは以下を参照してください:
- 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-jssdk-integ.uidapi.com/)
- 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/)).

## API Permissions
Expand Down

0 comments on commit 7a148e0

Please sign in to comment.