diff --git a/modules/unrulyBidAdapter.js b/modules/unrulyBidAdapter.js index 997272cf9cc..5012ce7d821 100644 --- a/modules/unrulyBidAdapter.js +++ b/modules/unrulyBidAdapter.js @@ -106,6 +106,8 @@ function UnrulyAdapter() { return adapter } -adaptermanager.registerBidAdapter(new UnrulyAdapter(), 'unruly') +adaptermanager.registerBidAdapter(new UnrulyAdapter(), 'unruly', { + supportedMediaTypes: ['video'] +}); module.exports = UnrulyAdapter