-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PrebidMobile.setExternalUserIds is not adding external users #802
Comments
Same here on android with prebid version 2.2.3 |
@OlenaPostindustria, please check the behaviour on iOS. |
Hi, on iOS both methods for setting external users - using |
Hi @sarbyn! I'd like to propose the following fix:
The motivation for this is as follows:
|
Hello.
|
Describe the bug
PrebidMobile.setExternalUserIds(...)
does not set the userIds in the Prebid bid request user section. However if usingTargetingParams.storeExternalUserId
then I see the userId in the bid request.To Reproduce
Steps to reproduce the behavior:
PrebidMobile.setExternalUserIds(mutableListOf(ExternalUserId("PrebidMobile", "prebidMobile-123", null, null)))
Expected behavior
All the users set with
PrebidMobile.setExternalUserIds
should be added to the Prebid bid request user section.Screenshots
With
PrebidMobile.setExternalUserIds
, bid request user is emptyWith
TargetingParams.storeExternalUserId
, user has the externalUserIdDesktop (please complete the following information):
MacBook Pro Apple M3 Pro
Smartphone (please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: