diff --git a/dev-docs/bidders/ias.md b/dev-docs/bidders/ias.md new file mode 100644 index 0000000000..5f11f82436 --- /dev/null +++ b/dev-docs/bidders/ias.md @@ -0,0 +1,31 @@ +--- +layout: bidder +title: Integral Ad Science (IAS) +description: Prebid Integral Ad Science Bidder Adaptor + +top_nav_section: dev_docs +nav_section: reference + +hide: true + +biddercode: ias + +biddercode_longer_than_12: false + +prebid_1_0_supported : true + +--- + +### Note: + +This module is an integration with prebid.js with an IAS product, pet.js. It is not a bidder per se but works in a similar way: retrieve data that publishers might be interested in setting keyword targeting, like predicted viewability and brand safety words. Please reach out to your account manager or check out [our publisher solutions](https://integralads.com/solutions/publishers/) for more +information. + +### bid params + +{: .table .table-bordered .table-striped } + +| Name | Scope | Description | Example | +|:-----------|:---------|:------------|:-----------------| +| `pubId` | required | Publisher client ID, provided by IAS | `'1234'` | +| `adUnitPath` | required | Ad unit path. The same one you use for GPT | `'/1234567/sports'` |