cordova-plugin-admob-free
cordova-plugin-admob-free copied to clipboard
RewarderVideo userId, is it possible to set it?
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?
I'm not getting any revenue from rewards video. 86% request is mediation network - why? And where do earnings go?
OK, I have looked into the code and noticed that its not implemented.
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.
Up for android ?