Skip to content

Commit

Permalink
fixed RTD typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Jun 22, 2021
1 parent 8edb4b5 commit 204a10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/add-rtd-submodule.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ In order to let RTD-core know where to find the functions in your sub-module, cr
| name | string | required | must match the name provided by the publisher in the on-page config | n/a |
| init | function | required | defines the function that does any auction-level initialization required | config, userConsent |
| getTargetingData | function | optional | defines a function that provides ad server targeting data to RTD-core | adUnitArray, config, userConsent |
| getBidRequestData | function | optional | defines a function that provides biq request data to RTD-core | reqBidsConfigObj, callback, config, userConsent |
| getBidRequestData | function | optional | defines a function that provides bid request data to RTD-core | reqBidsConfigObj, callback, config, userConsent |
| onAuctionInitEvent | function | optional | listens to the AUCTION_INIT event and calls a sub-module function that lets it inspect and/or update the auction | auctionDetails, config, userConsent |
| onAuctionEndEvent | function |optional | listens to the AUCTION_END event and calls a sub-module function that lets it know when auction is done | auctionDetails, config, userConsent |
| onBidResponseEvent | function |optional | listens to the BID_RESPONSE event and calls a sub-module function that lets it know when a bid response has been collected | bidResponse, config, userConsent |
Expand Down

0 comments on commit 204a10e

Please sign in to comment.