Skip to content

Commit

Permalink
Merge pull request #3 from taboola/Update_Bid_Response_TTL
Browse files Browse the repository at this point in the history
Update bid response ttl
  • Loading branch information
jennylt committed Jun 28, 2022
2 parents 6852a4e + e1b1637 commit 207ec18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/taboolaBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function getBid(requestId, currency, bidResponse) {

return {
requestId,
ttl: 360,
ttl: 60,
mediaType: BANNER,
cpm,
creativeId,
Expand Down

0 comments on commit 207ec18

Please sign in to comment.