Skip to content

Commit

Permalink
Seeding Alliance Bid Adapter: Add GVLID (prebid#8697)
Browse files Browse the repository at this point in the history
* add seedingAlliance Adapter

* add two native default params

* ...

* ...

* seedingAlliance Adapter: add two more default native params

* updating seedingAlliance Adapter

* seedingAlliance Adapter

* quickfix no bids + net revenue

* bugfix replace auction price

* change URL  and add versioning

* add vendorId to seedingAllianceAdapter

Co-authored-by: SeedingAllianceTech <[email protected]>
Co-authored-by: Hendrick Musche <[email protected]>
Co-authored-by: Hendrick Musche <[email protected]>
  • Loading branch information
4 people authored and jorgeluisrocha committed May 18, 2023
1 parent 53fee60 commit 4a9d0c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/seedingAllianceBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { _map, deepSetValue, isEmpty, deepAccess } from '../src/utils.js';
import { config } from '../src/config.js';

const BIDDER_CODE = 'seedingAlliance';
const GVL_ID = 371;
const DEFAULT_CUR = 'EUR';
const ENDPOINT_URL = 'https://b.nativendo.de/cds/rtb/bid?format=openrtb2.5&ssp=pb';

Expand Down Expand Up @@ -52,6 +53,8 @@ const NATIVE_PARAMS = {
export const spec = {
code: BIDDER_CODE,

gvlid: GVL_ID,

supportedMediaTypes: [NATIVE],

isBidRequestValid: function(bid) {
Expand Down

0 comments on commit 4a9d0c7

Please sign in to comment.