-
Notifications
You must be signed in to change notification settings - Fork 1
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
minor copy edits on sample applications #123
base: main
Are you sure you want to change the base?
Conversation
<a href="https://unifiedid.com/docs/guides/google-ss-integration#server-only-integration" | ||
>Server-Only Integration</a | ||
<a href="https://unifiedid.com/docs/guides/integration-google-ss#server-side-integration" | ||
>Server-Side Integration</a | ||
>. [<a | ||
href="https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-secure-signals-integration/server_only" | ||
>Source Code</a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest we add couple of lines of info to briefly explain what this does:
_This includes:
- Generate tokens on the server side using v2/token/generate endpoint
- Pass the token value back to the client web page and make it available as a Javascript callback function to be retrieved by the Google Publisher Tag (GPT) javascripts. This sample does not use UID2 SDK For Javascript on the client web page._
<a href="https://unifiedid.com/docs/sdks/client-side-identity" | ||
>Client-Side Identity JavaScript SDK</a | ||
<a href="https://unifiedid.com/docs/sdks/sdk-ref-javascript" | ||
>UID2 SDK for JavaScript</a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest we do the same thing and explain:
This includes:
Generate tokens on the server side using v2/token/generate endpoint
- Pass the token value back to the UID2 SDK For Javascript embedded in the client web page and make it available to be retrieved by the Google Publisher Tag (GPT) javascripts.
@@ -1,12 +1,12 @@ | |||
<h1>Server-Side Integration Example, UID2 JavaScript SDK</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be Client-Server based on our slack chat with @ssundahlTTD
minor copy edits on sample applications