From a54cc1b72a4afa8f4e2ac593e76e3eadfa669697 Mon Sep 17 00:00:00 2001 From: Wiem Zine El Abidine Date: Tue, 22 Nov 2022 17:08:46 +0100 Subject: [PATCH] Remove the example of the minimal version of Live Connect (#4165) * remove description of minimal version * remove the second way * small adjustment --- dev-docs/modules/userId.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-docs/modules/userId.md b/dev-docs/modules/userId.md index e29d7dcd44..4fe7dbfa9b 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -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: ``` {