-
Notifications
You must be signed in to change notification settings - Fork 96
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
incorrect device.ua and prebid-mobile version set in the bid requests #932
Comments
Hi team, I can create another issue if needed! Here is the request: Thank you |
Hi @GhadaSalah, yes, please create a separate ticket to address this behavior. The thing is that retrieving the user agent is an async process that consumes time. It may lead to significant delays for the bid requests, is not preferable for publishers sensitive to the ad session time, and may lead to losing revenue. The change should be subtle for all possible integration kinds and first require internal (committee) discussion. This problem is relevant to the Android platform as well. Android SDK always waits for the ua and other device properties before the bid request, which leads to harmful delays. So, the committee should develop a generic policy for async data collecting for the bid requests. |
Hi @YuriyVelichkoPI , I will create a seperate ticket. Thank you for your feedback ! |
Hi team,
Describe the bug
we're investigating an issue with my client where the user-agent as well as the prebid-mobile version are not correctly passed down for an iOS interstitial appnexus placement as you can see in this BR:
{ "app": { "bundle": "fr.leboncoin.Leboncoin", "ext": { "prebid": { "source": "prebid-mobile", "version": "6.86.0" } }, "name": "Leboncoin", "publisher": { "id": "3296" }, "ver": "6.86.0" }, "device": { "connectiontype": 3, "ext": { "atts": 3, "prebid": { "interstitial": { "minheightperc": 1, "minwidthperc": 1 } } }, "h": 844, "ifa": "D95D9659-4418-4028-9B7E-CE7FF2AAE18B", "language": "fr", "lmt": 0, "make": "Apple", "model": "iPhone", "os": "iOS", "osv": "16.6.1", "pxratio": 3, "ua": " PrebidMobile/6.86.0", "w": 390 }, "ext": { "prebid": { "cache": { "bids": {}, "vastxml": {} }, "storedrequest": { "id": "3296" }, "targeting": {} } }, "id": "93D86E5B-1AA3-4F49-9AD0-53CDE2AEF94E", "imp": [ { "banner": { "format": [ { "h": 844, "w": 390 } ], "pos": 7 }, "clickbrowser": 1, "ext": { "prebid": { "storedrequest": { "id": "30722599" } } }, "id": "17630D40-D86C-4B20-A4E7-9BE6FA1D3B33", "instl": 1, "secure": 1 } ], "regs": { "ext": { "gdpr": 1 } }, "source": { "tid": "952D012B-8B94-4DEA-97FF-C4E996B6EC6E" }, "user": { "ext": { "consent": "CPsyRkAPsyRkAAHABAFRDGCsAPLAAHLAAAAAIzNB_G_dTyPi-f59YvtwYQ1P4VQnoyACjgaNgwwJiVLBMI0EhmAIKAHqAAACIBAkICJAAQBlCAHAAAAA4IEAASMMAAAAIRAIIgCAAEAAAmJICABZCxAAAQAQgkwAABUAgAICABsgSDAAAAAAFAAAAAgAAAAAAAAAAAAAQAAAAAAAAgAAAAAAAAAAEAAEABBAEAEw1biABsSxwJpAwiBAAjCAIAoAQAUUAQsEABASoABBGAAowAAAABQAAAAAAABATAAAAAIAEIAAAAHBAIAAABAAAABAIBAAAAAAgAAAQAAAABADAAAAAAIACAAACAEAAAQAIACQIAAgAAAIAAAAAAAAAIBAAAAAAAAAAAAAAAAEAMUABgACCXYwADAAEEuyAAGAAIJdgA" } } }
Expected behavior
The expected behaviour would be:
Screenshots
As you can see in the screenshot, the user-agent is set directly by the SDK:
device.ua screenshot:
Prebid mobile version = mobile app version:
Smartphone (please complete the following information):
Prebid mobile iOS
Let me know if you need more information regarding this issue.
Thanks
Ghada.
The text was updated successfully, but these errors were encountered: