Skip to content

Commit

Permalink
Digital Matter Bid Adapter: add gvlid
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-matter committed Oct 1, 2024
1 parent 6f4bb3b commit 608844e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/digitalMatterBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ import {BANNER} from '../src/mediaTypes.js';
import {hasPurpose1Consent} from '../src/utils/gdpr.js';

const BIDDER_CODE = 'digitalMatter';
const GVLID = 1345;
const ENDPOINT_URL = 'https://adx.digitalmatter.services/'

export const spec = {
code: BIDDER_CODE,
gvlid: GVLID,
supportedMediaTypes: [BANNER],
aliases: ['dichange', 'digitalmatter'],
bidParameters: ['accountId', 'siteId'],
Expand Down

0 comments on commit 608844e

Please sign in to comment.