prebid / prebid-mobile-android

Prebid Mobile SDK for Android applications
Apache License 2.0
58 stars 82 forks source link

Privacy URL from bid response #751

Open andriiginting opened 1 month ago

andriiginting commented 1 month ago

Hi team, based on the sample bid response below, is there any way we can get the privacy URL payload from Native Ad format?

https://github.com/prebid/prebid-mobile-android/blob/c12a2747243dcc65cfe1ea374571ceee43d22b4c/PrebidMobile/PrebidMobile-core/src/test/resources/native_bid_response_all_assets.json#L76

andriiginting commented 1 month ago

Hi @jsligh need your help on this 🙏

andriiginting commented 1 month ago

I found a similar implementation on iOS side. I would like to ask if Android has similar implementation

jsligh commented 1 month ago

@andriiginting I will look into this this week.

andriiginting commented 1 month ago

Added PR for this https://github.com/prebid/prebid-mobile-android/pull/754 @jsligh