Skip to content

Commit

Permalink
Update luponmediaBidAdapter.js | adomain
Browse files Browse the repository at this point in the history
Add adomain to bidResponse
  • Loading branch information
adxpremium authored Dec 23, 2024
1 parent b2071dd commit 412cd07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/luponmediaBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ export const spec = {
netRevenue: false,
ttl: 300,
referrer: parsedReferrer,
ad: bid.adm
ad: bid.adm,
adomain: bid.adomain || []
};

bidResponses.push(newBid);
Expand Down

0 comments on commit 412cd07

Please sign in to comment.