Skip to content

Commit

Permalink
Bugfixing ttl to receive data from response (#10430)
Browse files Browse the repository at this point in the history
Co-authored-by: stingaciutiberiu <[email protected]>
  • Loading branch information
tiberiu-sevio and stingaciutiberiu committed Sep 5, 2023
1 parent 5e8c2f5 commit 397a6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/coinzillaBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const spec = {
dealId: dealId,
currency: currency,
netRevenue: netRevenue,
ttl: bidRequest.timeout,
ttl: response.timeout,
referrer: referrer,
ad: response.ad,
mediaType: response.mediaType,
Expand Down

0 comments on commit 397a6ad

Please sign in to comment.