window.showGiga("main")
.then(() => { /* Your reward logic here */ })
.catch(e => { /* Handle errors here */ });
Tap Bot Game with Ads and Watch & EarnTap Bot Game
Score: 0
Coins: 0
Ad Slot 1 -
// Rewarded interstitial
show_9398569().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!');
})
Ad Slot 2 -
// Rewarded Popup
show_9398569('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
})
Ad Slot 3 -
// In-App Interstitial
show_9398569({
type: 'inApp',
inAppSettings: {
frequency: 2,
capping: 0.1,
interval: 30,
timeout: 5,
everyPage: false
}
})
/*
This value is decoded as follows:
- show automatically 2 ads
within 0.1 hours (6 minutes)
with a 30-second interval between them
and a 5-second delay before the first one is shown.
The last digit, 0, means that the session will be saved when you navigate between pages.
If you set the last digit as 1, then at any transition between pages,
the session will be reset, and the ads will start again.
*/
Ad Slot 4 - https://10183.xml.4armn.com/direct-link?pubid=892635&siteid=[SITE_ID]
Ad Slot 5 - https://11745.xml.4armn.com/direct-link?pubid=892635&siteid=[SITE_ID]
Ad Slot 6 - https://otieu.com/4/7581280
Ad Slot 7 - https://otieu.com/4/9415215
Ad Slot 8 - https://otieu.com/4/9050511e
Ad Slot 9 - https://www.profitableratecpm.com/kwarza5fd?key=51ae5f63494af622c80b94bb76b20455
Ad Slot 10 -https://www.profitableratecpm.com/sehic740?key=5bc0bfe5c5efc9b3832dbcab75f1e730
Watch & Earn Tasks
Task 1: Watch ad to earn 10 coins
Task 2: Watch ad to earn 15 coins
Task 3: Watch ad to earn 20 coins
Task 4: Watch ad to earn 25 coins
Task 5: Watch ad to earn 30 coins
window.showGiga("main")
.then(() => { /* Your reward logic here */ })
.catch(e => { /* Handle errors here */ });