Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions modules/startioIdSystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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,consentManagementTcf,consentManagementGpp,consentManagementUsp
```

### Prebid Params Enabling User Sync

To enable iframe-based user syncing for Start.io, include the `filterSettings` configuration in your `userSync` setup:
Expand Down
Loading