react-native-google-admob icon indicating copy to clipboard operation
react-native-google-admob copied to clipboard

Validating Server-Side Verification (SSV) Callbacks

Open z800 opened this issue 5 years ago • 3 comments

can you explain how to implement Validating Server-Side Verification (SSV) Callbacks

Thank You

z800 avatar Aug 28 '19 06:08 z800

I don't think I understand what you mean. Can you explain further?

thecodrr avatar Sep 07 '19 15:09 thecodrr

SSV is the way to verify the rewarded item in my back-end server. according this article https://developers.google.com/admob/android/rewarded-video-ssv

thank you

z800 avatar Sep 13 '19 01:09 z800

If you can port this options setCustomData and setUserId then it will be good enough for SSV. AdMob will pass these vars to the custom server endpoint when someone watched a rewarded ad.

https://developers.google.com/android/reference/com/google/android/gms/ads/rewarded/ServerSideVerificationOptions.Builder

tarouboy avatar Dec 26 '20 03:12 tarouboy