diff --git a/dev-docs/modules/bidViewable.md b/dev-docs/modules/bidViewable.md index 41aa46272b..b76fb8bf98 100644 --- a/dev-docs/modules/bidViewable.md +++ b/dev-docs/modules/bidViewable.md @@ -17,7 +17,7 @@ sidebarType : 1 ## Overview -This optional module will trigger a BID_VIEWABLE event which can be consumed by Analytics adapters, bidders will need to implement `onBidViewable` method to capture this event +This optional module will trigger a BID_VIEWABLE event which can be consumed by Analytics adapters. In addition, the winning bidder can implement an `onBidViewable` method to capture this event. Notes: @@ -63,3 +63,8 @@ This feature doesn't seem to work with [Instream Video](/dev-docs/examples/instr console.log('got bid details in bidViewable event', bid); }); {% endhighlight %} + +## Related Reading + +- [Building a PBJS analytics adapter](/dev-docs/integrate-with-the-prebid-analytics-api.html) +- [Building a PBJS bidder adapter](/dev-docs/bidder-adaptor.html) diff --git a/dev-docs/modules/index.md b/dev-docs/modules/index.md index 69e3529009..fbceb18a08 100644 --- a/dev-docs/modules/index.md +++ b/dev-docs/modules/index.md @@ -42,6 +42,7 @@ If you are looking for bidder adapter parameters, see [Bidders' Params]({{site.b | [**ID Import Library**](/dev-docs/modules/idLibrary.html) | Retrieve user ids deployed on your site, and return them to a configurable endpoint for ID Graphing | | [**MASS**](/dev-docs/modules/mass.html) | Enables the MASS protocol for Prebid and custom renderers by DealID | | [**MultiBid Module**](/dev-docs/modules/multibid.html) | Allows bidders to send multiple bids to the ad server. | +| [**Bid Viewability**](/dev-docs/modules/bidViewable.html) | Triggers an event which can be consumed by analytics and bid adapters. | ## Real-Time Data Providers