Skip to content

Commit

Permalink
Akamai RTD: fixed bugs on rtd module and added the entropy values (pr…
Browse files Browse the repository at this point in the history
…ebid#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
  • Loading branch information
visrivastava committed May 24, 2022
1 parent 06ecc38 commit c434889
Show file tree
Hide file tree
Showing 6 changed files with 873 additions and 243 deletions.
8 changes: 5 additions & 3 deletions integrationExamples/gpt/akamaidap_segments_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
}
},
realTimeData: {
auctionDelay: 2000,
dataProviders: [
{
name: "dap",
Expand All @@ -76,9 +77,10 @@
apiHostname: "prebid.dap.akadns.net",
apiVersion: "x1",
domain: "prebid.org",
identityType: "dap-signature:1.0.0",
segtax: 503,
tokenTtl: 5,
identityType: "dap-signature:1.3.0",
segtax: 504,
dapFpUrl: 'https://dap-dist.akamaized.net/dapfingerprinting.js',
dapFpTimeout: 1500
}
}
]
Expand Down
1 change: 1 addition & 0 deletions modules/.submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
],
"rtdModule": [
"airgridRtdProvider",
"akamaiDapRtdProvider",
"browsiRtdProvider",
"dgkeywordRtdProvider",
"geoedgeRtdProvider",
Expand Down
Loading

0 comments on commit c434889

Please sign in to comment.