From 90b10355a95eeaf376a4e1e35456cd28403ab1c5 Mon Sep 17 00:00:00 2001 From: shikharsharma-zeotap Date: Fri, 14 Aug 2020 14:09:48 +0530 Subject: [PATCH 1/8] documentation for zeotapId+ userId module --- .../main.scssc | Bin 0 -> 595 bytes dev-docs/modules/userId.md | 37 +++++++++++++++++- 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 .sass-cache/ebd95da18e4e2c590979221044ab1db24d5a31dd/main.scssc diff --git a/.sass-cache/ebd95da18e4e2c590979221044ab1db24d5a31dd/main.scssc b/.sass-cache/ebd95da18e4e2c590979221044ab1db24d5a31dd/main.scssc new file mode 100644 index 0000000000000000000000000000000000000000..46a62d776d3e5cf77e64cdbc1a60feb43e00d4d8 GIT binary patch literal 595 zcmb`EKTpFj5XC#7Qc_A0QxOa52S@__?=BgjQWy}TVPc4! Date: Mon, 17 Aug 2020 12:25:47 +0530 Subject: [PATCH 2/8] remove unwanted file change --- .../main.scssc | Bin 595 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .sass-cache/ebd95da18e4e2c590979221044ab1db24d5a31dd/main.scssc diff --git a/.sass-cache/ebd95da18e4e2c590979221044ab1db24d5a31dd/main.scssc b/.sass-cache/ebd95da18e4e2c590979221044ab1db24d5a31dd/main.scssc deleted file mode 100644 index 46a62d776d3e5cf77e64cdbc1a60feb43e00d4d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 595 zcmb`EKTpFj5XC#7Qc_A0QxOa52S@__?=BgjQWy}TVPc4! Date: Tue, 18 Aug 2020 12:11:32 +0530 Subject: [PATCH 3/8] naming changes --- dev-docs/modules/userId.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-docs/modules/userId.md b/dev-docs/modules/userId.md index a50af163cb..69e9bb7669 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -21,7 +21,7 @@ The User ID module supports multiple ways of establishing pseudonymous IDs for u * **BritePool ID** - Britepool Identity Resolution userId submodule. Universal Identity resolution which does not depend on 3rd party cookies. * **Criteo ID for Exchanges** – specific id for Criteo and its partners that enables optimal take rate on all web browsers. -* **ID+** - ID+ is based on Zeotap’s Deterministic Audience graph. ID+ is tied to an encrypted email in our graph and is designed to work in the world without the 3rd party cookie. This Module makes the user’s ID+ available for it to be used in the bid request. +* **ID+** - ID+ is based on Zeotap’s Deterministic Audience graph and is designed to work in the world without the 3rd party cookie. This Module makes the user’s ID+ available for it to be used in the bid request. * **ID5 Universal ID** - a neutral identifier for digital advertising that can be used by publishers, brands and ad tech platforms (SSPs, DSPs, DMPs, Data Providers, etc.) to eliminate the need for cookie matching. * **Identity Link** – provided by LiveRamp, this module calls out to the ATS (Authenticated Traffic Solution) library or a URL to obtain the user’s IdentityLink envelope. * **IntentIQ ID** – An identity resolution pioneer, Intent IQ enables its partners to confidently identify clients and prospects who interact with their sites, apps and their brick and mortar establishments, whether across their various screens or in person. @@ -71,7 +71,7 @@ of sub-objects. The table below has the options that are common across ID system {: .table .table-bordered .table-striped } | Param under userSync.userIds[] | Scope | Type | Description | Example | | --- | --- | --- | --- | --- | -| name | Required | String | May be: `"britepoolId"`, `"criteo"`, `"id5id"`, `identityLink`, `"intentIqId"`, `"liveIntentId"`, `"lotamePanoramaId"`, `"parrableId"`, `"netId"`, `"pubCommonId"`, `"unifiedId"`, `"zeotapId+"` | `"unifiedId"` | +| name | Required | String | May be: `"britepoolId"`, `"criteo"`, `"id5id"`, `identityLink`, `"intentIqId"`, `"liveIntentId"`, `"lotamePanoramaId"`, `"parrableId"`, `"netId"`, `"pubCommonId"`, `"unifiedId"`, `"zeotapIdPlus"` | `"unifiedId"` | | params | Based on User ID sub-module | Object | | | | storage | Optional | Object | The publisher can specify some kind of local storage in which to store the results of the call to get the user ID. This can be either cookie or HTML5 storage. This is not needed when `value` is specified or the ID system is managing its own storage | | | storage.type | Required | String | Must be either `"cookie"` or `"html5"`. This is where the results of the user ID will be stored. | `"cookie"` | @@ -176,7 +176,7 @@ You can learn more about it at [ID+ powered by Zeotap](https://idplus.io/) Add it to your Prebid.js package with: {: .alert.alert-info :} -gulp build --modules=zeotapId+ +gulp build --modules=zeotapIdPlusIdSystem #### ID+ Registration @@ -189,7 +189,7 @@ ID+ is covered under zeotap privacy policy: [Zeotap Privacy Policy](https://zeot pbjs.setConfig({ userSync: { userIds: [{ - name: "zeotapId+", + name: "zeotapIdPlus", storage: { name: "IDP", type: “cookie” } }] } From da913d8761469f6c2bc11457c445f3bfe0e71b36 Mon Sep 17 00:00:00 2001 From: shikharsharma-zeotap Date: Tue, 18 Aug 2020 12:40:30 +0530 Subject: [PATCH 4/8] doc changes --- 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 69e9bb7669..34619e5619 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -169,7 +169,7 @@ pbjs.setConfig({ ### ID+ ID+ solution is Zeotap Initiative which is an open invitation to the whole ecosystem to collaboratively solve the industry challenge of identity resolution in a third-party cookieless environment. -ID+ is based on Zeotap’s Deterministic Audience graph. ID+ is tied to an encrypted email in our graph and is designed to work in the world without the 3rd party cookie. This sub-module makes the user’s ID+ available in the bid request. +ID+ is based on Zeotap’s Deterministic Audience graph and is designed to work in the world without the 3rd party cookie. This sub-module makes the user’s ID+ available in the bid request. You can learn more about it at [ID+ powered by Zeotap](https://idplus.io/) From bde0a76741cb1c8512d1f242fb5c5d8dcc2b19e4 Mon Sep 17 00:00:00 2001 From: shikharsharma-zeotap Date: Thu, 20 Aug 2020 14:28:15 +0530 Subject: [PATCH 5/8] doc cosmetic changes --- dev-docs/modules/userId.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-docs/modules/userId.md b/dev-docs/modules/userId.md index 34619e5619..83c83ab5dd 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -21,7 +21,7 @@ The User ID module supports multiple ways of establishing pseudonymous IDs for u * **BritePool ID** - Britepool Identity Resolution userId submodule. Universal Identity resolution which does not depend on 3rd party cookies. * **Criteo ID for Exchanges** – specific id for Criteo and its partners that enables optimal take rate on all web browsers. -* **ID+** - ID+ is based on Zeotap’s Deterministic Audience graph and is designed to work in the world without the 3rd party cookie. This Module makes the user’s ID+ available for it to be used in the bid request. +* **ID+** - a universal identity solution that aims to empower the marketing ecosystem with a privacy-compliant mechanism to overcome identity resolution challenges arising from ID fragmentation, cookie restrictions and increasingly stringent regulation across the world. It is powered by Zeotap and built on the back of the world’s largest marketing identity graph. * **ID5 Universal ID** - a neutral identifier for digital advertising that can be used by publishers, brands and ad tech platforms (SSPs, DSPs, DMPs, Data Providers, etc.) to eliminate the need for cookie matching. * **Identity Link** – provided by LiveRamp, this module calls out to the ATS (Authenticated Traffic Solution) library or a URL to obtain the user’s IdentityLink envelope. * **IntentIQ ID** – An identity resolution pioneer, Intent IQ enables its partners to confidently identify clients and prospects who interact with their sites, apps and their brick and mortar establishments, whether across their various screens or in person. @@ -168,10 +168,11 @@ pbjs.setConfig({ ### ID+ -ID+ solution is Zeotap Initiative which is an open invitation to the whole ecosystem to collaboratively solve the industry challenge of identity resolution in a third-party cookieless environment. -ID+ is based on Zeotap’s Deterministic Audience graph and is designed to work in the world without the 3rd party cookie. This sub-module makes the user’s ID+ available in the bid request. +ID+, a zeotap powered solution, is an open invitation to the entire ecosystem to collaboratively solve the industry challenge of identity resolution in a third-party cookieless environment. -You can learn more about it at [ID+ powered by Zeotap](https://idplus.io/) +This sub-module enables the user’s ID+ to be available in the bid request. + +More information on ID+ can be found here: [https://idplus.io/](https://idplus.io/) Add it to your Prebid.js package with: @@ -180,7 +181,8 @@ gulp build --modules=zeotapIdPlusIdSystem #### ID+ Registration -You can set up your ID+ account by contacting our Product Operations Analyst team directly at [team.pom@zeotap.com](mailto:prebid@liveramp.com) or via [https://idplus.io/contact-us.html](https://idplus.io/contact-us.html) +You can set up your ID+ account by contacting our support team at [support.idplus@zeotap.com](mailto:support.idplus@zeotap.com) or via [https://idplus.io/contact-us](https://idplus.io/contact-us.html) and we will get back to you. + ID+ is covered under zeotap privacy policy: [Zeotap Privacy Policy](https://zeotap.com/website-privacy-policy). #### ID+ Example From 52598f230d405d56111069b55f4482eadc29685b Mon Sep 17 00:00:00 2001 From: shikharsharma-zeotap Date: Fri, 21 Aug 2020 14:13:36 +0530 Subject: [PATCH 6/8] remove storage configuration from setConfig example --- 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 83c83ab5dd..f9a00fdde6 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -191,8 +191,7 @@ ID+ is covered under zeotap privacy policy: [Zeotap Privacy Policy](https://zeot pbjs.setConfig({ userSync: { userIds: [{ - name: "zeotapIdPlus", - storage: { name: "IDP", type: “cookie” } + name: "zeotapIdPlus" }] } }); From cd920339c7fc184a9b293206d5009c2fd1042061 Mon Sep 17 00:00:00 2001 From: shikharsharma-zeotap Date: Thu, 27 Aug 2020 18:55:31 +0530 Subject: [PATCH 7/8] documentation revisited --- .../main.scssc | Bin 0 -> 595 bytes dev-docs/modules/userId.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .sass-cache/ebd95da18e4e2c590979221044ab1db24d5a31dd/main.scssc diff --git a/.sass-cache/ebd95da18e4e2c590979221044ab1db24d5a31dd/main.scssc b/.sass-cache/ebd95da18e4e2c590979221044ab1db24d5a31dd/main.scssc new file mode 100644 index 0000000000000000000000000000000000000000..46a62d776d3e5cf77e64cdbc1a60feb43e00d4d8 GIT binary patch literal 595 zcmb`EKTpFj5XC#7Qc_A0QxOa52S@__?=BgjQWy}TVPc4! Date: Thu, 27 Aug 2020 18:56:45 +0530 Subject: [PATCH 8/8] remove unwanted change --- .../main.scssc | Bin 595 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .sass-cache/ebd95da18e4e2c590979221044ab1db24d5a31dd/main.scssc diff --git a/.sass-cache/ebd95da18e4e2c590979221044ab1db24d5a31dd/main.scssc b/.sass-cache/ebd95da18e4e2c590979221044ab1db24d5a31dd/main.scssc deleted file mode 100644 index 46a62d776d3e5cf77e64cdbc1a60feb43e00d4d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 595 zcmb`EKTpFj5XC#7Qc_A0QxOa52S@__?=BgjQWy}TVPc4!