From 7fa719f26af2726824785b9e62749955008f8c61 Mon Sep 17 00:00:00 2001 From: Sunny Wu Date: Fri, 26 Jun 2026 11:01:23 +1000 Subject: [PATCH 1/2] UID2-7375 Reference UID Verify from publisher web integration guides Add tips pointing to the UID Verify Chrome extension reference page from the publisher web integration resources and the individual supported web guides, so it's discoverable beyond its standalone ref page. Co-Authored-By: Claude Opus 4.8 --- docs/guides/integration-google-ss.md | 4 ++++ docs/guides/integration-javascript-client-server.md | 4 ++++ docs/guides/integration-javascript-client-side.md | 4 ++++ docs/guides/integration-options-publisher-web.md | 8 ++++++++ docs/guides/integration-prebid-client-server.md | 4 ++++ docs/guides/integration-prebid-client-side.md | 4 ++++ .../snippets/_snpt-publisher-implementation-resources.mdx | 4 ++++ 7 files changed, 32 insertions(+) diff --git a/docs/guides/integration-google-ss.md b/docs/guides/integration-google-ss.md index 8f82953da..9ce8b15d3 100644 --- a/docs/guides/integration-google-ss.md +++ b/docs/guides/integration-google-ss.md @@ -20,6 +20,10 @@ This guide covers integration steps for publishers using UID2 with the Google Ad To use the UID2 Google Ad Manager secure signals integration, if you are using an SDK you must have your UID2 integration already set up. This does not apply if you are using server-side integration. For a summary of all the integration options available, see [Integration guides: Summary](summary-guides.md). ::: +:::tip +You can use the [UID Verify Chrome extension](../ref-info/ref-uid-verify.md) to inspect and debug this integration directly in Chrome. +::: + ## Overview Google secure signals is a way for publishers to pass "encrypted" user IDs to bidders that are approved by Google, via [Google Ad Manager](https://admanager.google.com/home/) and the [Google Ad Manager Ad Exchange (AdX)](https://support.google.com/admanager/answer/6321605?hl=en). The framework is an optional part of the Google Publisher Tag (GPT) library commonly used by publishers. diff --git a/docs/guides/integration-javascript-client-server.md b/docs/guides/integration-javascript-client-server.md index e754b89b1..9e9a54c4c 100644 --- a/docs/guides/integration-javascript-client-server.md +++ b/docs/guides/integration-javascript-client-server.md @@ -43,6 +43,10 @@ For integration scenarios for publishers that do not use the SDK for JavaScript, If you are using Google Ad Manager and want to use the secure signals feature, first follow the steps in this guide and then follow the additional steps in the [Google Ad Manager Secure Signals integration guide](integration-google-ss.md). ::: +:::tip +You can use the [UID Verify Chrome extension](../ref-info/ref-uid-verify.md) to inspect and debug this integration directly in Chrome. +::: + ## Integrating with single sign-on (SSO) diff --git a/docs/guides/integration-javascript-client-side.md b/docs/guides/integration-javascript-client-side.md index 37c59dc77..1bb394c1d 100644 --- a/docs/guides/integration-javascript-client-side.md +++ b/docs/guides/integration-javascript-client-side.md @@ -37,6 +37,10 @@ UID2 provides an SDK for JavaScript (see [SDK for JavaScript reference guide](.. - Automatic refreshing of UID2 tokens - Automatic storage of UID2 tokens in the browser +:::tip +You can use the [UID Verify Chrome extension](../ref-info/ref-uid-verify.md) to inspect and debug this integration directly in Chrome. +::: + To implement, you'll need to complete the following steps: 1. [Complete UID2 account setup and configure account](#complete-uid2-account-setup-and-configure-account) diff --git a/docs/guides/integration-options-publisher-web.md b/docs/guides/integration-options-publisher-web.md index 28123f409..33e3fcd29 100644 --- a/docs/guides/integration-options-publisher-web.md +++ b/docs/guides/integration-options-publisher-web.md @@ -138,3 +138,11 @@ The following table shows integration options that support passing UID2 token in :::note As long as you generate the token and keep it refreshed, you can also use other options for passing the UID2 token into the bidstream. ::: + +## Debug your integration + +After you integrate, you can use the UID Verify Chrome extension to inspect and debug your UID2 web integration in real time, directly in the browser. + +:::tip +The [UID Verify Chrome extension](../ref-info/ref-uid-verify.md) supports the SDK for JavaScript, Prebid.js, and Google Secure Signals. +::: diff --git a/docs/guides/integration-prebid-client-server.md b/docs/guides/integration-prebid-client-server.md index 0682a573e..23272c739 100644 --- a/docs/guides/integration-prebid-client-server.md +++ b/docs/guides/integration-prebid-client-server.md @@ -25,6 +25,10 @@ To integrate with UID2 using Prebid.js, you'll need to: - Make changes to the HTML and JavaScript on your site. - Make server-side changes for token generation (and, optionally, token refresh). +:::tip +You can use the [UID Verify Chrome extension](../ref-info/ref-uid-verify.md) to inspect and debug this integration directly in Chrome. +::: + ## Prebid.js version This implementation requires Prebid.js version 7.53.0 or later. For version information, see [https://github.com/prebid/Prebid.js/releases](https://github.com/prebid/Prebid.js/releases). diff --git a/docs/guides/integration-prebid-client-side.md b/docs/guides/integration-prebid-client-side.md index e38fc0175..1dc8e745c 100644 --- a/docs/guides/integration-prebid-client-side.md +++ b/docs/guides/integration-prebid-client-side.md @@ -20,6 +20,10 @@ This guide is for publishers who have access to token refresh). -:::tip -You can use the [UID Verify Chrome extension](../ref-info/ref-uid-verify.md) to inspect and debug this integration directly in Chrome. -::: + ## Prebid.js version diff --git a/docs/guides/integration-prebid-client-side.md b/docs/guides/integration-prebid-client-side.md index 1dc8e745c..83e870ee7 100644 --- a/docs/guides/integration-prebid-client-side.md +++ b/docs/guides/integration-prebid-client-side.md @@ -13,6 +13,7 @@ import SnptIntegratingWithSSO from '../snippets/_snpt-integrating-with-sso.mdx'; import SnptPreparingEmailsAndPhoneNumbers from '../snippets/_snpt-preparing-emails-and-phone-numbers.mdx'; import SnptAddPrebidjsToYourSite from '../snippets/_snpt-prebid-add-prebidjs-to-your-site.mdx'; import SnptStoreUID2TokenInBrowser from '../snippets/_snpt-prebid-storing-uid2-token-in-browser.mdx'; +import SnptUidVerifyDebugTip from '../snippets/_snpt-uid-verify-debug-tip.mdx'; # Client-side integration guide for Prebid.js @@ -20,9 +21,7 @@ This guide is for publishers who have access to