Skip to content

Commit

Permalink
Support yahoo.com eid source value (prebid#7563)
Browse files Browse the repository at this point in the history
Co-authored-by: slimkrazy <[email protected]>
  • Loading branch information
slimkrazy and slimkrazy authored Oct 12, 2021
1 parent 74cd51a commit 9d9621d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/aolBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ const SUPPORTED_USER_ID_SOURCES = [
'liveintent.com',
'quantcast.com',
'verizonmedia.com',
'liveramp.com'
'liveramp.com',
'yahoo.com'
];

const pubapiTemplate = template`${'host'}/pubapi/3.0/${'network'}/${'placement'}/${'pageid'}/${'sizeid'}/ADTECH;v=2;cmd=bid;cors=yes;alias=${'alias'};misc=${'misc'};${'dynamicParams'}`;
Expand Down

0 comments on commit 9d9621d

Please sign in to comment.