From ead28f271f1256448d135af62dd94238f8c848a7 Mon Sep 17 00:00:00 2001 From: kat Date: Tue, 6 Feb 2018 12:10:12 -0500 Subject: [PATCH 1/3] PET-214: added ias bidder doc page --- dev-docs/bidders/ias.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dev-docs/bidders/ias.md diff --git a/dev-docs/bidders/ias.md b/dev-docs/bidders/ias.md new file mode 100644 index 0000000000..68d1c6126c --- /dev/null +++ b/dev-docs/bidders/ias.md @@ -0,0 +1,30 @@ +--- +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 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'` | From d40a274b94dafcb4e7ab61b4b9968508fbbf707e Mon Sep 17 00:00:00 2001 From: kat Date: Tue, 6 Feb 2018 12:16:02 -0500 Subject: [PATCH 2/3] PET-214: added new line --- dev-docs/bidders/ias.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/ias.md b/dev-docs/bidders/ias.md index 68d1c6126c..e54de97455 100644 --- a/dev-docs/bidders/ias.md +++ b/dev-docs/bidders/ias.md @@ -24,6 +24,7 @@ information. ### bid params {: .table .table-bordered .table-striped } + | Name | Scope | Description | Example | |:-----------|:---------|:------------|:-----------------| | `pubId` | required | Publisher client ID, provided by IAS | `'1234'` | From f074e6b16a0a93fe11fc6f047948d397505edfc1 Mon Sep 17 00:00:00 2001 From: kat Date: Wed, 7 Feb 2018 11:51:06 -0500 Subject: [PATCH 3/3] PET-214: udpated contact info --- dev-docs/bidders/ias.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/ias.md b/dev-docs/bidders/ias.md index e54de97455..5f11f82436 100644 --- a/dev-docs/bidders/ias.md +++ b/dev-docs/bidders/ias.md @@ -18,7 +18,7 @@ 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 for more +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