diff --git a/dev-docs/modules/akamaiDapRtdProvider.md b/dev-docs/modules/akamaiDapRtdProvider.md index 879393a86a..e78df14957 100644 --- a/dev-docs/modules/akamaiDapRtdProvider.md +++ b/dev-docs/modules/akamaiDapRtdProvider.md @@ -35,6 +35,7 @@ gulp build --modules=akamaiDapRtdProvider,... ``` pbjs.setConfig({ realTimeData: { + auctionDelay: 2000, dataProviders: [ { name: "dap", @@ -43,9 +44,10 @@ pbjs.setConfig({ apiHostname: '', apiVersion: "x1", domain: 'your-domain.com', - identityType: 'email' | 'mobile' | ... | 'dap-signature:1.0.0', - segtax: , - tokenTtl: 5, + identityType: 'email' | 'mobile' | ... | 'dap-signature:1.3.0', + segtax: 504, + dapEntropyUrl: 'https://dap-dist.akamaized.net/dapentropy.js', + dapEntropyTimeout: 1500 } } ] @@ -63,12 +65,13 @@ Please reach out to your Akamai account representative(Prebid@akamai.com) to get | :------------ | :------------ | :------------ |:------------ | | name | String | Akamai Dap Rtd module name | 'dap' always| | waitForIt | Boolean | Required to ensure that the auction is delayed until prefetch is complete | Optional. Defaults to false | -| apiHostname | String | host name | Please reach out to your Akamai account representative(Prebid@akamai.com) for this value| -| apiVersion | String | this holds the API version| It will be "x1" always | -| domain | String | the domain name | | -| identityType | String | Something like this email' | 'mobile' | ... | 'dap-signature:1.0.0' | | -| segtax | Integer | the taxonomy for Akamai | Getting this value is in progress, once done this will become optional | -| tokenTtl | Integer | time to live | | +| apiHostname | String | Hostname provided by Akamai | Please reach out to your Akamai account representative(Prebid@akamai.com) for this value| +| apiVersion | String | This holds the API version | It should be "x1" always | +| domain | String | The domain name of your webpage | | +| identityType | String | Something like this 'email', 'mobile', ... 'dap-signature:1.3.0' | | +| segtax | Integer | The taxonomy for Akamai | The value should be 504 | +| dapEntropyUrl | String | URL to dap entropy script | Optional if the script is directly included on the webpage. Contact your Akamai account rep for more details | +| dapEntropyTimeout | Integer | Maximum time allotted for the entropy calculation to happen | | ### Testing To view an example of available segments returned by dap: