Skip to content

Commit

Permalink
Update gridBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored May 6, 2021
1 parent 05abc0a commit d3ac42f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/gridBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ function _addBidResponse(serverBid, bidRequest, bidResponses) {
currency: 'USD',
netRevenue: false,
ttl: TIME_TO_LIVE,
meta: {
advertiserDomains: serverBid && serverBid.adomain ? serverBid.adomain : []
},
dealId: serverBid.dealid
};

Expand Down

0 comments on commit d3ac42f

Please sign in to comment.