Skip to content

Commit c434889

Browse files
authored
Akamai RTD: fixed bugs on rtd module and added the entropy values (prebid#8284)
* Fixed bugs on rtd module and added the entropy values required by Akamai DAP * Fixed the timeout issue in build browserstack tests * Fixing review comments * Fixing review comments - using storage manager for managing localStorage * Fixing review comments - using loadExternalScript method to load the script * Fixed unit test case * Fixing review comments - Added consent handling
1 parent 06ecc38 commit c434889

File tree

6 files changed

+873
-243
lines changed

6 files changed

+873
-243
lines changed

integrationExamples/gpt/akamaidap_segments_example.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
}
6969
},
7070
realTimeData: {
71+
auctionDelay: 2000,
7172
dataProviders: [
7273
{
7374
name: "dap",
@@ -76,9 +77,10 @@
7677
apiHostname: "prebid.dap.akadns.net",
7778
apiVersion: "x1",
7879
domain: "prebid.org",
79-
identityType: "dap-signature:1.0.0",
80-
segtax: 503,
81-
tokenTtl: 5,
80+
identityType: "dap-signature:1.3.0",
81+
segtax: 504,
82+
dapFpUrl: 'https://dap-dist.akamaized.net/dapfingerprinting.js',
83+
dapFpTimeout: 1500
8284
}
8385
}
8486
]

modules/.submodules.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
],
5353
"rtdModule": [
5454
"airgridRtdProvider",
55+
"akamaiDapRtdProvider",
5556
"browsiRtdProvider",
5657
"dgkeywordRtdProvider",
5758
"geoedgeRtdProvider",

0 commit comments

Comments
 (0)