Skip to content

Commit

Permalink
Mediago / Discovery Bid Adapter : update param tagid (#10151)
Browse files Browse the repository at this point in the history
* Mediago Bid Adapter:new adapter

* remove console

* change spec file to fix CircleCI

* change spec file to fix CircleCI

* change spec file

* Update mediagoBidAdapter.js

* Update mediagoBidAdapter.js

* rerun CurcleCi

* update mediagoBidAdapter

* update discoveryBidAdapter

* Discovery Bid Adapter : parameter updates

* Mediago Bid Adapter : parameter updates

* Mediago Bid Adapter : code style format

* rerun circleci

* rerun circleci

* rerun circleci

* rerun circleci

* Update mediagoBidAdapter & discoveryBidAdapter:report eids to server

* Update mediagoBidAdapter & discoveryBidAdapter:report eids to server

* update Mediago & Discovery BidAdapter:remove size filter

* update Mediago & Discovery BidAdapter:code format

* update Mediago & Discovery BidAdapter:code format

* update Mediago & Discovery BidAdapter:add param in banner format

* update mediago & discovery:first party data

* update mediago & discovery:first party data

* update mediago & discovery:first party data

* fix(mediago & discovery): update param tagid

* fix(mediago & discovery): update param tagid

---------

Co-authored-by: BaronYu <baronwei11@gmail.com>
  • Loading branch information
BaronJHYu and BaronYu authored Jul 6, 2023
1 parent bf1c860 commit b380fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/discoveryBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function getItems(validBidRequests, bidderRequest) {
format: sizes,
},
ext: {},
tagid: globals['tagid'],
tagid: req.params && req.params.tagid
};
}
itemMaps[id] = {
Expand Down
1 change: 1 addition & 0 deletions modules/mediagoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ function getItems(validBidRequests, bidderRequest) {
ext: {
// gpid: gpid, // 加入后无法返回广告
},
tagid: req.params && req.params.tagid,
};
itemMaps[id] = {
req,
Expand Down

0 comments on commit b380fe2

Please sign in to comment.