Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Akamai RTD: Updated the taxonomy value and signature version #3700

Merged
merged 5 commits into from
May 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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(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:
Expand Down