Set ServerSideVerificationOptions after RewardedAd has been loaded
See original GitHub issueUse case
When using ServerSideVerificationOptions, you want usually to load generic ads and set the custom data depending on which action is triggering the ad show.
Proposal
Allow set serverSideVerificationOptions on rewardedAd.show() method OR using other method prior to show.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
fakeForAdDebugLog on ServerSideVerification for AdMob ...
The SSV URL Callback for my rewarded ads gets called with fake data on both UserId and CustomData, and its always ...
Read more >ServerSideVerificationOptions | Google Play services
Returns the custom data set by ServerSideVerificationOptions.Builder.setCustomData(String) , or empty if custom data has not been set.
Read more >[ ] AdMob ServerSideVerificationOptions cannot be set after ...
AdMob ServerSideVerificationOptions cannot be set after RewardedAd has been loaded.
Read more >React Native Google Mobile Ads - docs.page
With cold starts, you won't have a previously loaded app open ad that's ... flow (e.g. after a level on a gaming app...
Read more >Rewarded Video Ads - Audience Network - Meta for Developers
Then, initialize the rewarded video object, set the listener and load the video ... In case of not showing the ad immediately after...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the info labeling this issue as a feature request.
Version 2.0.0 added RewardedAd.ServerSideVerificationOptions that you can use after it is loaded