Skip to content

Commit

Permalink
Akamai RTD: Updated the taxonomy value and signature version (#3700)
Browse files Browse the repository at this point in the history
* Updated the taxonomy value and signature version

* Updating documentation around dapFpUrl and dapFpTimeout

* Changed the entropy variable names and script location

* Fixing review comments - correcting the table
  • Loading branch information
visrivastava authored May 31, 2022
1 parent ad7408e commit f1b6ecd
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions dev-docs/modules/akamaiDapRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ gulp build --modules=akamaiDapRtdProvider,...
```
pbjs.setConfig({
realTimeData: {
auctionDelay: 2000,
dataProviders: [
{
name: "dap",
Expand All @@ -43,9 +44,10 @@ pbjs.setConfig({
apiHostname: '<see your Akamai account rep>',
apiVersion: "x1",
domain: 'your-domain.com',
identityType: 'email' | 'mobile' | ... | 'dap-signature:1.0.0',
segtax: <Akamai_taxonomy_name>,
tokenTtl: 5,
identityType: 'email' | 'mobile' | ... | 'dap-signature:1.3.0',
segtax: 504,
dapEntropyUrl: 'https://dap-dist.akamaized.net/dapentropy.js',
dapEntropyTimeout: 1500
}
}
]
Expand All @@ -63,12 +65,13 @@ Please reach out to your Akamai account representative([email protected]) 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([email protected]) 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([email protected]) 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:
Expand Down

0 comments on commit f1b6ecd

Please sign in to comment.