From 6c22e8de70cc3260c33992bc58c8eb8d61dbed90 Mon Sep 17 00:00:00 2001 From: illiamilshtein Date: Thu, 26 Mar 2026 12:07:10 +0200 Subject: [PATCH 1/2] Docs: Add build instructions and module details to Start.io ID system documentation --- modules/startioIdSystem.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/modules/startioIdSystem.md b/modules/startioIdSystem.md index 5c3de1bf96..325f0154c1 100644 --- a/modules/startioIdSystem.md +++ b/modules/startioIdSystem.md @@ -4,6 +4,36 @@ The Start.io User ID submodule generates and persists a unique user identifier b For integration support, contact prebid@start.io. +## Build + +To build Prebid.js with the Start.io User ID submodule and bid adapter, include the following modules: + +```bash +gulp build --modules=startioBidAdapter,userId,startioIdSystem +``` + +For production environments with consent management: + +```bash +gulp build --modules=startioBidAdapter,userId,startioIdSystem,consentManagementTcf,consentManagementGpp,consentManagementUsp +``` + +### Required Modules + +| Module | Description | +| --- | --- | +| `startioBidAdapter` | Start.io bid adapter | +| `startioIdSystem` | Start.io User ID submodule | +| `userId` | Core User ID module (required by `startioIdSystem`) | + +### Optional Modules + +| Module | Description | +| --- | --- | +| `consentManagementTcf` | TCF/GDPR consent management (recommended for EU traffic) | +| `consentManagementGpp` | GPP consent management | +| `consentManagementUsp` | US Privacy/CCPA consent management (recommended for US traffic) | + ### Prebid Params Enabling User Sync To enable iframe-based user syncing for Start.io, include the `filterSettings` configuration in your `userSync` setup: From 23d11573ed3737b7153018b596068dbfd499a426 Mon Sep 17 00:00:00 2001 From: illiamilshtein Date: Thu, 26 Mar 2026 13:43:20 +0200 Subject: [PATCH 2/2] Docs: Simplify build instructions and module details in Start.io ID system documentation --- modules/startioIdSystem.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/modules/startioIdSystem.md b/modules/startioIdSystem.md index 325f0154c1..b41f8629f8 100644 --- a/modules/startioIdSystem.md +++ b/modules/startioIdSystem.md @@ -8,32 +8,10 @@ For integration support, contact prebid@start.io. To build Prebid.js with the Start.io User ID submodule and bid adapter, include the following modules: -```bash -gulp build --modules=startioBidAdapter,userId,startioIdSystem -``` - -For production environments with consent management: - ```bash gulp build --modules=startioBidAdapter,userId,startioIdSystem,consentManagementTcf,consentManagementGpp,consentManagementUsp ``` -### Required Modules - -| Module | Description | -| --- | --- | -| `startioBidAdapter` | Start.io bid adapter | -| `startioIdSystem` | Start.io User ID submodule | -| `userId` | Core User ID module (required by `startioIdSystem`) | - -### Optional Modules - -| Module | Description | -| --- | --- | -| `consentManagementTcf` | TCF/GDPR consent management (recommended for EU traffic) | -| `consentManagementGpp` | GPP consent management | -| `consentManagementUsp` | US Privacy/CCPA consent management (recommended for US traffic) | - ### Prebid Params Enabling User Sync To enable iframe-based user syncing for Start.io, include the `filterSettings` configuration in your `userSync` setup: