diff --git a/modules/gamoshiBidAdapter.js b/modules/gamoshiBidAdapter.js index b18188cf33a..89ffde51889 100644 --- a/modules/gamoshiBidAdapter.js +++ b/modules/gamoshiBidAdapter.js @@ -72,7 +72,10 @@ export const spec = { 'ua': navigator.userAgent }, 'imp': [], - 'ext': {} + 'ext': {}, + 'user': { + 'ext': {} + } }; const gdprConsent = bidderRequest.gdprConsent;