Skip to content

Commit

Permalink
Serverbid Bid Adapter: Added archon alias (#2293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrimes authored and jaiminpanchal27 committed Mar 26, 2018
1 parent 8719aef commit 85cdf7b
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 @@ -21,6 +21,9 @@ const CONFIG = {
},
'automatad': {
'BASE_URI': 'https://e.serverbid.com/api/v2'
},
'archon': {
'BASE_URI': 'https://e.serverbid.com/api/v2'
}
};

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

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

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

0 comments on commit 85cdf7b

Please sign in to comment.