Skip to content

Commit

Permalink
Update luponmediaBidAdapter.js
Browse files Browse the repository at this point in the history
Add meta field
  • Loading branch information
adxpremium authored Dec 24, 2024
1 parent 412cd07 commit 14c0e20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/luponmediaBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,10 @@ export const spec = {
ttl: 300,
referrer: parsedReferrer,
ad: bid.adm,
adomain: bid.adomain || []
adomain: bid.adomain || [],
meta: {
advertiserDomains: bid && bid.adomain ? bid.adomain : []
}
};

bidResponses.push(newBid);
Expand Down

0 comments on commit 14c0e20

Please sign in to comment.