From ef9fba30e7d520b544c1b0bfa2771dfba698650b Mon Sep 17 00:00:00 2001 From: Denis Logachov Date: Thu, 6 May 2021 16:11:34 +0300 Subject: [PATCH] Adkernel Bid Adapter: converge digital alias (#6714) --- modules/adkernelBidAdapter.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/modules/adkernelBidAdapter.js b/modules/adkernelBidAdapter.js index 5bfb0dc98290..0b8d7e661b1b 100644 --- a/modules/adkernelBidAdapter.js +++ b/modules/adkernelBidAdapter.js @@ -53,7 +53,22 @@ const NATIVE_INDEX = NATIVE_MODEL.reduce((acc, val, idx) => { export const spec = { code: 'adkernel', gvlid: GVLID, - aliases: ['headbidding', 'adsolut', 'oftmediahb', 'audiencemedia', 'waardex_ak', 'roqoon', 'andbeyond', 'adbite', 'houseofpubs', 'torchad', 'stringads', 'bcm', 'engageadx'], + aliases: [ + {code: 'headbidding'}, + {code: 'adsolut'}, + {code: 'oftmediahb'}, + {code: 'audiencemedia'}, + {code: 'waardex_ak'}, + {code: 'roqoon'}, + {code: 'andbeyond'}, + {code: 'adbite'}, + {code: 'houseofpubs'}, + {code: 'torchad'}, + {code: 'stringads'}, + {code: 'bcm'}, + {code: 'engageadx'}, + {code: 'converge_digital', gvlid: 248} + ], supportedMediaTypes: [BANNER, VIDEO, NATIVE], /**