Skip to content

Commit

Permalink
Bright Mountain Media Bid Adapter: add video support and refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightMountainMediaInc committed Apr 16, 2021
1 parent 0be3b0b commit b46326b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions modules/brightMountainMediaBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ const AD_URL = 'https://one.elitebidder.com/api/hb';
const SYNC_URL = 'https://console.brightmountainmedia.com:8443/cookieSync';

const videoExt = [
'video/x-ms-wmv',
'video/x-flv',
'video/mp4',
'video/3gpp',
'application/x-mpegURL',
'video/quicktime',
'video/x-msvideo',
'application/x-shockwave-flash',
'application/javascript'
];
'video/x-ms-wmv',
'video/x-flv',
'video/mp4',
'video/3gpp',
'application/x-mpegURL',
'video/quicktime',
'video/x-msvideo',
'application/x-shockwave-flash',
'application/javascript'
];

export const spec = {
code: BIDDER_CODE,
Expand Down

0 comments on commit b46326b

Please sign in to comment.