Skip to content

Commit fe69aad

Browse files
committed
51d: update RtdProvider doc
1 parent 1a31c48 commit fe69aad

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

dev-docs/modules/51DegreesRtdProvider.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ gulp build --modules="rtdModule,51DegreesRtdProvider,appnexusBidAdapter,..."
5151

5252
#### Resource Key
5353

54-
In order to use the module please first obtain a Resource Key using the [Configurator tool](https://configure.51degrees.com/tWrhNfY6) - choose the following properties:
54+
In order to use the module please first obtain a Resource Key using the [Configurator tool](https://configure.51degrees.com/HNZ75HT1) - choose the following properties:
5555

5656
* DeviceId
5757
* DeviceType
@@ -62,11 +62,13 @@ In order to use the module please first obtain a Resource Key using the [Configu
6262
* PlatformVersion
6363
* ScreenPixelsHeight
6464
* ScreenPixelsWidth
65+
* ScreenPixelsPhysicalHeight
66+
* ScreenPixelsPhysicalWidth
6567
* ScreenInchesHeight
6668
* ScreenInchesWidth
67-
* PixelRatio (optional)
69+
* PixelRatio
6870

69-
PixelRatio is desirable, but it's a paid property requiring a paid license. Free API service is limited. Please check [51Degrees pricing](https://51degrees.com/pricing) to choose a plan that suits your needs.
71+
The API is free to integrate and use. However the free tier has certain limitations. Please check [51Degrees pricing](https://51degrees.com/pricing) to choose a plan that suits your needs.
7072

7173
#### User Agent Client Hint (UA-CH) Permissions
7274

@@ -106,13 +108,13 @@ In summary we recommend using `Delegate-CH` http-equiv as the preferred method o
106108

107109
### Configuration
108110

109-
This module is configured as part of the `realTimeData.dataProviders`
111+
This module is configured as part of the `realTimeData.dataProviders`. We recommend setting `auctionDelay` to at least 250 ms and make sure `waitForIt` is set to `true` for the `51Degrees` RTD provider.
110112

111113
```javascript
112114
pbjs.setConfig({
113115
debug: true, // we recommend turning this on for testing as it adds more logging
114116
realTimeData: {
115-
auctionDelay: 1000, // should be set lower in production use
117+
auctionDelay: 250,
116118
dataProviders: [
117119
{
118120
name: '51Degrees',

0 commit comments

Comments
 (0)