Skip to content

Commit

Permalink
Remove the example of the minimal version of Live Connect (#4165)
Browse files Browse the repository at this point in the history
* remove description of minimal version

* remove the second way

* small adjustment
  • Loading branch information
wi101 authored Nov 22, 2022
1 parent 3a09018 commit a54cc1b
Showing 1 changed file with 1 addition and 7 deletions.
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

0 comments on commit a54cc1b

Please sign in to comment.