cordova-plugin-admob-free icon indicating copy to clipboard operation
cordova-plugin-admob-free copied to clipboard

RewarderVideo userId, is it possible to set it?

Open jozef-kala opened this issue 5 years ago • 4 comments

I'm trying to configure rewarder video to work with SSV (server side validation). For pure android there is option to set userId which is send with confirmation link to server. For android it can be set with setUserId method: https://developers.google.com/android/reference/com/google/android/gms/ads/reward/RewardedVideoAd#setUserId(java.lang.String)

Is it possible to set it somehow with this plugin?

jozef-kala avatar Jun 03 '19 15:06 jozef-kala

I'm not getting any revenue from rewards video. 86% request is mediation network - why? And where do earnings go?

ArtiomSreda avatar Jun 04 '19 18:06 ArtiomSreda

OK, I have looked into the code and noticed that its not implemented.

jozef-kala avatar Jun 04 '19 20:06 jozef-kala

I have a pending pull-request with this feature enabled. You can see in : https://github.com/ratson/cordova-plugin-admob-free/pull/394

You can set userId by setting AdExtras.userId value.

soniaAguilarPeiron avatar Oct 21 '19 10:10 soniaAguilarPeiron

Up for android ?

lucydjo avatar Mar 17 '20 15:03 lucydjo