Skip to content

Commit

Permalink
Seeding Alliance Bid Adapter: Add GVLID (#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 <55976067+SeedingAllianceTech@users.noreply.github.com>
Co-authored-by: Hendrick Musche <107099114+sag-henmus@users.noreply.github.com>
Co-authored-by: Hendrick Musche <musche@seeding-alliance.de>
  • Loading branch information
4 people authored and ahmadlob committed Jul 27, 2022
1 parent 3e9dc7e commit 54e0401
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 54e0401

Please sign in to comment.