Skip to content

Commit

Permalink
Send setupad only on bidRequested
Browse files Browse the repository at this point in the history
  • Loading branch information
eldzis committed Nov 16, 2023
1 parent fb51faa commit 3070cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/setupadBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export const spec = {
}

const url = `${REPORT_ENDPOINT}?event=${eventName}&bidder=${
seat || bidder
eventName === 'bidRequested' ? BIDDER_CODE : seat || bidder
}&placementIds=${placementIds}&auctionId=${auctionId}${extraBidParams}&timestamp=${timestamp}`;

return url;
Expand Down

0 comments on commit 3070cd8

Please sign in to comment.