Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogp committed Apr 28, 2023
1 parent 737ed5f commit c76fcb4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions modules/greenbidsRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ This module is configured as part of the `realTimeData.dataProviders` object.

```javascript
const greenbidsDataProvider = {
name: 'greenbidsRtdProvider',
waitForIt: true,
params: {
pbuid: 'TEST_FROM_GREENBIDS',
timeout: 200
}
};
name: 'greenbidsRtdProvider',
waitForIt: true,
params: {
pbuid: 'TEST_FROM_GREENBIDS',
timeout: 200
}
};
pbjs.setConfig({
realTimeData: {
auctionDelay: 200,
dataProviders: [ greenbidsDataProvider ]
}
});
realTimeData: {
auctionDelay: 200,
dataProviders: [greenbidsDataProvider]
}
});
```

## Integration
Expand Down

0 comments on commit c76fcb4

Please sign in to comment.