Skip to content

Commit 4efb886

Browse files
AntoxaAntoxicRitesh Ghodrao
authored andcommitted
MobileFuse Adapter: Add usersync info (prebid#4011)
1 parent 6759f4a commit 4efb886

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

src/main/resources/bidder-config/mobilefuse.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,13 @@ adapters:
1616
site-media-types:
1717
supported-vendors:
1818
vendor-id: 909
19+
usersync:
20+
cookie-family-name: mobilefuse
21+
iframe:
22+
url: https://mfx.mobilefuse.com/usync?us_privacy={{us_privacy}}&pxurl={{redirect_url}}
23+
support-cors: false
24+
uid-macro: '$UID'
25+
redirect:
26+
url: https://mfx.mobilefuse.com/getuid?us_privacy={{us_privacy}}&redir={{redirect_url}}
27+
support-cors: false
28+
uid-macro: '$UID'

src/main/resources/bidder-config/nextmillennium.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ adapters:
2121
redirect:
2222
url: https://cookies.nextmillmedia.com/sync?type=image&gdpr={{gdpr}}&gdpr_consent={{gdpr_consent}}&us_privacy={{us_privacy}}&redirect={{redirect_url}}
2323
support-cors: false
24-
userMacro: '[NMUID]'
24+
uid-macro: '[NMUID]'

0 commit comments

Comments
 (0)