Skip to content

Commit

Permalink
Add: Viously GVL ID (prebid#10061)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffray-viously authored and Michele Nasti committed Aug 25, 2023
1 parent a574fd4 commit 666731d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/viouslyBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { BANNER, VIDEO } from '../src/mediaTypes.js';
import find from 'core-js-pure/features/array/find.js'; // eslint-disable-line prebid/validate-imports

const BIDDER_CODE = 'viously';
// const GVLID = 1028;
const GVLID = 1028;
const CURRENCY = 'EUR';
const TTL = 60;
const HTTP_METHOD = 'POST';
Expand All @@ -15,7 +15,7 @@ const REQUIRED_VIOUSLY_PARAMS = ['pid'];

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

/**
Expand Down

0 comments on commit 666731d

Please sign in to comment.