From 13db47c48b0d956a4b7eb60b9027cacae7ec55eb Mon Sep 17 00:00:00 2001 From: ix-prebid-support <38486470+ix-prebid-support@users.noreply.github.com> Date: Tue, 10 Jul 2018 21:42:23 -0400 Subject: [PATCH] Fixed formatting issues & doc updates (#868) --- dev-docs/bidders/indexExchange.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/dev-docs/bidders/indexExchange.md b/dev-docs/bidders/indexExchange.md index 719050d265..ee5ce90436 100644 --- a/dev-docs/bidders/indexExchange.md +++ b/dev-docs/bidders/indexExchange.md @@ -42,8 +42,6 @@ Here are examples of both formats. var adUnits = [{ // ... - mediaType: 'banner', - sizes: [ [300, 250], [300, 600] @@ -88,15 +86,9 @@ object are detailed here. | Key | Scope | Type | Description | --- | --- | --- | --- -| siteId | Required | String |
An IX-specific identifier that is associated with a specific size on this ad unit. This is similar to a placement ID or an ad unit ID that some other modules have.
Examples:
The single size associated with the site ID. It should be one of the sizes listed in the ad unit under `adUnits[].sizes` or `adUnits[].mediaTypes.banner.sizes`.
Examples:
The minimum bid required to participate in an auction for this ad unit. Assuming the bid floor currency that is set has a main unit (e.g. dollars, pounds) and a sub-unit (e.g. cents, pence), the bid floor should be in decimal-point format. If the currency only has main a unit (e.g. JPY), then the bid floor should be a whole number.
Examples:
The currency of the bid floor.
Examples:
- 1 bidFloor
and bidFloorCur
must
- both be set when a bid floor is being configured.
-