Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
added schain
Browse files Browse the repository at this point in the history
  • Loading branch information
e-legostaeva committed May 28, 2021
1 parent f161c29 commit 3050052
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/qwarryBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export const spec = {
let payload = {
requestId: bidderRequest.bidderRequestId,
bids,
referer: bidderRequest.refererInfo.referer
referer: bidderRequest.refererInfo.referer,
schain: validBidRequests[0].schain
}

if (bidderRequest && bidderRequest.gdprConsent) {
Expand Down

0 comments on commit 3050052

Please sign in to comment.