Skip to content

Commit

Permalink
Added gvlid param for Europe GDPR compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazabit committed Jul 17, 2024
1 parent 240dbc1 commit 12942d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/aidemBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const BIDDER_CODE = 'aidem';
const BASE_URL = 'https://zero.aidemsrv.com';
const LOCAL_BASE_URL = 'http://127.0.0.1:8787';

const GVLID = 1218
const SUPPORTED_MEDIA_TYPES = [BANNER, VIDEO];
const REQUIRED_VIDEO_PARAMS = [ 'mimes', 'protocols', 'context' ];

Expand Down Expand Up @@ -232,6 +233,7 @@ function hasValidParameters(bidRequest) {

export const spec = {
code: BIDDER_CODE,
gvlid: GVLID,
supportedMediaTypes: SUPPORTED_MEDIA_TYPES,
isBidRequestValid: function(bidRequest) {
logInfo('bid: ', bidRequest);
Expand Down

0 comments on commit 12942d0

Please sign in to comment.