From e1e260d2401699403c77132bc37634252db8d03c Mon Sep 17 00:00:00 2001 From: "ma.matic" Date: Fri, 9 Apr 2021 08:47:00 +0200 Subject: [PATCH 1/3] ATS-identityLinkIdSystem - add explanation for new use3P config parameter --- dev-docs/modules/userId.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-docs/modules/userId.md b/dev-docs/modules/userId.md index f3782880b9..55f9bdf543 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -500,7 +500,7 @@ The IdentityLink privacy policy is at [https://liveramp.com/privacy/service-priv | name | Required | String | `"identityLink"` | `"identityLink"` | | params | Required for Id Link | Object | Details for identityLink initialization. | | | params.pid | This parameter is required for IdentityLink | String | This is the placementId, value needed for obtaining user’s IdentityLink envelope - +| params.use3P | This parameter is not required for IdentityLink | Boolean | Property for choosing should 3P Liveramp envelope endpoint be fired or not, in order to get IdentityLink envelope #### IdentityLink Examples @@ -513,7 +513,8 @@ pbjs.setConfig({ userIds: [{ name: "identityLink", params: { - pid: '999' // Set your real identityLink placement ID here + pid: '999', // Set your real identityLink placement ID here + // use3P: true/false // If you want to use 3P endpoint to retrieve envelope. If you do not set this property to true, 3p endpoint will not be fired. By default this property is undefined and 3p request will not be fired. }, storage: { type: "cookie", @@ -534,7 +535,8 @@ pbjs.setConfig({ userIds: [{ name: "identityLink", params: { - pid: '999' // Set your real identityLink placement ID here + pid: '999', // Set your real identityLink placement ID here + // use3P: true/false // If you want to use 3P endpoint to retrieve envelope. If you do not set this property to true, 3p endpoint will not be fired. By default this property is undefined and 3p request will not be fired. }, storage: { type: "html5", From 96cc416e5650c68d1beb1f9c8934f12edf61b686 Mon Sep 17 00:00:00 2001 From: MartianTribe Date: Tue, 13 Apr 2021 10:22:43 -0400 Subject: [PATCH 2/3] Update userId.md --- dev-docs/modules/userId.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/modules/userId.md b/dev-docs/modules/userId.md index 55f9bdf543..b47ec9ff11 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -514,7 +514,7 @@ pbjs.setConfig({ name: "identityLink", params: { pid: '999', // Set your real identityLink placement ID here - // use3P: true/false // If you want to use 3P endpoint to retrieve envelope. If you do not set this property to true, 3p endpoint will not be fired. By default this property is undefined and 3p request will not be fired. + // use3P: true/false // If you want to use 3P endpoint to retrieve the envelope. If you do not set this property to true, 3P endpoint will not be fired. By default this property is undefined and 3P request are not fired. }, storage: { type: "cookie", From 296d051a76247fe7c0f60eb528b953977fd7e08c Mon Sep 17 00:00:00 2001 From: MartianTribe Date: Tue, 13 Apr 2021 10:23:33 -0400 Subject: [PATCH 3/3] Update userId.md --- dev-docs/modules/userId.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/modules/userId.md b/dev-docs/modules/userId.md index b47ec9ff11..d2a927c7c3 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -536,7 +536,7 @@ pbjs.setConfig({ name: "identityLink", params: { pid: '999', // Set your real identityLink placement ID here - // use3P: true/false // If you want to use 3P endpoint to retrieve envelope. If you do not set this property to true, 3p endpoint will not be fired. By default this property is undefined and 3p request will not be fired. + // use3P: true/false // If you want to use 3P endpoint to retrieve the envelope. If you do not set this property to true, 3P endpoint will not be fired. By default this property is undefined and 3P request are not fired. }, storage: { type: "html5",