Skip to content

Commit c23140e

Browse files
add gvlid
1 parent aad82ca commit c23140e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/e_volutionBidAdapter.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { isFn, deepAccess, logMessage } from '../src/utils.js';
44
import { convertOrtbRequestToProprietaryNative } from '../src/native.js';
55

66
const BIDDER_CODE = 'e_volution';
7+
const GVLID = 957;
78
const AD_URL = 'https://service.e-volution.ai/?c=o&m=multi';
89
const URL_SYNC = 'https://service.e-volution.ai/?c=o&m=sync';
910
const NO_SYNC = true;
@@ -57,6 +58,7 @@ function getUserId(eids, id, source, uidExt) {
5758

5859
export const spec = {
5960
code: BIDDER_CODE,
61+
gvlid: GVLID,
6062
supportedMediaTypes: [BANNER, VIDEO, NATIVE],
6163
noSync: NO_SYNC,
6264

0 commit comments

Comments
 (0)