diff --git a/modules/userId/eids.js b/modules/userId/eids.js index 2c627416341..45a38009ea8 100644 --- a/modules/userId/eids.js +++ b/modules/userId/eids.js @@ -8,7 +8,10 @@ const USER_IDS_CONFIG = { // intentIqId 'intentIqId': { source: 'intentiq.com', - atype: 1 + atype: 1, + getValue: function(data) { + return data.RESULT; + } }, // pubCommonId @@ -137,7 +140,10 @@ const USER_IDS_CONFIG = { // zeotapIdPlus 'IDP': { source: 'zeotap.com', - atype: 1 + atype: 1, + getValue: function getValue(data) { + return data.id; + } }, // haloId