Skip to content

Commit

Permalink
impactifyBidAdapter: fix exception related to USP
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardi committed Oct 29, 2024
1 parent 9058a09 commit 1e178c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/impactifyBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ function createOpenRtbRequest(validBidRequests, bidderRequest) {

if (bidderRequest.uspConsent) {
deepSetValue(request, 'regs.ext.us_privacy', bidderRequest.uspConsent);
this.syncStore.uspConsent = bidderRequest.uspConsent;
}

if (GET_CONFIG('coppa') == true) deepSetValue(request, 'regs.coppa', 1);
Expand Down

0 comments on commit 1e178c2

Please sign in to comment.