Skip to content

Commit

Permalink
ImRtdProvider: add imuid param
Browse files Browse the repository at this point in the history
  • Loading branch information
eknis committed Nov 26, 2024
1 parent 5434fa9 commit fde3370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/imRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export function setRealTimeData(bidConfig, moduleConfig, data) {
const segments = getSegments(data.im_segments, moduleConfig);
const ortb2 = bidConfig.ortb2Fragments?.global || {};
deepSetValue(ortb2, 'user.ext.data.im_segments', segments);
deepSetValue(ortb2, 'user.ext.data.im_uid', data.im_uid);

if (moduleConfig.params.setGptKeyValues || !moduleConfig.params.hasOwnProperty('setGptKeyValues')) {
window.googletag = window.googletag || {cmd: []};
Expand Down

0 comments on commit fde3370

Please sign in to comment.