Skip to content

Commit

Permalink
Criteo bid adapter: add fledge timeout and group limits
Browse files Browse the repository at this point in the history
Set timeout to 50ms and 60 maximum interest groups per buyer
  • Loading branch information
dzhang-criteo committed Feb 21, 2024
1 parent 708bc86 commit fd0f8f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/criteoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ export const spec = {
decisionLogicUrl: FLEDGE_DECISION_LOGIC_URL,
interestGroupBuyers: Object.keys(perBuyerSignals),
sellerCurrency: sellerSignals.currency || '???',
perBuyerTimeout: { '*': 50 },
perBuyerGroupLimits: { '*': 60 },
},
});
});
Expand Down

0 comments on commit fd0f8f1

Please sign in to comment.