Skip to content

Commit

Permalink
Add type information to DSPX bidResponse
Browse files Browse the repository at this point in the history
Depending on the ad type other ad placements can be blocked or not.
For example a Skin Ad may require that all skys are blocked so they
don't overlap. For a regular display banner this isn't necessary.
  • Loading branch information
muuki88 committed Mar 24, 2020
1 parent 9523787 commit 9403cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/dspxBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const spec = {
dealId: dealId,
currency: currency,
netRevenue: netRevenue,
type: response.type,
ttl: config.getConfig('_bidderTimeout'),
ad: response.adTag
};
Expand Down

0 comments on commit 9403cea

Please sign in to comment.