Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the IAS RTD documentation #3017

Merged
merged 4 commits into from
Jun 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions dev-docs/modules/iasRtdProvider.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
layout: page_v2
title: Integral Ad Science(IAS) Real Time Data Module
display_name: Integral Ad Science(IAS) RTD
description: RTD provider for Integral Ad Science(IAS)
page_type: module
module_type: rtd
module_code : iasRtdProvider
enable_download : true
sidebarType : 1
---

# Integral Ad Science(IAS) Real Time Data Module

# Overview

Integral Ad Science(IAS) Real Time Data Module. Please contact [Integral Ad Science(IAS)](https://integralads.com/) for information.

## Integration

1) Compile Integral Ad Science(IAS) RTD Provider into your Prebid build:

```
`gulp build --modules=iasBidAdapter,iasRtdProvider`...
```

2) Use `setConfig` to instruct Prebid.js to initialize the IAS module, as specified below.

## Configuration

This module is configured as part of the `realTimeData.dataProviders` object.

Configuration example for using RTD module with the `ias` provider:

```javascript
pbjs.setConfig({
realTimeData: {
dataProviders: [
{
name: 'ias',
waitForIt: true,
params: {
pubId: '1234',
}
}
]
}
```

Parameters details:

{: .table .table-bordered .table-striped }
| Name | Type | Scope | Description |
| :------------ | :------------ | :------- | :------- |
| pubId | string | required | IAS publisher ID |