Skip to content

Commit

Permalink
feat: add request device ip support [PB-3506]
Browse files Browse the repository at this point in the history
  • Loading branch information
shahin-rahbariasl committed Nov 25, 2024
1 parent 62f377f commit 6e31a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ixBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,7 @@ function addFPD(bidderRequest, r, fpd, site, user) {
if (ip) {
deepSetValue(r, 'device.ip', ip);
}

const ipv6 = fpd.device.ipv6;
if (ipv6) {
deepSetValue(r, 'device.ipv6', ipv6);
Expand Down

0 comments on commit 6e31a58

Please sign in to comment.