Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To GSS doc, add client-side React sample implementation #829

Merged
merged 1 commit into from
Feb 13, 2025
Merged
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
3 changes: 3 additions & 0 deletions docs/guides/integration-google-ss.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ The following sample implementations are available to illustrate how to integrat
- 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)
- Client-side integration example using React, the UID2 JavaScript SDK, and Google secure signals:
- [Sample implementation](https://secure-signals-react-integ.uidapi.com)
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/react_client_side)

Each sample implementation has its own instructions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ Google Ad Manager のセキュアシグナル機能との連携方法につい
- 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)
- Client-side integration example using React, the UID2 JavaScript SDK, and Google secure signals:
- [Sample implementation](https://secure-signals-react-integ.uidapi.com)
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/react_client_side)

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

Expand Down