Skip to content

Commit

Permalink
PB-2650 - save
Browse files Browse the repository at this point in the history
  • Loading branch information
mhlm committed Oct 25, 2024
1 parent 9b2319d commit 558a344
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/nextMillenniumBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {getAd} from '../libraries/targetVideoUtils/bidderUtils.js';
import { EVENTS } from '../src/constants.js';
import {BANNER, VIDEO} from '../src/mediaTypes.js';
import {config} from '../src/config.js';

import {registerBidder} from '../src/adapters/bidderFactory.js';
import {getRefererInfo} from '../src/refererDetection.js';

Expand Down Expand Up @@ -347,9 +346,7 @@ export function setConsentStrings(postBody = {}, bidderRequest) {
if (uspConsent) {
postBody.regs.us_privacy = uspConsent;
};

if (gppConsent) {
postBody.regs.gpp = gppConsent?.gppString || gppConsent?.gpp;
д;
postBody.regs.gpp_sid = bidderRequest.gppConsent?.applicableSections || gppConsent?.gpp_sid;
};

Expand Down

0 comments on commit 558a344

Please sign in to comment.