Skip to content

Commit

Permalink
Update smaatoBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Feb 22, 2022
1 parent fc2348c commit b0457ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/smaatoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { BANNER, VIDEO } from '../src/mediaTypes.js';
const BIDDER_CODE = 'smaato';
const SMAATO_ENDPOINT = 'https://prebid.ad.smaato.net/oapi/prebid';
const CLIENT = 'prebid_js_$prebid.version$_1.1'
const GVLID = 82;

/**
* Transform BidRequest to OpenRTB-formatted BidRequest Object
Expand Down Expand Up @@ -131,6 +132,7 @@ const buildOpenRtbBidRequestPayload = (validBidRequests, bidderRequest) => {
export const spec = {
code: BIDDER_CODE,
supportedMediaTypes: [BANNER, VIDEO],
gvlid: GVLID,

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

0 comments on commit b0457ed

Please sign in to comment.