Skip to content

Commit

Permalink
Improved documentation on Registering on Timeout (#2787)
Browse files Browse the repository at this point in the history
  • Loading branch information
acsbendi authored Apr 1, 2021
1 parent 7ac75bb commit bfec98e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev-docs/bidder-adaptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,12 +472,12 @@ See below for an example implementation. For more examples, search for `getUser

### Registering on Timeout

The `onTimeout` function will be called when an adpater timed out for an auction. Adapter can fire a ajax or pixel call to register a timeout at thier end.
The `onTimeout` function will be called when an adapter has timed out for an auction. The adapter can fire an ajax or pixel call to register the timeout at their end.

Sample data received to this function:
Sample data passed to this function:

{% highlight js %}
{
[{
"bidder": "example",
"bidId": "51ef8751f9aead",
"params": {
Expand All @@ -486,7 +486,7 @@ Sample data received to this function:
"adUnitCode": "div-gpt-ad-1460505748561-0",
"timeout": 3000,
"auctionId": "18fd8b8b0bd757"
}
}]
{% endhighlight %}

### Registering on Bid Won
Expand Down

0 comments on commit bfec98e

Please sign in to comment.