Skip to content

Commit

Permalink
Update addefendBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Jun 20, 2024
1 parent 1b5def5 commit c4a986b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/addefendBidAdapter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {registerBidder} from '../src/adapters/bidderFactory.js';
import {getGlobal} from '../src/prebidGlobal.js';

const BIDDER_CODE = 'addefend';

Expand All @@ -17,7 +16,7 @@ export const spec = {
},
buildRequests: function(validBidRequests, bidderRequest) {
let bid = {
v: getGlobal().version,
v: '$prebid.version$',
auctionId: false,
pageId: false,
gdpr_applies: bidderRequest.gdprConsent && bidderRequest.gdprConsent.gdprApplies ? bidderRequest.gdprConsent.gdprApplies : 'true',
Expand Down

0 comments on commit c4a986b

Please sign in to comment.