Skip to content

Commit

Permalink
Merge pull request #821 from IABTechLab/gwh-APIDOCS-2922-sample-impl-…
Browse files Browse the repository at this point in the history
…gss-cstg

Add new GSS client-side sample implementation
  • Loading branch information
genwhittTTD authored Feb 6, 2025
2 parents 2934580 + 567b626 commit 72c562d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
15 changes: 7 additions & 8 deletions docs/guides/integration-google-ss.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,22 +131,21 @@ 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:
- Server-side integration example using the UID2 JavaScript SDK with Google secure signals:
- [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:
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/server_side)
- Client-server integration example using the UID2 JavaScript SDK with Google secure signals:
- [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-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 integration example using the UID2 JavaScript SDK with Google secure signals:
- [Sample implementation](https://secure-signals-client-side-integ.uidapi.com/)
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/client_side)

Each sample implementation has its own instructions.

## Troubleshooting

Here is some troubleshooting information that might help you in working with Google Secure Signals for your UID2 integration:
Here is some troubleshooting information that might help you in working with Google secure signals for your UID2 integration:

- [I enabled Secure Signals within Google Ad Manager, but UID2s are not being passed through Google](#i-enabled-secure-signals-within-google-ad-manager-but-uid2s-are-not-being-passed-through-google)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,15 @@ SDK for JavaScript を使用したインテグレーションのためのサン

Google Ad Manager のセキュアシグナル機能との連携方法については、以下のサンプルアプリケーションを参照してください:

- Server-Side UID2 SDK Integration Example:
- Server-side integration example using the UID2 JavaScript SDK with Google secure signals:
- [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:
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/server_side)
- Client-server integration example using the UID2 JavaScript SDK with Google secure signals:
- [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 integration example using the UID2 JavaScript SDK with Google secure signals:
- [Sample implementation](https://secure-signals-client-side-integ.uidapi.com/)
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/client_side)

各サンプルアプリケーションには独自のインストラクションがあります。

Expand Down

0 comments on commit 72c562d

Please sign in to comment.