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:
-| size | Required | Number[] | 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:
- `[300, 250]`
- `[300, 600]`
- `[728, 90]`
-| bidFloor | Optional1 | Number | 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:
- 10.26 USD => `bidFloor: 10.26`
- 13.41 GBP => `bidFloor: 13.41`
- 600 JPY => `bidFloor: 600`
| N/A
-| bidFloorCur | Optional1 | String | The currency of the bid floor.
Examples:
+| 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: `'3723'`, `'6482'`, `'3639'`
+| size | Required | Number[] | 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: `[300, 250]`, `[300, 600]`, `[728, 90]`
-
- 1 bidFloor
and bidFloorCur
must
- both be set when a bid floor is being configured.
-
Setup Guide
===========
@@ -167,7 +159,8 @@ var adUnits = [{
}];
```
-Please note that you can re-use the existing `siteId` within the same flex position.
+Please note that you can re-use the existing `siteId` within the same flex
+position.
##### 2. Include `ixBidAdapter` in your build process
@@ -264,7 +257,7 @@ to `'ix'` across all ad units that bids are being requested for does not exceed
### Time-To-Live (TTL)
-All bids received from IX have a TTL of 60 seconds, after which time they become
+All bids received from IX have a TTL of 35 seconds, after which time they become
invalid.
If an invalid bid wins, and its associated ad is rendered, it will not count