Skip to content

Commit

Permalink
update pafRtdProvider to use generateSeed
Browse files Browse the repository at this point in the history
  • Loading branch information
bwschmidt committed May 11, 2022
1 parent fb62677 commit ba04893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pafRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function getBidRequestData(reqBidsConfigObj, onDone, rtdConfig, userConsent) {
deepSetValue(adUnits[i], `ortb2Imp.ext.data.paf.transaction_id`, uuid)
}

window.PAF.createSeed({proxyHostName: rtdConfig.params.proxyHostName, callback: function (seed) {setData(seed, rtdConfig, onDone);}}, transaction_ids)
window.PAF.generateSeed({proxyHostName: rtdConfig.params.proxyHostName, callback: function (seed) {setData(seed, rtdConfig, onDone);}}, transaction_ids)
} else {
onDone();
return;
Expand Down

0 comments on commit ba04893

Please sign in to comment.