Skip to content

Commit

Permalink
Updated rtc-config specification details in IX.md (#24761)
Browse files Browse the repository at this point in the history
  • Loading branch information
rimaburder-index authored and zhouyx committed Sep 26, 2019
1 parent 0fdfccd commit 3b85257
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ads/ix.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ The value of `rtc-config` must conform to the following specification:
            "vendors": {
                "IndexExchange": {"SITE_ID": "123456"},
            },
            "timeoutMillis": 1000'
}
            "timeoutMillis": 1000
}
```
- `<amp-ad>`: Required. IX `<amp-ad>` tags require the `width`, `height`, and `type="doubleclick"` parameters.
- `<amp-ad>`: Required. IX `<amp-ad>` tags require the `width`, `height`, and `type="doubleclick"` parameters.</br>
**Note**: IX leverages AMP through Google Ad Manager (GAM, formerly DoubleClick for Publishers).
- `data-slot`: Required. Data attributes to serve ads.
- `rtc-config`: JSON configuration data which handles the communication with AMP RTC.
- `vendors` : Required object. The key is `IndexExchange` and the value is the `SITE_ID`.</br>
**Note:** Refer to the materials provided by your account team for your specific SITE_ID details. We recommend one SITE_ID per domain, per unique slot and size. To use more than one SITE_ID, contact your IX Representative.
- `timeoutMillis`: Optional integer. Defines the timeout in milliseconds for each individual RTC callout. The configured timeout must be greater than 0 and less than 1000ms. If omitted, the timeout value defaults to 1000ms.

Additional parameters including JSON are passed through in the resulting call to DFP. For details refer to the [Google Ad Manager documentation](https://github.com/ampproject/amphtml/blob/master/extensions/amp-ad-network-doubleclick-impl/amp-ad-network-doubleclick-impl-internal.md).
Additional parameters including JSON are passed through in the resulting call to GAM. For details refer to the [Google Ad Manager documentation](https://github.com/ampproject/amphtml/blob/master/extensions/amp-ad-network-doubleclick-impl/amp-ad-network-doubleclick-impl-internal.md).

To learn about the required Google Ad Manager (GAM) configuration, refer to [Index Exchange Knowledge Base](https://kb.indexexchange.com/Mobile/AMP_Integration.htm).

Expand Down

0 comments on commit 3b85257

Please sign in to comment.