Skip to content

Commit c87abb6

Browse files
Merge pull request #60 from adpushup/hotfix/add-revnew-as-alias-in-nexx360adapter
Add 'revnew' as an alias in nexx360 adapter and update version to 9.41.1
2 parents 2cac4d3 + 59a744b commit c87abb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/nexx360BidAdapter.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ const ALIASES = [
3535
{ code: 'pubtech' },
3636
{ code: '1accord', gvlid: 965 },
3737
{ code: 'easybid', gvlid: 1068 },
38-
{ code: 'prismassp', gvlid: 965 }
38+
{ code: 'prismassp', gvlid: 965 },
39+
{ code: 'revnew', gvlid: 1468 }
3940
];
4041

4142
export const storage = getStorageManager({

0 commit comments

Comments
 (0)