You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When setShareGeoLocation enabled with Approximate location, Prebid will not send any geo-location payload and these are the queryParams that are sent by the SDK.
To Reproduce
Use PrebidDemoKotlin
Steps to reproduce the behavior:
Install PrebidDemoKotlin
grant Location Permission from the Android settings screen
Disable precise location
Click on GAM original API Native In App
Check prebid request from proxyman/charles/ Android Studio Logcat and check the "device" section of the payload.
Expected behavior
Once the user grant the location permission (regardless of precise location or Approximate location), should send geo location object to Prebid Server
Smartphone (please complete the following information):
Android device
OS: 13
The text was updated successfully, but these errors were encountered:
Location wasn't being set because when "use precise location" isn't checked, the app uses the Coarse location permission which was not being checked. The PR fixes this.
Describe the bug
When
setShareGeoLocation
enabled withApproximate location
, Prebid will not send any geo-location payload and these are the queryParams that are sent by the SDK.To Reproduce
Use
PrebidDemoKotlin
Steps to reproduce the behavior:
Expected behavior
Once the user grant the location permission (regardless of precise location or Approximate location), should send
geo
location object to Prebid ServerSmartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: