Skip to content

Commit

Permalink
new optional params (#6148)
Browse files Browse the repository at this point in the history
  • Loading branch information
drilon-kastrati authored Jan 12, 2021
1 parent c2f84cf commit 888cd97
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 888cd97

Please sign in to comment.