-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update PBSDK to add UID2 reference #5550
Conversation
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
#### Unified ID (UID2) | ||
|
||
- [Github repo](https://github.com/IABTechLab/uid2-ios-sdk) | ||
- The app developer must manually obtain the UID2 token using the UID2 SDK, specifically UID2Manager.shared.getAdvertisingToken(). Please refer to [their documentation](https://unifiedid.com/docs/guides/integration-mobile-client-side#pass-generated-token-for-bidstream-use). Pass this value to Prebid Mobile SDK via setExternalUserIds() manually |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@simhomer, @YuriyVelichkoPI - is "setExternalUserIds()" correct here? It's only mentioned once indirectly on this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@simhomer, @YuriyVelichkoPI - ping
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Publishers should use the Targeting.storeExternalUserId()
method.
setExternalUserIds() is an internal SDK method.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Android: TargetingParams.storeExternalUserId()
Co-authored-by: Muki Seiler <[email protected]>
Ok, sorry, but this is still not aligning for me. For the record, I was given this text to format into markdown, but it doesn't align with the UID2 documentation at https://unifiedid.com/docs/guides/integration-mobile-client-side#optional-uid2-prebid-mobile-sdk-integration I need someone (maybe @YuriyVelichkoPI ?) to comment on what the prebid docs should say. There seems to be two main options:
|
Resolves #5547