Skip to content

Commit

Permalink
adding gvlid for dmx
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Alliance authored and Steve Alliance committed Feb 2, 2021
1 parent 219f139 commit 5584441
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/districtmDMXBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const BIDDER_CODE = 'districtmDMX';

const DMXURI = 'https://dmx.districtm.io/b/v1';

const GVLID = 144;
const VIDEO_MAPPING = {
playback_method: {
'auto_play_sound_on': 1,
Expand All @@ -21,6 +22,7 @@ const VIDEO_MAPPING = {
};
export const spec = {
code: BIDDER_CODE,
gvlid: GVLID,
supportedFormat: [BANNER, VIDEO],
supportedMediaTypes: [VIDEO, BANNER],
isBidRequestValid(bid) {
Expand Down

0 comments on commit 5584441

Please sign in to comment.