Skip to content

Commit

Permalink
Merge branch 'master' into rtd-onAuctionEnd-targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardi committed Dec 20, 2021
2 parents 9924ccf + ca76b67 commit f1bad4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/bliinkBidAdapter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// eslint-disable-next-line prebid/validate-imports
// eslint-disable-next-line prebid/validate-imports
import {registerBidder} from '../src/adapters/bidderFactory.js'

export const BIDDER_CODE = 'bliink'
export const BLIINK_ENDPOINT_ENGINE = 'https://engine.bliink.io/delivery'
export const BLIINK_ENDPOINT_ENGINE_VAST = 'https://engine.bliink.io/vast'
Expand Down Expand Up @@ -174,6 +173,8 @@ export const buildRequests = (_, bidderRequest) => {
pageUrl: bidderRequest.refererInfo.referer,
pageDescription: getMetaValue(META_DESCRIPTION),
keywords: getKeywords().join(','),
gdpr: false,
gdpr_consent: '',
pageTitle: document.title,
}

Expand Down
2 changes: 2 additions & 0 deletions test/spec/modules/bliinkBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,8 @@ const testsBuildRequests = [
refererInfo: getConfigBuildRequest('banner').refererInfo
},
data: {
gdpr: false,
gdpr_consent: '',
height: 250,
width: 300,
keywords: '',
Expand Down

0 comments on commit f1bad4b

Please sign in to comment.