From ee38fc6a3a277ecc4cfa17877f9dcceb99beb91f Mon Sep 17 00:00:00 2001 From: abazylewicz Date: Fri, 6 Feb 2026 13:43:23 +0100 Subject: [PATCH 1/2] ID5 UserId - Added terms of service mention to the docs --- dev-docs/modules/userid-submodules/id5.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dev-docs/modules/userid-submodules/id5.md b/dev-docs/modules/userid-submodules/id5.md index a5325134a0..34499e25a7 100644 --- a/dev-docs/modules/userid-submodules/id5.md +++ b/dev-docs/modules/userid-submodules/id5.md @@ -71,6 +71,15 @@ If you or your monetization partners are deploying multiple Prebid wrappers on y ## ID5 ID Examples +> ### NOTICE: TERMS OF SERVICE & BINDING AGREEMENT +> ID5 provides this software and the ID5 ID Service free of charge, subject to strict data usage and privacy rules. +> +> By copying, installing, or initializing the ID5 API (or any ID5 Code Snippet), you and the legal entity you represent AGREE TO BE BOUND by the ID5 ID Agreement. +> +> - If you do not agree to the ID5 ID Agreement, you are NOT AUTHORIZED to use this code or the ID5 Service. +> - Commercial Use: If you are a Platform, Intermediary, or intend to use ID5 Data for commercial purposes beyond the standard publisher integration, you must contact contact@id5.io to execute a commercial license. + + Publisher wants to retrieve the ID5 ID through Prebid.js ```javascript From 50b921794c0c42fe941a92b4e517d88ba93e7978 Mon Sep 17 00:00:00 2001 From: abazylewicz Date: Tue, 10 Feb 2026 15:28:53 +0100 Subject: [PATCH 2/2] ID5 UserId - Lint fix --- dev-docs/modules/userid-submodules/id5.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-docs/modules/userid-submodules/id5.md b/dev-docs/modules/userid-submodules/id5.md index 34499e25a7..1ae8328b22 100644 --- a/dev-docs/modules/userid-submodules/id5.md +++ b/dev-docs/modules/userid-submodules/id5.md @@ -77,8 +77,7 @@ If you or your monetization partners are deploying multiple Prebid wrappers on y > By copying, installing, or initializing the ID5 API (or any ID5 Code Snippet), you and the legal entity you represent AGREE TO BE BOUND by the ID5 ID Agreement. > > - If you do not agree to the ID5 ID Agreement, you are NOT AUTHORIZED to use this code or the ID5 Service. -> - Commercial Use: If you are a Platform, Intermediary, or intend to use ID5 Data for commercial purposes beyond the standard publisher integration, you must contact contact@id5.io to execute a commercial license. - +> - Commercial Use: If you are a Platform, Intermediary, or intend to use ID5 Data for commercial purposes beyond the standard publisher integration, you must contact [contact@id5.io](contact@id5.io) to execute a commercial license. Publisher wants to retrieve the ID5 ID through Prebid.js