-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Akamai RTD: Updated the taxonomy value and signature version (#3700)
* 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
1 parent
ad7408e
commit f1b6ecd
Showing
1 changed file
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ gulp build --modules=akamaiDapRtdProvider,... | |
``` | ||
pbjs.setConfig({ | ||
realTimeData: { | ||
auctionDelay: 2000, | ||
dataProviders: [ | ||
{ | ||
name: "dap", | ||
|
@@ -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 | ||
} | ||
} | ||
] | ||
|
@@ -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: | ||
|