Skip to content

Commit

Permalink
SmartyadsBidAdapter/add_gvlid (prebid#10626)
Browse files Browse the repository at this point in the history
Co-authored-by: vrishko <[email protected]>
  • Loading branch information
rishko00 and vrishko committed Oct 18, 2023
1 parent 0dc6240 commit f0f70f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/smartyadsBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { convertOrtbRequestToProprietaryNative } from '../src/native.js';
import { ajax } from '../src/ajax.js';

const BIDDER_CODE = 'smartyads';
const GVLID = 534;
const adUrls = {
US_EAST: 'https://n1.smartyads.com/?c=o&m=prebid&secret_key=prebid_js',
EU: 'https://n2.smartyads.com/?c=o&m=prebid&secret_key=prebid_js',
Expand Down Expand Up @@ -52,6 +53,7 @@ function getAdUrlByRegion(bid) {

export const spec = {
code: BIDDER_CODE,
gvlid: GVLID,
supportedMediaTypes: [BANNER, VIDEO, NATIVE],

isBidRequestValid: (bid) => {
Expand Down

0 comments on commit f0f70f3

Please sign in to comment.