// 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 })
+1234567890
contact@domain.com
Mali Island: A Hidden Gem of Myanmar’s Southern Archipelago
Mali Island: A Hidden Gem of Myanmar's Southern Archipelago Mali
Taung Htein Mountain: A Scenic Retreat in Tanintharyi
  Taung Htein Mountain: A Scenic Retreat in Tanintharyi 📍
Exploring Kan Pauk’s Scenic Lake Hill
Nestled in the serene landscapes of the Tanintharyi Region, Lake
Discover Myanmar’s Hidden Gem: Honeymoon Island
Nestled in the serene waters of Myanmar’s southern archipelago lies
Panyit Beach: A Hidden Gem from Dawei, Myanmar
Panyit Beach, also known as Shaw Maw Beach, is a
Paedek Hot Springs: A Hidden Gem of Natural Beauty
Paedek Hot Springs: A Hidden Gem of Natural Beauty 📍
Yae Cho Creek Beach: A Hidden Gem of Tanintharyi
Yae Cho Creek Beach: A Hidden Gem of Tanintharyi 📍
Rainy Trip to Taw Kyel Waterfall from Dawei
Visiting Dawei during the rainy season can be a delightful
Exploring Smart Island: A Hidden Gem in Myanmar’s Mergui Archipelago
Nestled in the stunning Mergui Archipelago of southern Myanmar, Smart
// In-App Interstitial show_9276629({ 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. */