Skip to content

Commit

Permalink
Add automatad alais to serverbid adapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcswart committed Jan 24, 2018
1 parent 9b56b11 commit 31b1d0b
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 @@ -18,12 +18,15 @@ const CONFIG = {
},
'adsparc': {
'BASE_URI': 'https://e.serverbid.com/api/v2'
},
'automatadx': {
'BASE_URI': 'https://e.serverbid.com/api/v2'
}
};

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

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

0 comments on commit 31b1d0b

Please sign in to comment.