wwforever_nw
unread,Jun 29, 2023, 5:10:43 AM6/29/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Mobile Ads SDK Developers
Sorry for my short english.
It happens with both 7.4.0 and 8.3.0.
OnAdPaid is used instead of OnUserEarnedReward, but it seems strange to reward the user unconditionally even though no callback has occurred.
The OnAdPaid event is triggered when the ad is estimated to generate revenue, and I want to give a reward only at this time.
But it works for test ads. Rather, it doesn't happen with formal ads.
Is it normal that the callback does not occur in the Google Play Store internal test track? What will happen when we roll it out to users?
Even on iOS, it happened with test ads, but not with canonical ad ids.
Rewarding the user can be handled using the Show method. However, I am concerned that OnAdPaid related to advertising revenue does not occur, so that only compensation is given and revenue is not generated.
I wonder if advertising revenue occurred when using the Show method.