You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/imdsBidAdapter.js
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,10 @@ const BLOCKED_AD_SIZES = [
16
16
];
17
17
constDEFAULT_MAX_TTL=420;// 7 minutes
18
18
exportconstspec={
19
-
code: 'synacormedia',
19
+
code: 'imds',
20
+
aliases: [
21
+
{code: 'synacormedia'}
22
+
],
20
23
supportedMediaTypes: [BANNER,VIDEO],
21
24
sizeMap: {},
22
25
@@ -63,15 +66,15 @@ export const spec = {
63
66
64
67
validBidReqs.forEach((bid,i)=>{
65
68
if(seatId&&seatId!==bid.params.seatId){
66
-
logWarn(`Synacormedia: there is an inconsistent seatId: ${bid.params.seatId} but only sending bid requests for ${seatId}, you should double check your configuration`);
69
+
logWarn(`IMDS: there is an inconsistent seatId: ${bid.params.seatId} but only sending bid requests for ${seatId}, you should double check your configuration`);
0 commit comments