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

minor copy edits on sample applications #123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

genwhittTTD
Copy link
Contributor

minor copy edits on sample applications

<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
Copy link
Contributor

@sunnywu sunnywu Dec 12, 2024

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
Copy link
Contributor

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:

  1. Generate tokens on the server side using v2/token/generate endpoint
    
  2. 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>
Copy link
Contributor

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

@sunnywu sunnywu self-requested a review December 13, 2024 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants