Skip to content

Commit

Permalink
IX Bid Adapter: add LiveIntent to EID allowlist (#10217)
Browse files Browse the repository at this point in the history
* IX Bid Adapter: Add LiveIntent to EID allowlist

Co-authored-by: Sajid Mahmood <sajid.mahmood@indexexchange.com>

* fix

---------

Co-authored-by: Sajid Mahmood <sajid.mahmood@indexexchange.com>
  • Loading branch information
sajidbsk and Sajid Mahmood committed Jul 12, 2023
1 parent 8615eeb commit b973b2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/ixBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ const SOURCE_RTI_MAPPING = {
'pubcid.org': '', // SharedID, pubcid
'utiq.com': '', // Utiq
'intimatemerger.com': '',
'33across.com': ''
'33across.com': '',
'liveintent.indexexchange.com': '',
};
const PROVIDERS = [
'britepoolid',
Expand Down

0 comments on commit b973b2d

Please sign in to comment.