Open Karabur opened 4 years ago
For server side validation and giving user a reward it is super helpful to set user id in application, so SSV callback will get user Id and will be able to give reward to specified user.
there is a method in SDK to set it https://developers.google.com/android/reference/com/google/android/gms/ads/reward/RewardedVideoAd.html#setUserId(java.lang.String)
But there is no RN counterpart for it.
Would be helpful to have one, as it looks like pretty common scenario for rewarded ads.
+1
I'm looking for this
yes, please add this, or is there any work around for this?
For server side validation and giving user a reward it is super helpful to set user id in application, so SSV callback will get user Id and will be able to give reward to specified user.
there is a method in SDK to set it https://developers.google.com/android/reference/com/google/android/gms/ads/reward/RewardedVideoAd.html#setUserId(java.lang.String)
But there is no RN counterpart for it.
Would be helpful to have one, as it looks like pretty common scenario for rewarded ads.