Skip to content

Commit

Permalink
updated docs for adRenderSucceeded event (prebid#9195)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlquaccia authored and jorgeluisrocha committed May 18, 2023
1 parent cf44344 commit 96c4318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adRendering.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function emitAdRenderFail({ reason, message, bid, id }) {

/**
* Emit the AD_RENDER_SUCCEEDED event.
*
* (Note: Invocation of this function indicates that the render function did not generate an error, it does not guarantee that tracking for this event has occurred yet.)
* @param doc document object that was used to `.write` the ad. Should be `null` if unavailable (e.g. for documents in
* a cross-origin frame).
* @param bid bid response object for the ad that was rendered
Expand Down

0 comments on commit 96c4318

Please sign in to comment.