From 9553cb234befbbf48a54cca4e8c3b79b731b077d Mon Sep 17 00:00:00 2001 From: eiman eltigani Date: Tue, 24 Mar 2026 16:33:26 +0100 Subject: [PATCH] add uid verify to integration samples and tools page --- docs/ref-info/integration-sample-sites.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/ref-info/integration-sample-sites.md b/docs/ref-info/integration-sample-sites.md index 4a670913c..41bcc4428 100644 --- a/docs/ref-info/integration-sample-sites.md +++ b/docs/ref-info/integration-sample-sites.md @@ -134,6 +134,13 @@ This tool is for developers or clients validating data preparation, such as hash - Code: [uid2-examples/tools/hashing-tool](https://github.com/IABTechLab/uid2-examples/tree/main/tools/hashing-tool) - Doc: [Normalization and Encoding](https://unifiedid.com/docs/getting-started/gs-normalization-encoding) +### UID Verify Chrome Extension + +UID Verify is a Chrome browser extension for debugging UID2 and EUID integrations. It inspects SDK information on websites, tracks events and event history, and monitors storage (cookies and local storage). The extension supports integrations using Prebid.js and Google Secure Signals. + +- Site: [UID Verify on Chrome Web Store](https://chromewebstore.google.com/detail/uid-detective/cfpjjmdagnkmmolcddnoagffeoekkmle) +- Code: [uid2-detective](https://github.com/IABTechLab/uid2-detective) + :::note The sample sites on this page highlight some common integrations, but do not represent all available UID2 integration options. For a summary of all the integration options available, see [UID2 Integration Guides: Summary](https://unifiedid.com/docs/guides/summary-guides). :::