Skip to content

Commit

Permalink
sync with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Fawke committed Oct 1, 2019
1 parent 7075182 commit 8c2b196
Show file tree
Hide file tree
Showing 64 changed files with 3,846 additions and 9,774 deletions.
3 changes: 2 additions & 1 deletion integrationExamples/gpt/userId_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@
expires: 60
}
}],
syncDelay: 5000
syncDelay: 5000,
auctionDelay: 1000
}
});
pbjs.addAdUnits(adUnits);
Expand Down
2 changes: 1 addition & 1 deletion modules/adkernelBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const VERSION = '1.3';
export const spec = {

code: 'adkernel',
aliases: ['headbidding', 'adsolut', 'oftmediahb'],
aliases: ['headbidding', 'adsolut', 'oftmediahb', 'audiencemedia'],
supportedMediaTypes: [BANNER, VIDEO],
isBidRequestValid: function(bidRequest) {
return 'params' in bidRequest &&
Expand Down
4 changes: 3 additions & 1 deletion modules/appnexusBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,16 @@ export const spec = {

const memberIdBid = find(bidRequests, hasMemberId);
const member = memberIdBid ? parseInt(memberIdBid.params.member, 10) : 0;
const schain = bidRequests[0].schain;

const payload = {
tags: [...tags],
user: userObj,
sdk: {
source: SOURCE,
version: '$prebid.version$'
}
},
schain: schain
};

if (member > 0) {
Expand Down
292 changes: 0 additions & 292 deletions modules/conversantBidAdapter.js

This file was deleted.

41 changes: 0 additions & 41 deletions modules/conversantBidAdapter.md

This file was deleted.

Loading

0 comments on commit 8c2b196

Please sign in to comment.