Skip to content

Commit

Permalink
Merge pull request #351 from IABTechLab/gwh-APIDOCS-1822-02-prebid-do…
Browse files Browse the repository at this point in the history
…c-mod

integ guides x2 make sample application a separate section
  • Loading branch information
genwhittTTD authored Nov 7, 2023
2 parents 4581c14 + 33340ab commit 4d49486
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
10 changes: 6 additions & 4 deletions docs/guides/integration-prebid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 8 additions & 4 deletions docs/guides/publisher-client-side.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- It includes the following sections:
- [Sample Implementation Website](#sample-implementation-website)
- [Introduction](#introduction)
- [Integration Steps ](#integration-steps)
- [Establish Identity: User Login](#establish-identity-user-login)
Expand All @@ -29,6 +27,12 @@ This guide is intended for publishers with web assets who want to generate ident
- [Clear Identity: User Logout](#clear-identity-user-logout)
- [FAQs](#faqs) -->

## 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- It includes the following sections:
- [Sample Implementation Website](#sample-implementation-website)
- [Introduction](#introduction)
- [Integration Steps ](#integration-steps)
- [Establish Identity: User Login](#establish-identity-user-login)
Expand All @@ -29,6 +27,12 @@ This guide is intended for publishers with web assets who want to generate ident
- [Clear Identity: User Logout](#clear-identity-user-logout)
- [FAQs](#faqs) -->

## 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.
Expand Down

0 comments on commit 4d49486

Please sign in to comment.