Skip to content

Commit

Permalink
Merge pull request #370 from PubMatic-OpenWrap/adform_alias
Browse files Browse the repository at this point in the history
add adform alias adform2
  • Loading branch information
pm-shashank-jain authored Feb 13, 2020
2 parents a1ed465 + 0c3cff2 commit a036bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/adformBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const OUTSTREAM_RENDERER_URL = 'https://s2.adform.net/banners/scripts/video/outs
const BIDDER_CODE = 'adform';
export const spec = {
code: BIDDER_CODE,
aliases: ['adform2'],
supportedMediaTypes: [ BANNER, VIDEO ],
isBidRequestValid: function (bid) {
return !!(bid.params.mid);
Expand Down

0 comments on commit a036bd3

Please sign in to comment.