Skip to content

Commit

Permalink
Update rtbhouseBidAdapter.js (prebid#11185)
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann committed Mar 12, 2024
1 parent 691f159 commit 643cbd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/rtbhouseBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export const spec = {
interpretResponse: function (serverResponse, originalRequest) {
let bids;

const fledgeInterestGroupBuyers = config.getConfig('fledgeConfig.interestGroupBuyers') || [];
const responseBody = serverResponse.body;
let fledgeAuctionConfigs = null;

Expand All @@ -186,7 +187,7 @@ export const spec = {
{
seller,
decisionLogicUrl,
interestGroupBuyers: Object.keys(perBuyerSignals),
interestGroupBuyers: [...fledgeInterestGroupBuyers, ...Object.keys(perBuyerSignals)],
perBuyerSignals,
},
sellerTimeout
Expand Down

0 comments on commit 643cbd0

Please sign in to comment.