Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PBJS Core: canBidderRegisterSync ignoring iframe sync disabled by default #6535

Merged
merged 15 commits into from
Apr 7, 2021
Prev Previous commit
Next Next commit
Update eids.js
  • Loading branch information
patmmccann authored Mar 25, 2021
commit d44f2985f3f17e38b97ba790d807b1e802246b23
2 changes: 1 addition & 1 deletion modules/userId/eids.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const USER_IDS_CONFIG = {
// identityLink
'idl_env': {
source: 'liveramp.com',
atype: 1
atype: 3
},

// liveIntentId
Expand Down