Skip to content

Commit

Permalink
Serverbid Bid Adapter: Add buysellads alias (prebid#2808)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrimes authored and AlessandroDG committed Sep 13, 2018
1 parent 07ceb0e commit 908062e
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 @@ -24,6 +24,9 @@ const CONFIG = {
},
'archon': {
'BASE_URI': 'https://e.serverbid.com/api/v2'
},
'buysellads': {
'BASE_URI': 'https://e.serverbid.com/api/v2'
}
};

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

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

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

0 comments on commit 908062e

Please sign in to comment.