// Rewarded interstitial show_9276629().then(() => { // You need to add your user reward function here, which will be executed after the user watches the ad. // For more details, please refer to the detailed instructions. alert('You have seen an ad!'); })
// Rewarded Popup show_9276629('pop').then(() => { // user watch ad till the end or close it in interstitial format // your code to reward user for rewarded format }).catch(e => { // user get error during playing ad // do nothing or whatever you want })