Skip to content

Commit

Permalink
Define adapter as supporting video
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlane committed Aug 28, 2017
1 parent 95f8d86 commit 63f5c19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/unrulyBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ function UnrulyAdapter() {
return adapter
}

adaptermanager.registerBidAdapter(new UnrulyAdapter(), 'unruly')
adaptermanager.registerBidAdapter(new UnrulyAdapter(), 'unruly', {
supportedMediaTypes: ['video']
});

module.exports = UnrulyAdapter

0 comments on commit 63f5c19

Please sign in to comment.