Skip to content

Commit

Permalink
Serverbid Bid Adapter: Add Answer Media alias (prebid#2847)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrimes authored and AlessandroDG committed Sep 13, 2018
1 parent 4eb9cfc commit 1c4188b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/serverbidBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ const CONFIG = {
},
'buysellads': {
'BASE_URI': 'https://e.serverbid.com/api/v2'
},
'answermedia': {
'BASE_URI': 'https://e.serverbid.com/api/v2'
}
};

Expand All @@ -35,7 +38,7 @@ let bidder = 'serverbid';

export const spec = {
code: BIDDER_CODE,
aliases: ['connectad', 'onefiftytwo', 'insticator', 'adsparc', 'automatad', 'archon', 'buysellads'],
aliases: ['connectad', 'onefiftytwo', 'insticator', 'adsparc', 'automatad', 'archon', 'buysellads', 'answermedia'],

/**
* Determines whether or not the given bid request is valid.
Expand Down

0 comments on commit 1c4188b

Please sign in to comment.