Skip to content

Commit

Permalink
new optional params (prebid#6148)
Browse files Browse the repository at this point in the history
  • Loading branch information
drilon-kastrati authored and GeneGenie committed Jan 13, 2021
1 parent 5958446 commit 8af6a26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/gjirafaBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ export const spec = {
adUnitId: adUnitId,
placementId: placementId,
bidid: bidRequest.bidId,
count: bidRequest.params.count,
skipTime: bidRequest.params.skipTime
};
});

Expand Down
2 changes: 2 additions & 0 deletions modules/malltvBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ export const spec = {
adUnitId: adUnitId,
placementId: placementId,
bidid: bidRequest.bidId,
count: bidRequest.params.count,
skipTime: bidRequest.params.skipTime
};
});

Expand Down

0 comments on commit 8af6a26

Please sign in to comment.