Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the example of the minimal version of Live Connect #4165

Merged
merged 3 commits into from
Nov 22, 2022
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: 1 addition & 7 deletions dev-docs/modules/userId.md
Original file line number Diff line number Diff line change
Expand Up @@ -1237,18 +1237,12 @@ The Kinesso ID privacy policy is covered under the [Kinesso Privacy Notice](http

LiveIntent offers audience resolution by leveraging our next-generation identity solutions. The LiveIntent identity graph is built around a people-based set of data that is authenticated daily through active engagements with email newsletters and media across the web. The LiveIntent nonID is a user identifier tied to an active, encrypted email in our graph and functions in cookie-challenged environments and browsers.

There are two ways to build your Prebid.js package to include the LiveIntent nonID:
* The standard version which allows publishers to include the module with full functionalities, like hashing email addresses and identity resolution
* The minimal version, which allows publishers to deploy a smaller bundle with minimal features, including identity resolution.
Build your Prebid.js package to include the LiveIntent nonID using the standard version which allows publishers to include the module with full functionalities, like hashing email addresses and identity resolution.

Add the **full** LiveIntent Identity module to your Prebid.js package with:
{: .alert.alert-info :}
gulp build --modules=userId,liveIntentIdSystem

Add the **minimal** LiveIntent Identity module to your Prebid.js package with:
{: .alert.alert-info :}
LiveConnectMode=minimal gulp build --modules=liveIntentIdSystem

The `request.userId.lipb` object would look like:
```
{
Expand Down