Skip to content

Commit

Permalink
Gamoshi: Add 9MediaOnline new adaptor alias (#4108)
Browse files Browse the repository at this point in the history
* Add support for multi-format ad units. Add favoredMediaType property to params.

* Add tests for gdpr consent.

* Add adId to outbids

* Modify media type resolving

* Refactor multi-format ad units handler.

* Add 9MediaOnline bidder adaptor
  • Loading branch information
Salomon Rada authored and Fawke committed Aug 26, 2019
1 parent e798c0c commit 60501c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gamoshiBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const helper = {

export const spec = {
code: 'gamoshi',
aliases: ['gambid', 'cleanmedia', 'viewdeos', 'adastaMedia'],
aliases: ['gambid', 'cleanmedia', 'viewdeos', 'adastaMedia', '9MediaOnline'],
supportedMediaTypes: ['banner', 'video'],

isBidRequestValid: function (bid) {
Expand Down

0 comments on commit 60501c8

Please sign in to comment.