From 33340ab9a054b45624db0fab4310c2b69bf3b5f7 Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Tue, 7 Nov 2023 11:22:09 -0500 Subject: [PATCH] integ guides x2 make sample application a separate section --- docs/guides/integration-prebid.md | 10 ++++++---- docs/guides/publisher-client-side.md | 12 ++++++++---- .../current/guides/publisher-client-side.md | 12 ++++++++---- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/docs/guides/integration-prebid.md b/docs/guides/integration-prebid.md index 2d79c1fc4..38dc7988b 100644 --- a/docs/guides/integration-prebid.md +++ b/docs/guides/integration-prebid.md @@ -29,14 +29,16 @@ You'll need to complete the following steps: 2. [Add Prebid.js to your site](#add-prebidjs-to-your-site) 3. [Configure the UID2 module](#configure-the-uid2-module) -For an example application, see the UID2 Prebid.js example: -- Code: [UID2 Prebid.js code on GitHub](https://github.com/IABTechLab/uid2docs/tree/main/static/examples/cstg-prebid-example) -- Running site: [UID2 Prebid.js example](https://unifiedid.com/examples/cstg-prebid-example/) - ## Prebid.js Version This implementation requires Prebid.js version 8.21.0 or later. For version information, see [https://github.com/prebid/Prebid.js/releases](https://github.com/prebid/Prebid.js/releases). +## Sample Implementation Website + +For an example application, see the UID2 Prebid.js example: +- Code: [Example Prebid.js UID2 Integration](https://github.com/IABTechLab/uid2docs/tree/main/static/examples/cstg-prebid-example) +- Running site: [UID2 Prebid.js Express Integration Example](https://unifiedid.com/examples/cstg-prebid-example/) + ## Complete UID2 Account Setup Complete the UID2 account setup by following the steps described in the [Account Setup](../getting-started/gs-account-setup.md) page. As part of the account setup process, you'll need to provide a list of domain names for the sites that you'll be using with Prebid.js. diff --git a/docs/guides/publisher-client-side.md b/docs/guides/publisher-client-side.md index cc7e2f7e8..b7388cef3 100644 --- a/docs/guides/publisher-client-side.md +++ b/docs/guides/publisher-client-side.md @@ -14,13 +14,11 @@ import TabItem from '@theme/TabItem'; This guide is intended for publishers with web assets who want to generate identity tokens using UID2 for the RTB bid stream, while integrating directly with UID2 rather than UID2-enabled single-sign-on or identity providers. -- For technical details about the SDK, see [UID2 SDK for JavaScript Reference Guide](../sdks/client-side-identity.md). -- For an example application, see the UID2 Google ESP with SDK v3 example: - - Code and docs: [UID2 SDK ESP Integration Example](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-esp-integration/with_sdk_v3) - - Running site: [Client-Side UID2 SDK Integration Example](https://esp-jssdk-integ.uidapi.com/) +For technical details about the SDK, see [UID2 SDK for JavaScript Reference Guide](../sdks/client-side-identity.md). +## Sample Implementation Website + +For an example application, see the UID2 Google ESP with SDK v3 example: +- Code and docs: [UID2 SDK ESP Integration Example](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-esp-integration/with_sdk_v3) +- Running site: [Client-Side UID2 SDK Integration Example](https://esp-jssdk-integ.uidapi.com/) + ## Introduction This guide outlines the basic steps that you need to consider if you are building an integration without using an SDK. For example, you need to decide how to implement user login and logout, how to manage UID2 identity information and use it for targeted advertising, and how to refresh tokens, deal with missing identities, and handle user opt-outs. diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/publisher-client-side.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/publisher-client-side.md index 971cb8ca8..4fdefd1ba 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/publisher-client-side.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/publisher-client-side.md @@ -14,13 +14,11 @@ import TabItem from '@theme/TabItem'; This guide is intended for publishers with web assets who want to generate identity tokens using UID2 for the RTB bid stream, while integrating directly with UID2 rather than UID2-enabled single-sign-on or identity providers. -- For technical details about the SDK, see [UID2 SDK for JavaScript Reference Guide](../sdks/client-side-identity.md). -- For an example application, see the UID2 Google ESP with SDK v3 example: - - Code and docs: [UID2 SDK ESP Integration Example](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-esp-integration/with_sdk_v3) - - Running site: [Client-Side UID2 SDK Integration Example](https://esp-jssdk-integ.uidapi.com/) +For technical details about the SDK, see [UID2 SDK for JavaScript Reference Guide](../sdks/client-side-identity.md). +## Sample Implementation Website + +For an example application, see the UID2 Google ESP with SDK v3 example: +- Code and docs: [UID2 SDK ESP Integration Example](https://github.com/IABTechLab/uid2-web-integrations/tree/main/examples/google-esp-integration/with_sdk_v3) +- Running site: [Client-Side UID2 SDK Integration Example](https://esp-jssdk-integ.uidapi.com/) + ## Introduction This guide outlines the basic steps that you need to consider if you are building an integration without using an SDK. For example, you need to decide how to implement user login and logout, how to manage UID2 identity information and use it for targeted advertising, and how to refresh tokens, deal with missing identities, and handle user opt-outs.