Skip to content

Commit

Permalink
fix:add imp params for analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
BaronYu committed Nov 3, 2023
1 parent d5cb0fb commit 96eb09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mediagoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ function getItems(validBidRequests, bidderRequest) {
format: sizes,
},
ext: {
ortb2Imp: deepAccess(bidRequest, 'ortb2Imp'), // 传入完整对象,分析日志数据
gpid: gpid, // 加入后无法返回广告
ortb2Imp: utils.deepAccess(req, "ortb2Imp"), // 传入完整对象,分析日志数据
gpid: gpid, // 加入后无法返回广告
},
tagid: req.params && req.params.tagid,
};
Expand Down

0 comments on commit 96eb09a

Please sign in to comment.