diff --git a/modules/insticatorBidAdapter.js b/modules/insticatorBidAdapter.js index c3ed17f8644..8423c126a02 100644 --- a/modules/insticatorBidAdapter.js +++ b/modules/insticatorBidAdapter.js @@ -168,7 +168,7 @@ function buildUser(bid) { const gender = deepAccess(bid, 'params.user.gender') return { - id: userId, + buyeruid: userId, yob, gender, };