From 7a596f6e99cc949d9d34233066709dcca2d5217f Mon Sep 17 00:00:00 2001 From: wiem Date: Fri, 18 Nov 2022 11:57:14 +0100 Subject: [PATCH 1/3] remove description of minimal version --- dev-docs/modules/userId.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-docs/modules/userId.md b/dev-docs/modules/userId.md index e29d7dcd44..f305e04d35 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -1245,10 +1245,6 @@ 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: ``` { From 288c71c5bb6760d9c67d17424a81daeeb0f2667e Mon Sep 17 00:00:00 2001 From: wiem Date: Fri, 18 Nov 2022 13:29:09 +0100 Subject: [PATCH 2/3] remove the second way --- dev-docs/modules/userId.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-docs/modules/userId.md b/dev-docs/modules/userId.md index f305e04d35..03bbedc44c 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -1237,9 +1237,8 @@ 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 :} From 9b1208cd9ec6d3d6bbd5dd434f5210ce6bd2e0ea Mon Sep 17 00:00:00 2001 From: wiem Date: Mon, 21 Nov 2022 16:56:31 +0100 Subject: [PATCH 3/3] small adjustment --- dev-docs/modules/userId.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-docs/modules/userId.md b/dev-docs/modules/userId.md index 03bbedc44c..4fe7dbfa9b 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -1237,8 +1237,7 @@ 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. -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. +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 :}