From 83efd5a43f7df8cb52542cb7237588093613a5b3 Mon Sep 17 00:00:00 2001 From: Rich Loveland Date: Thu, 25 Jan 2018 14:16:37 -0500 Subject: [PATCH] Update 'How it works' based on feedback --- dev-docs/show-multi-format-ads.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-docs/show-multi-format-ads.md b/dev-docs/show-multi-format-ads.md index c12db6bd3d..ffdbecb40b 100644 --- a/dev-docs/show-multi-format-ads.md +++ b/dev-docs/show-multi-format-ads.md @@ -35,9 +35,9 @@ Prebid multi-format ad units allow direct competition between banner, native, an At a high level, Prebid.js supports multi-format ads as follows: -1. For each multi-format ad unit, make a list of each of the media types defined for that ad unit -2. Loop through each of the bidders specified on the ad unit, checking it against the list of media types to see if the bidder is eligible to bid -3. Send bid requests to each bidder that supports at least one of the media types on the ad unit +1. Ad ad unit may define a [`mediaTypes`]({{site.baseurl}}/dev-docs/publisher-api-reference.html#addAdUnits-MediaTypes) object to specify one or more supported formats and their respective properties. +2. Each bidder specified on a given ad unit will be eligible to bid if the bidder supports at least one of the media types specified via `adUnit.mediaTypes`. +3. Prebid.js sends bid requests to each eligible bidder. The following key is added to your ad server targeting, and set to the value of the bid response's `mediaType` property.