Skip to content

Commit 0f08c01

Browse files
committed
Add new GSS client-side sample implementation
1 parent ee09ff9 commit 0f08c01

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

docs/guides/integration-google-ss.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,22 +131,21 @@ For details, see [Client-Side Integration Guide for JavaScript](integration-java
131131

132132
The following sample implementations are available to illustrate how to integrate with the Google Ad Manager secure signals feature:
133133

134-
- Server-Side UID2 SDK Integration Example with Google Secure Signals:
134+
- Server-side integration example using the UID2 JavaScript SDK with Google secure signals:
135135
- [Sample implementation](https://secure-signals-server-side-integ.uidapi.com/)
136136
- [Code repository](https://github.com/IABTechLab/uid2-examples/blob/main/publisher/server_only/README.md)
137-
- Client-Server UID2 SDK Integration Example:
137+
- Client-server integration example using the UID2 JavaScript SDK with Google secure signals:
138138
- [Sample implementation](https://secure-signals-client-server-integ.uidapi.com/)
139139
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3)
140-
141-
<!-- - Client-Side UID2 SDK Integration Example (TO COME):
142-
- [Sample implementation](https://secure-signals-client-server-integ.uidapi.com/)
143-
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3) -->
140+
- Client-side integration example using the UID2 JavaScript SDK with Google secure signals:
141+
- [Sample implementation](https://secure-signals-client-side-integ.uidapi.com/)
142+
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/client_side)
144143

145144
Each sample implementation has its own instructions.
146145

147146
## Troubleshooting
148147

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

151150
- [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)
152151

i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-google-ss.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,15 @@ SDK for JavaScript を使用したインテグレーションのためのサン
111111

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

114-
- Server-Side UID2 SDK Integration Example:
114+
- Server-side integration example using the UID2 JavaScript SDK with Google secure signals:
115115
- [Sample implementation](https://secure-signals-server-side-integ.uidapi.com/)
116-
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/server_only)
117-
- Client-Server UID2 SDK Integration Example:
116+
- [Code repository](https://github.com/IABTechLab/uid2-examples/blob/main/publisher/server_only/README.md)
117+
- Client-server integration example using the UID2 JavaScript SDK with Google secure signals:
118118
- [Sample implementation](https://secure-signals-client-server-integ.uidapi.com/)
119119
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/with_sdk_v3)
120+
- Client-side integration example using the UID2 JavaScript SDK with Google secure signals:
121+
- [Sample implementation](https://secure-signals-client-side-integ.uidapi.com/)
122+
- [Code repository](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/client_side)
120123

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

0 commit comments

Comments
 (0)