Skip to content

Commit

Permalink
Add bidgency alias (#10077)
Browse files Browse the repository at this point in the history
Co-authored-by: dev <[email protected]>
  • Loading branch information
adserver-online and dev authored Jun 8, 2023
1 parent d3b7900 commit 053ab07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/asoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export const spec = {
code: BIDDER_CODE,
supportedMediaTypes: [BANNER, VIDEO],
aliases: [
{code: 'bcmint'}
{code: 'bcmint'},
{code: 'bidgency'}
],

isBidRequestValid: bid => {
Expand Down

0 comments on commit 053ab07

Please sign in to comment.