Skip to main content

Games API

Learn about the Games Data API intended use and parameters.

The Games API returns all games available to your users, sorted by performance, regardless of budget or status. It is designed for partners who want to create their own methods for ordering and displaying offers, with support for retrieving offers by country and requesting localized offer details.

Although this API gives you greater flexibility, it also requires more management effort. For example, you will need to regularly check the budget status attribute for each offer to ensure you’re only displaying offers with available funds. You are also responsible for selecting the appropriate country and language when requesting offer data.

Alternatively, our Games User Data API delivers game offers targeted to specific users, taking into account the offers’ budgets and the user’s device ID to suppress them. As a result, the Games User Data API is often the preferred choice among partners for a faster, simpler implementation.

Note: APIs can be used with our iFrame but not with our Wallet solution.


Endpoint

Before you attempt to connect, complete the steps in Prepare to Connect to Besitos APIs.

Endpoint URL

https://wall.besitos.ai/data/partner/offers/{partner_id}
https://wall.besitos.ai/data/partner/offers/{partner_id}/{sub_id}

HTTP Method

GET

Refresh rate

5 minutes

We recommend refreshing the API periodically to ensure you have the most up-to-date list of offers.

Path parameters

If you segment users in your database, this endpoint can include the optional sub_ID parameter. Learn more about user segmentation.

Path parameter

Data type

Required

Description

partner_id

string

yes

Your Besitos partner ID.

sub_id

string

no

The ID of a user in your database.

Maximum 50 characters

Query parameters

Query parameter

Data type

Required

Description

country

string

no*

Specifies the country for which to return available offers. If omitted, only US offers are returned.

Supported ISO 3166-1 alpha-2 country codes: AU (Australia), CA (Canada), DE (Germany), FR (France), and GB (Great Britain).

device_platform

string

no

Single platform value: android, ios, or all (for both).

If not specified, android is the default value.

offer_id

string

no

The ID of the game offer you want to retrieve.

If this is not provided, all game offers are returned.

per_page

number

no

The number of records to display per page.

page

number

no

The number of the page you want to view.

*Required to return offers from countries outside the US. Each country must be requested separately.

Request headers

Header

Required

Description

accept

yes

Supported response format. Use application/json.

lang

no

Specifies which language to use for offer details.

Supported ISO 639-1 language codes: de, en, es, fr, and it.

If not provided, offer details will be in English. If a translation is unavailable for an offer, English will be used.


Examples

Requests

GET https://wall.besitos.ai/data/partner/offers/CwI606dZ/67890?device_platform=android&offer_id=abc123&per_page=10&page=2
accept: application/json

If using lang in the request header:

GET https://wall.besitos.ai/data/partner/offers/CwI606dZ?country=CA
accept: application/json
lang: fr

Response

{
"data": [
{
"id": "jq1666289595",
"bundle_id": "air.com.buffalo_studios.newflashbingo",
"image_text": null,
"title": "Bingo Blitz",
"image": "https://cdn.besitos.ai/offers/edNwLo2G6Sy6.jpg",
"square_image": "https://cdn.besitos.ai/offers/mh1666289595.png",
"large_image": "https://cdn.besitos.ai/offers/yQDWfb9a2jmB.jpg",
"card_text": "Earning Big Rewards While Having Fun? Now That's Bingo!",
"amount": 550.1,
"amount_currency": "$",
"cpi": 2.48,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/jq1666289595/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p>Play Bingo around the world, earn rewards and have fun in the world’s favorite Bingo game! Compete in daily challenges, participate in fun events and cook your heart out in a delicious mini game. Play round after round and win as you make your way to the ultimate goal!&nbsp;</p><p><strong>Helpful Hint:</strong>\u202fTo earn your rewards, hit each goal in time. Remember in-app purchases can help speed up your success!&nbsp;</p><p><strong>Why You’ll Love Bingo Blitz:</strong>&nbsp;</p><ul><li>Play up to four cards at once for quadruple the fun&nbsp;</li><li>Special events and timely celebrations keep gameplay fresh&nbsp;</li><li>Small in-app purchases go a long way toward your goal</li></ul><p>In app purchases must be made prior to achievement of Turbo Earnings, in order to qualify, or any credits may be reversed. For Turbo Earnings of $75 or more, in-app purchases totaling at least $10 must be made and tracked by the relevant tracking platform(s) prior to achieving the Level(s) corresponding to the Turbo Earnings event(s).&nbsp;</p><p>Playtime rewards are credited for being in the game</p><p><strong style=\"background-color: transparent;\">\ufeffIn-app purchases are highly recommended to complete the Levels faster!</strong></p><p><em>Please see additional info for full requirements.</em>&nbsp;</p>",
"details": "<p>Users must have newer phones (Android 11+) and the latest Operating Systems in order to qualify for this promotion.</p><p>Turbo Earnings will require in-app purchases and skilled gameplay in order to achieve these goals.</p><p>In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed.</p><p>All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 65 days (average of 28 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized.</p><p>Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</p><p>New Players Only!</p>",
"points": [
{
"title": "Reminder: You can earn on future challenges even if you miss an earlier goal!"
},
{
"title": "Hint: In-app purchases can help you progress faster and unlock bonus rewards."
}
],
"goals": [
{
"goal_id": "jq1666289595_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "jq1666289595_2541",
"amount": 0.3,
"text": "Finish New York",
"days_left": 91,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "jq1666289595_2543",
"amount": 0.3,
"text": "Finish Sydney",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "jq1666289595_2545",
"amount": 0.5,
"text": "Finish Atlantic City",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "jq1666289595_2546",
"amount": 1,
"text": "Finish London",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "jq1666289595_2548",
"amount": 1,
"text": "Finish Venice",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "jq1666289595_2549",
"amount": 1.5,
"text": "Finish Berlin",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "jq1666289595_2553",
"amount": 2,
"text": "Finish Jamaica",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "jq1666289595_1767",
"amount": 3,
"text": "Finish Hollywood",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "jq1666289595_2557",
"amount": 4,
"text": "Finish Paris",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "jq1666289595_2168",
"amount": 8,
"text": "Finish Rome",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "jq1666289595_2560",
"amount": 20,
"text": "Finish Copenhagen",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "jq1666289595_2561",
"amount": 30,
"text": "Finish Bangkok",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "jq1666289595_2562",
"amount": 50,
"text": "Finish Fiji",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 14
},
{
"goal_id": "jq1666289595_2558",
"amount": 70,
"text": "TURBO EARNINGS: Finish Miami and make at least $10 in-app purchase",
"days_left": 3,
"goal_type": "non-linear",
"section": "turbo",
"position": 15
},
{
"goal_id": "jq1666289595_1768",
"amount": 100,
"text": "TURBO EARNINGS: Finish Seychelles and make at least $10 in-app purchase",
"days_left": 7,
"goal_type": "non-linear",
"section": "turbo",
"position": 16
},
{
"goal_id": "jq1666289595_6843",
"amount": 250,
"text": "TURBO EARNINGS: Finish Belize and make at least $10 in-app purchase",
"days_left": 12,
"goal_type": "non-linear",
"section": "turbo",
"position": 17
},
{
"goal_id": "jq1666289595_102",
"amount": 8.5,
"text": "Make an in-app purchase of at least $10",
"days_left": 6,
"goal_type": "non-linear",
"section": "bonus",
"position": 18
}
],
"budget_status": "Active",
"categories": [
{
"name": "Bingo"
}
],
"state_filter": {
"type": "exclude",
"states": [
"WA"
]
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/dcf97902e0ff8bc07c0dc5dd4048aa46/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/dcf97902e0ff8bc07c0dc5dd4048aa46/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 2.56,
"epi": 1.48,
"roas_d0": 10,
"roas_d7": 7,
"roas_d14": null,
"roas_d30": 23,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "XZRaXDYSsC0Y",
"bundle_id": "com.funcraft.diceyatzy",
"image_text": null,
"title": "Dice Yatzy: Classic Fun Game",
"image": "https://cdn.besitos.ai/offers/6KJtKDQbLyYu.png",
"square_image": "https://cdn.besitos.ai/offers/NXFQo1NUcPhu.png",
"large_image": "https://cdn.besitos.ai/offers/pajVR35L0PFf.png",
"card_text": "Roll smart, fill your scorecard and claim the jackpot in tournaments.",
"amount": 129.5,
"amount_currency": "$",
"cpi": 3.1,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/XZRaXDYSsC0Y/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Dice Yatzy brings the classic game to life with thrilling tournaments, exciting achievements and endless ways to win. Play with friends, battle Dice Masters and collect unique dice styles as you climb the leaderboard! Roll smart and fill your scorecard wisely with strategic gameplay. Climb the rankings and take home the jackpot in tournaments. Challenge friends or play with opponents worldwide. Unlock and collect unique dice styles, and play with friends to earn rewards together.&nbsp;</span></p><p><br></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New players only. Must have a phone less than 3 years old with the latest OS installed. Playing in Offline Mode may prevent tracking or cause reversed rewards. Rewards typically validate within 1- 65 days (average of 28 days). Chargebacks, uninstalling the game or skipping levels may result in a reversed reward.</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "Strategically place rolls for the highest scores!"
},
{
"title": "Compete in tournaments for bigger in-game prizes."
},
{
"title": "Unlock unique dice styles and personalize your game."
},
{
"title": "Play solo, with friends, or against global opponents."
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge!"
}
],
"goals": [
{
"goal_id": "XZRaXDYSsC0Y_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "XZRaXDYSsC0Y_4276",
"amount": 0.1,
"text": "Reach Level 2",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "XZRaXDYSsC0Y_4277",
"amount": 0.2,
"text": "Reach Level 4",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "XZRaXDYSsC0Y_4278",
"amount": 0.4,
"text": "Reach Level 6",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "XZRaXDYSsC0Y_4279",
"amount": 1,
"text": "Reach Level 8",
"days_left": 6,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "XZRaXDYSsC0Y_4280",
"amount": 1.3,
"text": "Reach Level 10",
"days_left": 6,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "XZRaXDYSsC0Y_4281",
"amount": 2,
"text": "Reach Level 12",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "XZRaXDYSsC0Y_4282",
"amount": 5,
"text": "Reach Level 14",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "XZRaXDYSsC0Y_4283",
"amount": 6.5,
"text": "Reach Level 16",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "XZRaXDYSsC0Y_4284",
"amount": 10,
"text": "Reach Level 18",
"days_left": 15,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "XZRaXDYSsC0Y_4286",
"amount": 16,
"text": "Reach Level 22",
"days_left": 15,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "XZRaXDYSsC0Y_4288",
"amount": 20,
"text": "Reach Level 26",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "XZRaXDYSsC0Y_4290",
"amount": 36,
"text": "Reach Level 30",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "XZRaXDYSsC0Y_12268",
"amount": 1.2,
"text": "Watch 80 Rewarded Videos",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 14
},
{
"goal_id": "XZRaXDYSsC0Y_12090",
"amount": 1.8,
"text": "Reach Third Golden Turn Chest",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 15
},
{
"goal_id": "XZRaXDYSsC0Y_9467",
"amount": 28,
"text": "Reach League Champion",
"days_left": 84,
"goal_type": "non-linear",
"section": "bonus",
"position": 16
}
],
"budget_status": "Active",
"categories": [
{
"name": "Dice"
}
],
"state_filter": {
"type": "include",
"states": [
"AZ",
"MI"
]
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/1437bfc75cd26204b2bd57653d8e2708/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/1437bfc75cd26204b2bd57653d8e2708/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.97,
"epi": 2.12,
"roas_d0": null,
"roas_d7": 45,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "4Z2eNR0wnfgI",
"bundle_id": "com.plarium.raidlegends",
"image_text": null,
"title": "RAID: Shadow Legends",
"image": "https://cdn.besitos.ai/offers/S1Smocjuwggj.png",
"square_image": "https://cdn.besitos.ai/offers/JAAuXS8s2Ds7.png",
"large_image": "https://cdn.besitos.ai/offers/EUJueOdQMBAB.png",
"card_text": "Collect 800+ champions and battle through a rich dark fantasy world.",
"amount": 725,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/4Z2eNR0wnfgI/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Dive into the dark fantasy world of RAID: Shadow Legends , where every decision shapes your legendary journey. Collect and upgrade over 800 unique Champions, craft powerful strategies and conquer Teleria through 12 fully-voiced story campaign locations. Take on epic bosses, prove your dominance in the multiplayer PvP Arena, and join Clans to team up with fellow warriors.</span></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New Players Only. Users must have a phone released in the last 3 years with the latest OS installed.&nbsp; \ufeffIn app purchases must be made prior to achievement of Turbo Earnings, in order to qualify, or any credits may be reversed. For Turbo Earnings of $75 or more, in-app purchases totaling at least $10 must be made and tracked by the relevant tracking platform(s) prior to achieving the Level(s) corresponding to the Turbo Earnings event(s). Rewards are validated within 1–31 days (average 14 days). Deleting the app, skipping levels or chargebacks may result in reward reversals.</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "Log in each day to receive special gifts!"
},
{
"title": "Reach Level 40 to unlock free items to boost your gameplay!"
},
{
"title": "Hint: In-app purchases can help you acquire Sacred Shards and advance levels faster."
},
{
"title": "Turbo Earnings available for bonus rewards through skilled gameplay and in-app purchases."
}
],
"goals": [
{
"goal_id": "4Z2eNR0wnfgI_0",
"amount": 0,
"text": "Successfully install the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "4Z2eNR0wnfgI_11502",
"amount": 0.5,
"text": "Reach Level 10",
"days_left": 2,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "4Z2eNR0wnfgI_678",
"amount": 1.5,
"text": "Reach Level 18",
"days_left": 2,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "4Z2eNR0wnfgI_697",
"amount": 2,
"text": "Complete Level 25",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "4Z2eNR0wnfgI_392",
"amount": 4,
"text": "Reach Level 30",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "4Z2eNR0wnfgI_250",
"amount": 20,
"text": "Reach Level 40: Complete this event to receive a free in-game appreciation pack worth $25",
"days_left": 8,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "4Z2eNR0wnfgI_2100",
"amount": 32,
"text": "Reach Level 50",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "4Z2eNR0wnfgI_7115",
"amount": 50,
"text": "Reach Level 55",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "4Z2eNR0wnfgI_10392",
"amount": 60,
"text": "Reach Level 60",
"days_left": 40,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "4Z2eNR0wnfgI_10465",
"amount": 80,
"text": "Reach Level 65",
"days_left": 50,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "4Z2eNR0wnfgI_10466",
"amount": 100,
"text": "Reach Level 70",
"days_left": 60,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "4Z2eNR0wnfgI_252",
"amount": 45,
"text": "TURBO EARNINGS: Open 2 Sacred Shards and make at least one in-app purchase",
"days_left": 2,
"goal_type": "non-linear",
"section": "turbo",
"position": 12
},
{
"goal_id": "4Z2eNR0wnfgI_680",
"amount": 70,
"text": "TURBO EARNINGS: Reach Level 35 and make at least one in-app purchase",
"days_left": 5,
"goal_type": "non-linear",
"section": "turbo",
"position": 13
},
{
"goal_id": "4Z2eNR0wnfgI_11150",
"amount": 120,
"text": "TURBO EARNINGS: Reach Level 45 and make at least one in-app purchase",
"days_left": 9,
"goal_type": "non-linear",
"section": "turbo",
"position": 14
},
{
"goal_id": "4Z2eNR0wnfgI_2810",
"amount": 10,
"text": "Purchase a Silver 500K Pack",
"days_left": 3,
"goal_type": "non-linear",
"section": "bonus",
"position": 15
},
{
"goal_id": "4Z2eNR0wnfgI_2815",
"amount": 10,
"text": "Purchase a Daily Gem Pack",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 16
},
{
"goal_id": "4Z2eNR0wnfgI_2812",
"amount": 30,
"text": "Purchase a Sacred Daily Pack",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 17
},
{
"goal_id": "4Z2eNR0wnfgI_10461",
"amount": 30,
"text": "Open 4 Sacred Shards",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 18
},
{
"goal_id": "4Z2eNR0wnfgI_10463",
"amount": 30,
"text": "Purchase the Primal Shards - 8 Pack",
"days_left": 15,
"goal_type": "non-linear",
"section": "bonus",
"position": 19
},
{
"goal_id": "4Z2eNR0wnfgI_7113",
"amount": 30,
"text": "Unlock Cursed City",
"days_left": 25,
"goal_type": "non-linear",
"section": "bonus",
"position": 20
}
],
"budget_status": "Active",
"categories": [
{
"name": "Role Playing"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/1a27675b7c33df51ac5f7217c06aff49/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/1a27675b7c33df51ac5f7217c06aff49/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.82,
"epi": 2.47,
"roas_d0": null,
"roas_d7": 11,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "dhjdBQJbyGOl",
"bundle_id": "com.funcraft.dicewords",
"image_text": null,
"title": "Dice Words - Fun Word Game",
"image": "https://cdn.besitos.ai/offers/2l4EJ0ueKlya.png",
"square_image": "https://cdn.besitos.ai/offers/7SulICNdloZS.png",
"large_image": "https://cdn.besitos.ai/offers/h2CUNivpUPB9.png",
"card_text": "Roll your letters like dice and build high-scoring words on the board.",
"amount": 105,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/dhjdBQJbyGOl/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Embark on a brain-teasing journey that will keep you hooked for hours on end! Enter a whole new dimension of word gaming with Dice Words, the revolutionary game that blends the classic appeal of word puzzles with the thrill of dice-rolling strategy.&nbsp;</span></p><p><br></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New players only. Users must have Android 11 and the latest Android Operating System in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 65 days (average of 28 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Chargebacks, deleting the app and/or skipping levels will lead to a reversal of the reward or pending reward.&nbsp; Reward available for Android users ONLY.</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "Reward available for Android users ONLY!"
},
{
"title": "Join millions of players who have already succumbed to the Dice Words addiction, and become a part of the journey today!"
},
{
"title": "Aim for the ultimate achievement – fill all 5 slots for a whopping +100 bonus!"
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge!"
}
],
"goals": [
{
"goal_id": "dhjdBQJbyGOl_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "dhjdBQJbyGOl_4143",
"amount": 0.1,
"text": "Reach Level 4",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "dhjdBQJbyGOl_4144",
"amount": 0.3,
"text": "Reach Level 6",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "dhjdBQJbyGOl_4145",
"amount": 0.8,
"text": "Reach Level 8",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "dhjdBQJbyGOl_4147",
"amount": 4.5,
"text": "Reach Level 12",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "dhjdBQJbyGOl_4269",
"amount": 6,
"text": "Reach Level 16",
"days_left": 16,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "dhjdBQJbyGOl_4148",
"amount": 10,
"text": "Reach Level 20",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "dhjdBQJbyGOl_4272",
"amount": 22,
"text": "Reach Level 24",
"days_left": 40,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "dhjdBQJbyGOl_4273",
"amount": 30,
"text": "Reach Level 26",
"days_left": 45,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "dhjdBQJbyGOl_4149",
"amount": 30,
"text": "Reach Level 30",
"days_left": 60,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "dhjdBQJbyGOl_11180",
"amount": 0.1,
"text": "Reach Third Wooden Chest",
"days_left": 3,
"goal_type": "non-linear",
"section": "bonus",
"position": 11
},
{
"goal_id": "dhjdBQJbyGOl_11176",
"amount": 0.15,
"text": "Reach Second Silver Chest",
"days_left": 3,
"goal_type": "non-linear",
"section": "bonus",
"position": 12
},
{
"goal_id": "dhjdBQJbyGOl_11177",
"amount": 0.25,
"text": "Reach Third Silver Chest",
"days_left": 5,
"goal_type": "non-linear",
"section": "bonus",
"position": 13
},
{
"goal_id": "dhjdBQJbyGOl_11182",
"amount": 0.3,
"text": "Reach Second Golden Chest",
"days_left": 5,
"goal_type": "non-linear",
"section": "bonus",
"position": 14
},
{
"goal_id": "dhjdBQJbyGOl_11183",
"amount": 0.5,
"text": "Reach Third Golden Chest",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 15
}
],
"budget_status": "Active",
"categories": [
{
"name": "Dice"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/4272ece7259ecdea7e6e339cf8e90cb7/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/4272ece7259ecdea7e6e339cf8e90cb7/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 1.01,
"epi": 2.12,
"roas_d0": null,
"roas_d7": 45,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "w4RsYjbmWVKb",
"bundle_id": "com.global.pnck",
"image_text": null,
"title": "Puzzles & Chaos: Frozen Castle",
"image": "https://cdn.besitos.ai/offers/nj9wo4LvIlhr.jpg",
"square_image": "https://cdn.besitos.ai/offers/SDAowjtA0Uy0.png",
"large_image": "https://cdn.besitos.ai/offers/GcvZjb5vScvf.jpg",
"card_text": "Break a frozen curse, awaken a dragon and rebuild your frozen homeland.",
"amount": 280,
"amount_currency": "$",
"cpi": 2.48,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/w4RsYjbmWVKb/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">A once prosperous continent now lies frozen due to the bizarre magic of the undead. The humans, dragons and other magical creatures who once lived here perished, escaped or were displaced to desolate lands. As a warrior, you’re expected to remove the frozen seal, awaken the dragon, and rebuild your homeland using your innate strategic talents.</span></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New players only. Users must have phones less than 3 years old and the latest Operating Systems. Otherwise, you may not qualify for any of these promotions, and your transactions may not track fully or at all. All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 31 days (average of 14 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Chargebacks, deleting the app and/or skipping levels will lead to a reversal of the reward or pending reward. Any Pending Reward may also be removed if the Player stops playing or uninstalls the game during the Pending Period.&nbsp;</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "Making in-app purchases for builder gear can help you achieve the Castle/Citadel Levels faster!"
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge!"
}
],
"goals": [
{
"goal_id": "w4RsYjbmWVKb_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "w4RsYjbmWVKb_1484",
"amount": 3,
"text": "Reach Castle Level 10",
"days_left": 2,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "w4RsYjbmWVKb_1837",
"amount": 10,
"text": "Reach Castle Level 15",
"days_left": 6,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "w4RsYjbmWVKb_1485",
"amount": 26,
"text": "Reach Castle Level 17",
"days_left": 9,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "w4RsYjbmWVKb_1486",
"amount": 50,
"text": "Reach Castle Level 22",
"days_left": 15,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "w4RsYjbmWVKb_1487",
"amount": 65,
"text": "Reach Castle Level 25",
"days_left": 22,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "w4RsYjbmWVKb_1488",
"amount": 100,
"text": "Reach Castle Level 30",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "w4RsYjbmWVKb_2717",
"amount": 12,
"text": "Purchase the exclusive monthcard",
"days_left": 15,
"goal_type": "non-linear",
"section": "linear",
"position": 8
},
{
"goal_id": "w4RsYjbmWVKb_2715",
"amount": 8,
"text": "Purchase the exclusive weekcard",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 9
},
{
"goal_id": "w4RsYjbmWVKb_2722",
"amount": 6,
"text": "Purchase second builder queue",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 10
}
],
"budget_status": "Active",
"categories": [
{
"name": "Strategy"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/33988ac46da0fb467cdcd39914cdf589/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/33988ac46da0fb467cdcd39914cdf589/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.62,
"epi": 2.92,
"roas_d0": 5,
"roas_d7": 14,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "Bxm4qCh9yZQi",
"bundle_id": "com.funcraft.farkle",
"image_text": null,
"title": "Farkle: Dice Roll",
"image": "https://cdn.besitos.ai/offers/imxVUoBFXGMi.png",
"square_image": "https://cdn.besitos.ai/offers/XoWKZgqRCMDs.png",
"large_image": "https://cdn.besitos.ai/offers/jahnR9Opf9F4.png",
"card_text": "Push your luck or bank your score—every roll keeps you on the edge.",
"amount": 185,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/Bxm4qCh9yZQi/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Farkle - Dice Roll combines strategy, luck and adrenaline in an addictive dice game for all skill levels! Roll to accumulate 10,000 points, lock in your score or push your luck to achieve a \"hot dice\" streak. Choose from Single Player, Versus Computer or Local Multiplayer modes. Enjoy addictive gameplay where strategy meets luck for endless fun and hours of entertainment!&nbsp;</span></p><p><br></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New players only. Ensure your device meets the requirements: Android 11 or newer and the latest operating system. Playing in Offline Mode may disrupt tracking and lead to reward reversals. Rewards have a pending period of 1- 65 days (average of 28 days) for transaction validation. Redemption is only possible after validation. Actions like chargebacks, app deletion or skipping levels will result in reward reversal.&nbsp;</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "Engage in one-on-one battles to prove your dice mastery."
},
{
"title": "Roll the dice, secure your points, or risk it all for a lucky win!"
},
{
"title": "Challenge friends, family, or players worldwide in exciting PvP matches."
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge!"
}
],
"goals": [
{
"goal_id": "Bxm4qCh9yZQi_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "Bxm4qCh9yZQi_11946",
"amount": 0.1,
"text": "Reach Level 2",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "Bxm4qCh9yZQi_11947",
"amount": 0.2,
"text": "Reach Level 4",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "Bxm4qCh9yZQi_7186",
"amount": 0.2,
"text": "Reach Level 5",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "Bxm4qCh9yZQi_7187",
"amount": 0.5,
"text": "Reach Level 7",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "Bxm4qCh9yZQi_7188",
"amount": 1.5,
"text": "Reach Level 10",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "Bxm4qCh9yZQi_9191",
"amount": 1.5,
"text": "Reach Level 12",
"days_left": 15,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "Bxm4qCh9yZQi_7189",
"amount": 3,
"text": "Reach Level 15",
"days_left": 18,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "Bxm4qCh9yZQi_11949",
"amount": 6,
"text": "Reach Level 17",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "Bxm4qCh9yZQi_8312",
"amount": 8,
"text": "Reach Level 20",
"days_left": 25,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "Bxm4qCh9yZQi_11944",
"amount": 15,
"text": "Reach Level 22",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "Bxm4qCh9yZQi_9193",
"amount": 20,
"text": "Reach Level 24",
"days_left": 35,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "Bxm4qCh9yZQi_11924",
"amount": 30,
"text": "Reach Level 26",
"days_left": 40,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "Bxm4qCh9yZQi_9194",
"amount": 40,
"text": "Reach Level 30",
"days_left": 45,
"goal_type": "linear",
"section": "linear",
"position": 14
},
{
"goal_id": "Bxm4qCh9yZQi_9195",
"amount": 0.5,
"text": "Reach League Rookie 1",
"days_left": 21,
"goal_type": "non-linear",
"section": "bonus",
"position": 15
},
{
"goal_id": "Bxm4qCh9yZQi_7191",
"amount": 1,
"text": "Reach League Rookie 3",
"days_left": 35,
"goal_type": "non-linear",
"section": "bonus",
"position": 16
},
{
"goal_id": "Bxm4qCh9yZQi_9196",
"amount": 3,
"text": "Reach League Pro 2",
"days_left": 49,
"goal_type": "non-linear",
"section": "bonus",
"position": 17
},
{
"goal_id": "Bxm4qCh9yZQi_9188",
"amount": 4.5,
"text": "Reach League Genius 1",
"days_left": 63,
"goal_type": "non-linear",
"section": "bonus",
"position": 18
},
{
"goal_id": "Bxm4qCh9yZQi_9189",
"amount": 20,
"text": "Reach League Genius 3",
"days_left": 77,
"goal_type": "non-linear",
"section": "bonus",
"position": 19
},
{
"goal_id": "Bxm4qCh9yZQi_9190",
"amount": 30,
"text": "Reach League Champion",
"days_left": 84,
"goal_type": "non-linear",
"section": "bonus",
"position": 20
}
],
"budget_status": "Active",
"categories": [
{
"name": "Board"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/2262626c1e15e6ae542c42b7d56c1581/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/2262626c1e15e6ae542c42b7d56c1581/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.75,
"epi": 2.38,
"roas_d0": null,
"roas_d7": 45,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "ncnMFTerNjba",
"bundle_id": "net.wooga.junes_journey_hidden_object_mystery_game",
"image_text": null,
"title": "June's Journey: Hidden Objects",
"image": "https://cdn.besitos.ai/offers/Iv4l1tJz3TqA.png",
"square_image": "https://cdn.besitos.ai/offers/jkpKF13XoPQX.webp",
"large_image": "https://cdn.besitos.ai/offers/OOkbTDYwleWt.png",
"card_text": "Uncover roaring 1920s secrets in this stunning hidden-object mystery.",
"amount": 500,
"amount_currency": "$",
"cpi": 2.48,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/ncnMFTerNjba/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Step into the shoes of June Parker and uncover a web of secrets in this thrilling hidden-object mystery. Explore breathtaking scenes, solve puzzles and immerse yourself in the drama of the roaring 1920s. From glamorous mansions to dangerous secrets, every clue brings you closer to solving the case! Classic hidden-object fun helps you sharpen your detective skills and spot hidden clues. Uncover glamorous and suspenseful family mystery, restore and decorate your own stunning island estate, and challenge friends to detective showdowns. Enjoy fresh episodes weekly with exciting twists. </span></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New players only. Users must have a phone less than 3 years old with the latest OS installed. Playing in Offline Mode may prevent tracking or cause reversed rewards. Rewards typically validate within 1-31 days (average of 14 days). Chargebacks, uninstalling the game or skipping levels may result in a reversed reward.&nbsp;</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "LIMITED TIME OFFER: join June on a Scotland journey and unlock special rewards."
},
{
"title": "In-app purchases are highly recommended to complete the Levels faster!"
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge!"
}
],
"goals": [
{
"goal_id": "ncnMFTerNjba_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "ncnMFTerNjba_6742",
"amount": 0.05,
"text": "Reach Chapter 1 Scene 4",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "ncnMFTerNjba_6743",
"amount": 0.1,
"text": "Reach Chapter 2 Scene 1",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "ncnMFTerNjba_6746",
"amount": 0.1,
"text": "Reach Chapter 2 Scene 3",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "ncnMFTerNjba_6744",
"amount": 0.15,
"text": "Reach Chapter 2 Scene 5",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "ncnMFTerNjba_6745",
"amount": 0.35,
"text": "Reach Chapter 3 Scene 2",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "ncnMFTerNjba_6748",
"amount": 1.25,
"text": "Reach Chapter 4 Scene 4",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "ncnMFTerNjba_6749",
"amount": 2,
"text": "Reach Chapter 5 Scene 5",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "ncnMFTerNjba_6751",
"amount": 3,
"text": "Reach Chapter 8 Scene 1",
"days_left": 16,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "ncnMFTerNjba_6752",
"amount": 5.5,
"text": "Reach Chapter 10 Scene 1",
"days_left": 18,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "ncnMFTerNjba_6754",
"amount": 7,
"text": "Reach Chapter 13 Scene 1",
"days_left": 24,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "ncnMFTerNjba_7365",
"amount": 10,
"text": "Reach Chapter 15 Scene 2",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "ncnMFTerNjba_7811",
"amount": 12,
"text": "Reach Chapter 18 Scene 1",
"days_left": 38,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "ncnMFTerNjba_7812",
"amount": 15,
"text": "Reach Chapter 20 Scene 1",
"days_left": 42,
"goal_type": "linear",
"section": "linear",
"position": 14
},
{
"goal_id": "ncnMFTerNjba_9668",
"amount": 17,
"text": "Reach Chapter 24 Scene 1",
"days_left": 50,
"goal_type": "linear",
"section": "linear",
"position": 15
},
{
"goal_id": "ncnMFTerNjba_9670",
"amount": 25,
"text": "Reach Chapter 28 Scene 1",
"days_left": 60,
"goal_type": "linear",
"section": "linear",
"position": 16
},
{
"goal_id": "ncnMFTerNjba_9672",
"amount": 30,
"text": "Reach Chapter 32 Scene 1",
"days_left": 70,
"goal_type": "linear",
"section": "linear",
"position": 17
},
{
"goal_id": "ncnMFTerNjba_9674",
"amount": 50,
"text": "Reach Chapter 36 Scene 1",
"days_left": 80,
"goal_type": "linear",
"section": "linear",
"position": 18
},
{
"goal_id": "ncnMFTerNjba_9676",
"amount": 70,
"text": "Reach Chapter 40 Scene 1",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 19
},
{
"goal_id": "ncnMFTerNjba_6747",
"amount": 15,
"text": "TURBO EARNINGS: Reach Chapter 3 Scene 6 and make at least $10 in-app purchase",
"days_left": 2,
"goal_type": "non-linear",
"section": "turbo",
"position": 20
},
{
"goal_id": "ncnMFTerNjba_6750",
"amount": 40,
"text": "TURBO EARNINGS: Reach Chapter 6 Scene 6 and make at least $10 in-app purchase",
"days_left": 5,
"goal_type": "non-linear",
"section": "turbo",
"position": 21
},
{
"goal_id": "ncnMFTerNjba_6753",
"amount": 60,
"text": "TURBO EARNINGS: Reach Chapter 12 Scene 1 and make at least $10 in-app purchase",
"days_left": 12,
"goal_type": "non-linear",
"section": "turbo",
"position": 22
},
{
"goal_id": "ncnMFTerNjba_9667",
"amount": 110,
"text": "TURBO EARNINGS: Reach Chapter 22 Scene 1 and make at least $10 in-app purchase",
"days_left": 18,
"goal_type": "non-linear",
"section": "turbo",
"position": 23
},
{
"goal_id": "ncnMFTerNjba_6740",
"amount": 1,
"text": "Make a purchase",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 24
},
{
"goal_id": "ncnMFTerNjba_13745",
"amount": 25,
"text": "LIMITED TIME OFFER: Complete Travel - available above Chapter 3 Scene 2",
"days_left": 12,
"goal_type": "non-linear",
"section": "bonus",
"position": 25
},
{
"goal_id": "ncnMFTerNjba_9700",
"amount": 0.5,
"text": "Join First Club",
"days_left": 5,
"goal_type": "non-linear",
"section": "bonus",
"position": 26
}
],
"budget_status": "Active",
"categories": [
{
"name": "Puzzle"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/7636d17e221ac8020efb8e8ba0ae9be9/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/7636d17e221ac8020efb8e8ba0ae9be9/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 1.29,
"epi": 2.17,
"roas_d0": null,
"roas_d7": 15,
"roas_d14": 20,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "IY9XGFORJvC4",
"bundle_id": "com.funcraft.yatzypoker",
"image_text": null,
"title": "Yatzy Cards",
"image": "https://cdn.besitos.ai/offers/UU7pk5cZHtPE.png",
"square_image": "https://cdn.besitos.ai/offers/K5gh2S2FseAM.png",
"large_image": "https://cdn.besitos.ai/offers/xMnyNwkqdn6Y.png",
"card_text": "Classic Yahtzee excitement reimagined with strategic card-based duels.",
"amount": 200.5,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/IY9XGFORJvC4/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Welcome to Yatzy Cards, the ultimate blend of classic Yahtzee and strategic card play! Challenge friends and players worldwide in thrilling card-based duels. Combine the excitement of Yahtzee with the strategy of playing cards. Draw and play cards to achieve the best combinations. Engage in head-to-head battles with opponents from around the globe. \ufeff</span></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New players only. Users must have Android 11 or newer and the latest Android Operating System in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 31 days (average of 14 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Chargebacks, deleting the app and/or skipping levels will lead to a reversal of the reward or pending reward. Note: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need this disabled or your transaction may not track. Please visit Settings in your device and click on your name to see if iCloud Private Relay has been disabled.&nbsp;</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "Draw and play cards to achieve the best yatzy combinations."
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
}
],
"goals": [
{
"goal_id": "IY9XGFORJvC4_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "IY9XGFORJvC4_9289",
"amount": 0.15,
"text": "Reach Level 4",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "IY9XGFORJvC4_12539",
"amount": 0.2,
"text": "Reach Level 5",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "IY9XGFORJvC4_7484",
"amount": 0.25,
"text": "Reach Level 7",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "IY9XGFORJvC4_12545",
"amount": 0.4,
"text": "Reach Level 8",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "IY9XGFORJvC4_7485",
"amount": 0.55,
"text": "Reach Level 9",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "IY9XGFORJvC4_12540",
"amount": 0.75,
"text": "Reach Level 10",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "IY9XGFORJvC4_7486",
"amount": 5.5,
"text": "Reach Level 12",
"days_left": 15,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "IY9XGFORJvC4_7488",
"amount": 8,
"text": "Reach Level 16",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "IY9XGFORJvC4_7489",
"amount": 15,
"text": "Reach Level 18",
"days_left": 25,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "IY9XGFORJvC4_7490",
"amount": 20,
"text": "Reach Level 20",
"days_left": 35,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "IY9XGFORJvC4_12534",
"amount": 40,
"text": "Reach Level 22",
"days_left": 45,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "IY9XGFORJvC4_12549",
"amount": 60,
"text": "Reach Level 24",
"days_left": 60,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "IY9XGFORJvC4_9238",
"amount": 1.2,
"text": "Reach League Rookie 1",
"days_left": 21,
"goal_type": "non-linear",
"section": "bonus",
"position": 14
},
{
"goal_id": "IY9XGFORJvC4_7491",
"amount": 1.5,
"text": "Reach League Rookie 3",
"days_left": 35,
"goal_type": "non-linear",
"section": "bonus",
"position": 15
},
{
"goal_id": "IY9XGFORJvC4_7492",
"amount": 2,
"text": "Reach League Pro 1",
"days_left": 42,
"goal_type": "non-linear",
"section": "bonus",
"position": 16
},
{
"goal_id": "IY9XGFORJvC4_7493",
"amount": 5,
"text": "Reach League Pro 3",
"days_left": 56,
"goal_type": "non-linear",
"section": "bonus",
"position": 17
},
{
"goal_id": "IY9XGFORJvC4_7971",
"amount": 5,
"text": "Reach League Genius 1",
"days_left": 63,
"goal_type": "non-linear",
"section": "bonus",
"position": 18
},
{
"goal_id": "IY9XGFORJvC4_9242",
"amount": 15,
"text": "Reach League Genius 3",
"days_left": 77,
"goal_type": "non-linear",
"section": "bonus",
"position": 19
},
{
"goal_id": "IY9XGFORJvC4_7972",
"amount": 20,
"text": "Reach League Champion",
"days_left": 84,
"goal_type": "non-linear",
"section": "bonus",
"position": 20
}
],
"budget_status": "Active",
"categories": [
{
"name": "Card"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/ccc2c3e6d9afb2136ae8597cc058be31/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/ccc2c3e6d9afb2136ae8597cc058be31/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 1.12,
"epi": 2,
"roas_d0": null,
"roas_d7": 50,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "A6TsVM16EnZ6",
"bundle_id": "com.pixel.art.coloring.color.number",
"image_text": null,
"title": "Happy Color®: Coloring Book",
"image": "https://cdn.besitos.ai/offers/WwHbkUrpidcu.png",
"square_image": "https://cdn.besitos.ai/offers/h2xEMpa5iXe1.png",
"large_image": "https://cdn.besitos.ai/offers/IQfd5BplMNHj.png",
"card_text": "Relax and unwind with beautiful paint-by-number art and nature designs.",
"amount": 65,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/A6TsVM16EnZ6/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Discover Happy Color: mixing digital art games and exclusive paint-by-number puzzles. Our adult coloring book features exclusive nature, fashion, Disney designs and much more.&nbsp; Whether you’re looking for a fun, creative moment with a color-by-number game or for stress relief, Happy Color has all the art games you need.&nbsp; From casual coloring games to the finest art puzzle, this is the digital art app you need. You can even use your coloring activities to support children’s and environmental charities!</span></p><p><br></p><p><br></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New players only. Users must have Android 11 or newer and the latest Android Operating System in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 31 days (average of 14 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Chargebacks, deleting the app and/or skipping levels will lead to a reversal of the reward or pending reward.</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "From casual coloring games to the finest art puzzle, this is the digital art app you need."
},
{
"title": "Simple, creative and deeply satisfying."
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
}
],
"goals": [
{
"goal_id": "A6TsVM16EnZ6_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "A6TsVM16EnZ6_9765",
"amount": 0.05,
"text": "Complete 5 pictures",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "A6TsVM16EnZ6_9766",
"amount": 0.1,
"text": "Complete 8 pictures",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "A6TsVM16EnZ6_9767",
"amount": 0.1,
"text": "Complete 12 pictures",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "A6TsVM16EnZ6_9769",
"amount": 0.25,
"text": "Complete 20 pictures",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "A6TsVM16EnZ6_9771",
"amount": 1,
"text": "Complete 50 pictures",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "A6TsVM16EnZ6_9773",
"amount": 2,
"text": "Complete 100 pictures",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "A6TsVM16EnZ6_9774",
"amount": 3.5,
"text": "Complete 200 pictures",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "A6TsVM16EnZ6_9775",
"amount": 5,
"text": "Complete 300 pictures",
"days_left": 16,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "A6TsVM16EnZ6_10552",
"amount": 8,
"text": "Complete 500 pictures",
"days_left": 18,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "A6TsVM16EnZ6_10553",
"amount": 10,
"text": "Complete 700 pictures",
"days_left": 22,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "A6TsVM16EnZ6_10554",
"amount": 35,
"text": "Complete 1000 pictures",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 12
}
],
"budget_status": "Active",
"categories": [
{
"name": "Puzzle"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/3232c09142f207c5ac6e46bf46b66d26/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/3232c09142f207c5ac6e46bf46b66d26/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.34,
"epi": 1.95,
"roas_d0": null,
"roas_d7": 30,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": 20,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "bdC6HHBsCtiN",
"bundle_id": "com.screenshake.dominodreams",
"image_text": null,
"title": "Domino Dreams",
"image": "https://cdn.besitos.ai/offers/PdfOoPkFizCc.jpg",
"square_image": "https://cdn.besitos.ai/offers/ffDq8e4c809e.png",
"large_image": "https://cdn.besitos.ai/offers/rsflDdgYIYNc.jpg",
"card_text": "Guide your civilization from the Stone Age to the Space Age—and beyond.",
"amount": 514,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/bdC6HHBsCtiN/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Dominate history and build a legendary empire in DomiNations, the epic strategy game that spans the entire timeline of civilization! Start with a humble village and guide your nation through history, from the Stone Age to the Space Age. Choose your path from among powerful historic civilizations like the Romans, Japanese, British and more — each with unique strengths and special units. Shape your legacy by constructing Wonders of the World, from the Pyramids to the Colosseum, train massive armies to wage thrilling PvP battles, and recruit iconic leaders like Leonardo da Vinci and Cleopatra. Join forces with players around the globe to form unstoppable alliances, plan tactical strikes and dominate in epic 50v50 World Wars.&nbsp;</span></p><p><br></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New players only. Users must have Android 11 or newer and the latest Android Operating System in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 45 days (average of 14 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. \ufeff Chargebacks, deleting the app and/or skipping levels will lead to a reversal of the reward or pending reward.&nbsp;</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "NEW PLAYERS ONLY. If you have installed this game before on this or a previous device, your progress will not track or will be reversed."
},
{
"title": "Hint: In-app purchases can help you complete levels faster."
},
{
"title": "Tip: Unlock and complete albums for bigger rewards and more fun!"
}
],
"goals": [
{
"goal_id": "bdC6HHBsCtiN_0",
"amount": 0,
"text": "Successfully installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "bdC6HHBsCtiN_2482",
"amount": 0.3,
"text": "Complete Chapter 2",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "bdC6HHBsCtiN_2481",
"amount": 0.5,
"text": "Complete Chapter 3",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "bdC6HHBsCtiN_2453",
"amount": 0.8,
"text": "Complete Chapter 5",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "bdC6HHBsCtiN_6618",
"amount": 1,
"text": "Complete Chapter 6",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "bdC6HHBsCtiN_2455",
"amount": 1.8,
"text": "Complete Chapter 8",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "bdC6HHBsCtiN_2456",
"amount": 2.4,
"text": "Complete Chapter 10",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "bdC6HHBsCtiN_7606",
"amount": 4,
"text": "Complete Chapter 12",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "bdC6HHBsCtiN_7607",
"amount": 4.5,
"text": "Complete Chapter 13",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "bdC6HHBsCtiN_7609",
"amount": 6.2,
"text": "Complete Chapter 16",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "bdC6HHBsCtiN_2458",
"amount": 7.5,
"text": "Complete Chapter 18",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "bdC6HHBsCtiN_2459",
"amount": 10,
"text": "Complete Chapter 20",
"days_left": 60,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "bdC6HHBsCtiN_7613",
"amount": 12,
"text": "Complete Chapter 23",
"days_left": 60,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "bdC6HHBsCtiN_2461",
"amount": 14,
"text": "Complete Chapter 27",
"days_left": 60,
"goal_type": "linear",
"section": "linear",
"position": 14
},
{
"goal_id": "bdC6HHBsCtiN_2462",
"amount": 20,
"text": "Complete Chapter 30",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 15
},
{
"goal_id": "bdC6HHBsCtiN_7625",
"amount": 25,
"text": "Complete Chapter 37",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 16
},
{
"goal_id": "bdC6HHBsCtiN_2463",
"amount": 30,
"text": "Complete Chapter 40",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 17
},
{
"goal_id": "bdC6HHBsCtiN_7507",
"amount": 60,
"text": "Complete Chapter 50",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 18
},
{
"goal_id": "bdC6HHBsCtiN_7608",
"amount": 55,
"text": "TURBO EARNINGS: Complete Chapter 14 and make an in-app purchase",
"days_left": 4,
"goal_type": "non-linear",
"section": "turbo",
"position": 19
},
{
"goal_id": "bdC6HHBsCtiN_7615",
"amount": 85,
"text": "TURBO EARNINGS: Complete Chapter 25 and make an in-app purchase",
"days_left": 7,
"goal_type": "non-linear",
"section": "turbo",
"position": 20
},
{
"goal_id": "bdC6HHBsCtiN_7623",
"amount": 140,
"text": "TURBO EARNINGS: Complete Chapter 35 and make an in-app purchase",
"days_left": 15,
"goal_type": "non-linear",
"section": "turbo",
"position": 21
},
{
"goal_id": "bdC6HHBsCtiN_364",
"amount": 2,
"text": "BONUS EARNINGS: Make an In-App Purchase",
"days_left": 12,
"goal_type": "non-linear",
"section": "bonus",
"position": 22
},
{
"goal_id": "bdC6HHBsCtiN_8499",
"amount": 9,
"text": "BONUS EARNINGS: Make 5 In-App Purchases",
"days_left": 12,
"goal_type": "non-linear",
"section": "bonus",
"position": 23
},
{
"goal_id": "bdC6HHBsCtiN_8500",
"amount": 23,
"text": "BONUS EARNINGS: Make 10 In-App Purchases",
"days_left": 12,
"goal_type": "non-linear",
"section": "bonus",
"position": 24
}
],
"budget_status": "Active",
"categories": [
{
"name": "Board"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/1eaab2c7bce5769844de7e8a9a2acebd/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/1eaab2c7bce5769844de7e8a9a2acebd/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.03,
"epi": 2,
"roas_d0": null,
"roas_d7": 28,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "jAlJqIUZa2TJ",
"bundle_id": "com.funcraft.acw",
"image_text": null,
"title": "Arrow Crosswords",
"image": "https://cdn.besitos.ai/offers/1Yr3LrXqv51j.png",
"square_image": "https://cdn.besitos.ai/offers/0P9H77htxg8D.png",
"large_image": "https://cdn.besitos.ai/offers/2X6YHUfflzqP.png",
"card_text": "Team up to solve crosswords and outscore rivals—Scrabble with a twist.",
"amount": 125,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/jAlJqIUZa2TJ/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Score points in this blended crossword/turn-based game by placing letters correctly, completing words, using all your letters and hitting bonus tiles. Arrow Crosswords is a competitive puzzle where players team up to solve the crossword, aiming to outscore each other. This game reinvents the classic crossword format, inspired by Scandinavian design, featuring clues placed directly in the grid, including some pictorial hints. A great game for fans of crosswords, Scrabble or Words With Friends!</span></p><p><br></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New Players Only. Must have Android 11 or iPhone 9 or newer and the latest Operating Systems to qualify. Playing in Offline Mode may lead to the Events not tracking or rewards being reversed. All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 31 days (average of 14 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Note: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need this disabled or your transaction may not track. Please visit Settings in your device and click on your name to see if iCloud Private Relay has been disabled. Chargebacks, deleting the app and/or skipping levels will lead to a reversal of the reward or pending reward.&nbsp;</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "Use picture clues to unlock creative answers while saving high-value letters for key moves to maximize your score!"
},
{
"title": "You get points for placing letters correctly, completing words, playing all 5 letters, and fun bonus points tiles."
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
}
],
"goals": [
{
"goal_id": "jAlJqIUZa2TJ_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "jAlJqIUZa2TJ_16210",
"amount": 0.1,
"text": "Reach Level 3",
"days_left": 2,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "jAlJqIUZa2TJ_6932",
"amount": 0.1,
"text": "Reach Level 5",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "jAlJqIUZa2TJ_16201",
"amount": 0.1,
"text": "Reach Level 6",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "jAlJqIUZa2TJ_6933",
"amount": 0.1,
"text": "Reach Level 7",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "jAlJqIUZa2TJ_16199",
"amount": 0.3,
"text": "Reach Level 8",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "jAlJqIUZa2TJ_6934",
"amount": 1,
"text": "Reach Level 10",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "jAlJqIUZa2TJ_8073",
"amount": 2,
"text": "Reach Level 12",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "jAlJqIUZa2TJ_6935",
"amount": 7,
"text": "Reach Level 15",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "jAlJqIUZa2TJ_8074",
"amount": 10,
"text": "Reach Level 18",
"days_left": 60,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "jAlJqIUZa2TJ_8075",
"amount": 15,
"text": "Reach Level 24",
"days_left": 60,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "jAlJqIUZa2TJ_8076",
"amount": 25,
"text": "Reach Level 28",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "jAlJqIUZa2TJ_8077",
"amount": 30,
"text": "Reach Level 32",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "jAlJqIUZa2TJ_16211",
"amount": 0.3,
"text": "Play 80 Turns in 1 Day",
"days_left": 1,
"goal_type": "non-linear",
"section": "bonus",
"position": 14
},
{
"goal_id": "jAlJqIUZa2TJ_6936",
"amount": 0.5,
"text": "Reach League Rookie 1",
"days_left": 21,
"goal_type": "non-linear",
"section": "bonus",
"position": 15
},
{
"goal_id": "jAlJqIUZa2TJ_6937",
"amount": 1,
"text": "Reach League Rookie 3",
"days_left": 35,
"goal_type": "non-linear",
"section": "bonus",
"position": 16
},
{
"goal_id": "jAlJqIUZa2TJ_6938",
"amount": 1,
"text": "Reach League Pro 1",
"days_left": 42,
"goal_type": "non-linear",
"section": "bonus",
"position": 17
},
{
"goal_id": "jAlJqIUZa2TJ_6939",
"amount": 2.5,
"text": "Reach League pro 3",
"days_left": 56,
"goal_type": "non-linear",
"section": "bonus",
"position": 18
},
{
"goal_id": "jAlJqIUZa2TJ_9146",
"amount": 5,
"text": "Reach League Genius 2",
"days_left": 70,
"goal_type": "non-linear",
"section": "bonus",
"position": 19
},
{
"goal_id": "jAlJqIUZa2TJ_9148",
"amount": 24,
"text": "Reach League Champion",
"days_left": 84,
"goal_type": "non-linear",
"section": "bonus",
"position": 20
}
],
"budget_status": "Active",
"categories": [
{
"name": "Word"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/6f7a23fcb039ad11fe9060260fb8191b/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/6f7a23fcb039ad11fe9060260fb8191b/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 1.2,
"epi": 2.03,
"roas_d0": null,
"roas_d7": 45,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "l7Tr6cp9WNPn",
"bundle_id": "com.funcraft.farklecards",
"image_text": null,
"title": "farkle Cards",
"image": "https://cdn.besitos.ai/offers/BQ6hcMw19Cw7.png",
"square_image": "https://cdn.besitos.ai/offers/Wci0zNCbTONS.png",
"large_image": "https://cdn.besitos.ai/offers/y7L3EzcL8gkc.png",
"card_text": "Welcome to Farkle Cards - Play Farkle with cards instead of dice!",
"amount": 155,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/l7Tr6cp9WNPn/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: rgb(255, 255, 255); color: rgb(95, 99, 104);\">Love the excitement of Farkle but crave something fresh and more strategic? Farkle Cards takes the beloved dice game and gives it a unique twist—using a deck of cards instead of dice! Prepare to rethink your strategy and outsmart your opponents in this clever new spin on the classic game. Since only certain cards are in play, remembering what’s been drawn and what’s still in the deck can give you the edge. It's not just about taking risks—it's about planning your moves and predicting outcomes!&nbsp;Challenge friends or players around the world in head-to-head duels. </span></p><p><span style=\"background-color: rgb(255, 255, 255); color: rgb(95, 99, 104);\">Use your memory and tactics to beat your opponent and rise to the top!</span></p><p><em style=\"background-color: rgb(255, 255, 255);\"><span>\ufeff</span>\ufeffPlease see additional info for full requirements. </em></p><p><br></p>",
"details": "<p>Users must have newer phones (Android 11<span style=\"color: rgb(0, 0, 0); background-color: transparent;\"> or </span>iPhone 9 or newer) and the latest Operating Systems to qualify for this promotion. In addition, playing in Offline Mode may cause events to not be tracked or rewards to be reversed. </p><p>All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 40<span style=\"background-color: rgb(255, 255, 255);\"> days (average of 20 days)</span> to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Note: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need this disabled or your transaction may not track. Please visit Settings in your device and click on your name to see if iCloud Private Relay has been disabled.</p><p>Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</p><p>New Players Only!</p>",
"points": [
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
},
{
"title": "Only certain cards are in play, remember what’s been drawn and what’s still in the deck to have an advantage!"
}
],
"goals": [
{
"goal_id": "l7Tr6cp9WNPn_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "l7Tr6cp9WNPn_9988",
"amount": 0.1,
"text": "Reach Level 5",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "l7Tr6cp9WNPn_9989",
"amount": 0.5,
"text": "Reach Level 7",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "l7Tr6cp9WNPn_11085",
"amount": 1.5,
"text": "Reach Level 10",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "l7Tr6cp9WNPn_9990",
"amount": 1.5,
"text": "Reach Level 12",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "l7Tr6cp9WNPn_14899",
"amount": 2,
"text": "Reach Level 14",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "l7Tr6cp9WNPn_9992",
"amount": 2.5,
"text": "Reach Level 15",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "l7Tr6cp9WNPn_14900",
"amount": 3,
"text": "Reach Level 17",
"days_left": 16,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "l7Tr6cp9WNPn_14901",
"amount": 15,
"text": "Reach Level 19",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "l7Tr6cp9WNPn_14922",
"amount": 30,
"text": "Reach Level 22",
"days_left": 26,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "l7Tr6cp9WNPn_9995",
"amount": 40,
"text": "Reach Level 24",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "l7Tr6cp9WNPn_9996",
"amount": 55,
"text": "Reach Level 30",
"days_left": 50,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "l7Tr6cp9WNPn_14919",
"amount": 0.1,
"text": "Reach Third Wooden Chest",
"days_left": 3,
"goal_type": "non-linear",
"section": "bonus",
"position": 13
},
{
"goal_id": "l7Tr6cp9WNPn_14914",
"amount": 0.3,
"text": "Reach Second Golden Chest",
"days_left": 5,
"goal_type": "non-linear",
"section": "bonus",
"position": 14
},
{
"goal_id": "l7Tr6cp9WNPn_14910",
"amount": 0.5,
"text": "Reach Fifth Golden Chest",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 15
},
{
"goal_id": "l7Tr6cp9WNPn_14888",
"amount": 3,
"text": "Make a Purchase",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 16
}
],
"budget_status": "Active",
"categories": [
{
"name": "Card"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/ad78fdb5cf209a629666234e9731c3f6/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/ad78fdb5cf209a629666234e9731c3f6/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.93,
"epi": 2.06,
"roas_d0": null,
"roas_d7": 55,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "zjurXDTD7evo",
"bundle_id": "com.peoplefun.wordcross",
"image_text": null,
"title": "Wordscapes",
"image": "https://cdn.besitos.ai/offers/doeravefbdxN.png",
"square_image": "https://cdn.besitos.ai/offers/2tcTYvfoJTBk.webp",
"large_image": "https://cdn.besitos.ai/offers/YaNGmnCgB1Vr.png",
"card_text": "Swipe letters, uncover hidden words and explore stunning scenic landscapes.",
"amount": 125,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/zjurXDTD7evo/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Escape into a world of relaxing word puzzles where every swipe brings you closer to uncovering hidden words. Wordscapes combines the classic fun of crossword puzzles with stunning scenic landscapes that change as you progress. Swipe letters to create words, solve over 6,000 brain‑teasing levels, and discover new challenges every day.&nbsp;</span></p><p><br></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New players only. Users must have Android 11&nbsp; or newer and the latest Android Operating System in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 31 days (average of 14 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Chargebacks, deleting the app and/or skipping levels will lead to a reversal of the reward or pending reward.&nbsp;</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "Boost your vocabulary while solving creative crosswords."
},
{
"title": "In-app purchases are highly recommended to complete the Levels faster!"
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
}
],
"goals": [
{
"goal_id": "zjurXDTD7evo_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "zjurXDTD7evo_12801",
"amount": 0.05,
"text": "Complete level 25",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "zjurXDTD7evo_12802",
"amount": 0.1,
"text": "Complete level 80",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "zjurXDTD7evo_12803",
"amount": 0.15,
"text": "Complete level 100",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "zjurXDTD7evo_12804",
"amount": 0.2,
"text": "Complete level 200",
"days_left": 8,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "zjurXDTD7evo_12805",
"amount": 0.5,
"text": "Complete level 300",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "zjurXDTD7evo_12806",
"amount": 1,
"text": "Complete level 500",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "zjurXDTD7evo_12807",
"amount": 2,
"text": "Complete level 700",
"days_left": 15,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "zjurXDTD7evo_15345",
"amount": 3,
"text": "Complete level 1000",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "zjurXDTD7evo_15346",
"amount": 5,
"text": "Complete level 1250",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "zjurXDTD7evo_15347",
"amount": 7,
"text": "Complete level 1500",
"days_left": 25,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "zjurXDTD7evo_18636",
"amount": 10,
"text": "Complete level 2000",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "zjurXDTD7evo_18637",
"amount": 16,
"text": "Complete level 2500",
"days_left": 35,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "zjurXDTD7evo_18639",
"amount": 25,
"text": "Complete level 3000",
"days_left": 45,
"goal_type": "linear",
"section": "linear",
"position": 14
},
{
"goal_id": "zjurXDTD7evo_18642",
"amount": 40,
"text": "Complete level 4000",
"days_left": 50,
"goal_type": "linear",
"section": "linear",
"position": 15
},
{
"goal_id": "zjurXDTD7evo_12808",
"amount": 15,
"text": "Complete level 900 and make In app purchase",
"days_left": 6,
"goal_type": "non-linear",
"section": "bonus",
"position": 16
}
],
"budget_status": "Active",
"categories": [
{
"name": "Word"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"device": "android",
"stats": {
"epc": 0.27,
"epi": 1.98,
"roas_d0": null,
"roas_d7": 50,
"roas_d14": null,
"roas_d30": 87,
"retention_rate_d1": null,
"retention_rate_d7": 27,
"retention_rate_d14": null,
"retention_rate_d30": 15
}
},
{
"id": "SDcZmDTCNxXz",
"bundle_id": "com.tripledot.tiles.mosaic",
"image_text": null,
"title": "Mosaic Match: Tile Game",
"image": "https://cdn.besitos.ai/offers/wLq2BqPxNe3Y.png",
"square_image": "https://cdn.besitos.ai/offers/UgCdN01Ij4cE.webp",
"large_image": "https://cdn.besitos.ai/offers/j8gbKOcwvsTP.png",
"card_text": "Match geometric tiles and mandalas in this calming, strategic puzzler.",
"amount": 256,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/SDcZmDTCNxXz/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Step into Mosaic Match, a mesmerizing match-three puzzle game where strategy meets relaxation. Match beautifully designed geometric tiles and intricate mandalas, challenge your mind with progressively tricky levels, and unwind in a calm, stress-free environment. With new puzzles, layouts and updates added regularly, every play session offers a fresh and satisfying experience that keeps your brain sharp and your focus clear.&nbsp;</span></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New players only. Users must have Android 11 or newer and the latest Android Operating Systems in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 31 days (average of 14 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Chargebacks, deleting the app and/or skipping levels will lead to a reversal of the reward or pending reward.&nbsp;</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "Challenge yourself with tricky puzzles and brainteasers."
},
{
"title": "Discover new tiles, modes, and puzzles regularly."
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
}
],
"goals": [
{
"goal_id": "SDcZmDTCNxXz_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "SDcZmDTCNxXz_13452",
"amount": 0.05,
"text": "Reach level 4",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "SDcZmDTCNxXz_13453",
"amount": 0.05,
"text": "Reach level 6",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "SDcZmDTCNxXz_13454",
"amount": 0.1,
"text": "Reach level 11",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "SDcZmDTCNxXz_13456",
"amount": 0.15,
"text": "Reach level 21",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "SDcZmDTCNxXz_13458",
"amount": 0.2,
"text": "Reach level 31",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "SDcZmDTCNxXz_13459",
"amount": 0.25,
"text": "Reach level 51",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "SDcZmDTCNxXz_13461",
"amount": 0.5,
"text": "Reach level 101",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "SDcZmDTCNxXz_13463",
"amount": 0.8,
"text": "Reach level 151",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "SDcZmDTCNxXz_13464",
"amount": 1,
"text": "Reach level 176",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "SDcZmDTCNxXz_13465",
"amount": 1.2,
"text": "Reach level 201",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "SDcZmDTCNxXz_13466",
"amount": 1.5,
"text": "Reach level 251",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "SDcZmDTCNxXz_13467",
"amount": 2.5,
"text": "Reach level 301",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "SDcZmDTCNxXz_13468",
"amount": 2.7,
"text": "Reach level 351",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 14
},
{
"goal_id": "SDcZmDTCNxXz_13469",
"amount": 3,
"text": "Reach level 401",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 15
},
{
"goal_id": "SDcZmDTCNxXz_13470",
"amount": 5,
"text": "Reach level 501",
"days_left": 15,
"goal_type": "linear",
"section": "linear",
"position": 16
},
{
"goal_id": "SDcZmDTCNxXz_13471",
"amount": 10,
"text": "Reach level 1001",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 17
},
{
"goal_id": "SDcZmDTCNxXz_14176",
"amount": 15,
"text": "Reach level 1301",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 18
},
{
"goal_id": "SDcZmDTCNxXz_14178",
"amount": 20,
"text": "Reach level 1501",
"days_left": 25,
"goal_type": "linear",
"section": "linear",
"position": 19
},
{
"goal_id": "SDcZmDTCNxXz_15922",
"amount": 20,
"text": "Reach level 2001",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 20
},
{
"goal_id": "SDcZmDTCNxXz_15923",
"amount": 25,
"text": "Reach level 2501",
"days_left": 40,
"goal_type": "linear",
"section": "linear",
"position": 21
},
{
"goal_id": "SDcZmDTCNxXz_15924",
"amount": 27,
"text": "Reach level 3001",
"days_left": 50,
"goal_type": "linear",
"section": "linear",
"position": 22
},
{
"goal_id": "SDcZmDTCNxXz_15925",
"amount": 30,
"text": "Reach level 3501",
"days_left": 60,
"goal_type": "linear",
"section": "linear",
"position": 23
},
{
"goal_id": "SDcZmDTCNxXz_15926",
"amount": 40,
"text": "Reach level 4001",
"days_left": 70,
"goal_type": "linear",
"section": "linear",
"position": 24
},
{
"goal_id": "SDcZmDTCNxXz_15927",
"amount": 50,
"text": "Reach level 5001",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 25
}
],
"budget_status": "Active",
"categories": [
{
"name": "Match 3"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/fcafb958fb5197bbb3003477b2794b0c/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/fcafb958fb5197bbb3003477b2794b0c/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.45,
"epi": 2.08,
"roas_d0": null,
"roas_d7": 50,
"roas_d14": 83,
"roas_d30": 100,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "gkXojnWPCBmL",
"bundle_id": "com.funcraft.bingodice",
"image_text": null,
"title": "Bingo Dice",
"image": "https://cdn.besitos.ai/offers/PaNnDxTEmolp.png",
"square_image": "https://cdn.besitos.ai/offers/cpIVCBlopZia.png",
"large_image": "https://cdn.besitos.ai/offers/6y2J22uX6GO5.png",
"card_text": "Roll dice, match numbers and race your opponent to BINGO first.",
"amount": 150,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/gkXojnWPCBmL/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Bingo Dice is the ultimate PvP twist on classic bingo! Roll three dice, combine one or two to match numbers on your 5x5 board, and race your opponent to complete a Bingo — rows, columns, diagonals or four corners. Outsmart rivals, climb the leagues and unlock epic rewards. Think fast, play smart and dominate the board. Download now and join the global dice battle.</span></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New players only. Users must have Android 11 or newer and the latest Android Operating System in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 65 days (average of 28 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Chargebacks, deleting the ap, and/or skipping levels will lead to a reversal of the reward or pending reward.&nbsp;</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
},
{
"title": "In-app purchases are highly recommended to complete the Levels faster!"
},
{
"title": "Form a line vertically, horizontally, diagonally — or claim all 4 corners."
}
],
"goals": [
{
"goal_id": "gkXojnWPCBmL_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "gkXojnWPCBmL_14557",
"amount": 0.15,
"text": "Reach Level 2",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "gkXojnWPCBmL_14573",
"amount": 0.2,
"text": "Reach Level 4",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "gkXojnWPCBmL_14569",
"amount": 0.25,
"text": "Reach Level 5",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "gkXojnWPCBmL_14572",
"amount": 0.3,
"text": "Reach Level 6",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "gkXojnWPCBmL_14576",
"amount": 0.6,
"text": "Reach Level 8",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "gkXojnWPCBmL_14559",
"amount": 1.75,
"text": "Reach Level 10",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "gkXojnWPCBmL_14561",
"amount": 3.5,
"text": "Reach Level 12",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "gkXojnWPCBmL_14550",
"amount": 6,
"text": "Reach Level 15",
"days_left": 15,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "gkXojnWPCBmL_14564",
"amount": 8,
"text": "Reach Level 17",
"days_left": 15,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "gkXojnWPCBmL_14567",
"amount": 10,
"text": "Reach Level 20",
"days_left": 25,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "gkXojnWPCBmL_14568",
"amount": 15,
"text": "Reach Level 22",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "gkXojnWPCBmL_14551",
"amount": 20,
"text": "Reach Level 24",
"days_left": 35,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "gkXojnWPCBmL_14558",
"amount": 30,
"text": "Reach Level 26",
"days_left": 40,
"goal_type": "linear",
"section": "linear",
"position": 14
},
{
"goal_id": "gkXojnWPCBmL_14571",
"amount": 50,
"text": "Reach Level 30",
"days_left": 45,
"goal_type": "linear",
"section": "linear",
"position": 15
},
{
"goal_id": "gkXojnWPCBmL_14535",
"amount": 2.25,
"text": "Unlock Fifth Golden Chest",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 16
},
{
"goal_id": "gkXojnWPCBmL_14581",
"amount": 2,
"text": "Make a Purchase",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 17
}
],
"budget_status": "Active",
"categories": [
{
"name": "Board"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/77c4da6eba3341ed7534a62800b0f679/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/77c4da6eba3341ed7534a62800b0f679/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.8,
"epi": 2.11,
"roas_d0": null,
"roas_d7": 60,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "Qdb4uNCK2bVx",
"bundle_id": "com.funcraft.kismet",
"image_text": null,
"title": "Kismet: Dice Game",
"image": "https://cdn.besitos.ai/offers/re15GNJVCvR5.png",
"square_image": "https://cdn.besitos.ai/offers/s1n2gzPxxoA8.png",
"large_image": "https://cdn.besitos.ai/offers/qudHegMPm5Wy.png",
"card_text": "Roll colorful dice and match numbers AND colors to outscore your opponent.",
"amount": 161,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/Qdb4uNCK2bVx/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Kismet adds a twist to traditional dice games: Colors matter just as much as numbers! Your goal is to roll five colorful dice and create the best-scoring combinations using both numbers and colors. Each turn, you can roll up to three times, choosing which dice to keep and which to reroll to improve your hand. Score points by forming sets like straights, full houses or matching colors, and fill out your scorecard before your opponent does. Play solo, challenge friends or enter tournaments to climb the leaderboard.&nbsp;</span></p><p><br></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New players only. Users must have Android 11 or newer and the latest Android Operating System. Otherwise, you may not qualify for any of these promotions, and your transactions may not track fully or at all. All rewards applied to user accounts will have a Pending Period, typically ranging from 1 day to 60 days (average of 21 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Chargebacks, deleting the app and/or skipping levels will lead to a reversal of the reward or pending reward. Any Pending Reward may also be removed if the Player stops playing or uninstalls the game during the Pending Period.</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
},
{
"title": "Roll five dice up to three times per turn to create high-scoring combinations."
},
{
"title": "Dice have colored pips—so combinations are based on both numbers and colors."
}
],
"goals": [
{
"goal_id": "Qdb4uNCK2bVx_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "Qdb4uNCK2bVx_15167",
"amount": 0.1,
"text": "Reach Level 2",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "Qdb4uNCK2bVx_15170",
"amount": 0.2,
"text": "Reach Level 5",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "Qdb4uNCK2bVx_15171",
"amount": 0.5,
"text": "Reach Level 6",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "Qdb4uNCK2bVx_15172",
"amount": 0.8,
"text": "Reach Level 8",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "Qdb4uNCK2bVx_15165",
"amount": 1.4,
"text": "Reach Level 10",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "Qdb4uNCK2bVx_15175",
"amount": 2.5,
"text": "Reach Level 12",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "Qdb4uNCK2bVx_15157",
"amount": 5,
"text": "Reach Level 15",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "Qdb4uNCK2bVx_15158",
"amount": 8,
"text": "Reach Level 17",
"days_left": 24,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "Qdb4uNCK2bVx_15173",
"amount": 10,
"text": "Reach Level 20",
"days_left": 28,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "Qdb4uNCK2bVx_15160",
"amount": 16,
"text": "Reach Level 22",
"days_left": 32,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "Qdb4uNCK2bVx_15174",
"amount": 20,
"text": "Reach Level 24",
"days_left": 34,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "Qdb4uNCK2bVx_15162",
"amount": 20,
"text": "Reach Level 26",
"days_left": 38,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "Qdb4uNCK2bVx_15163",
"amount": 30,
"text": "Reach Level 28",
"days_left": 42,
"goal_type": "linear",
"section": "linear",
"position": 14
},
{
"goal_id": "Qdb4uNCK2bVx_15164",
"amount": 40,
"text": "Reach Level 30",
"days_left": 45,
"goal_type": "linear",
"section": "linear",
"position": 15
},
{
"goal_id": "Qdb4uNCK2bVx_15123",
"amount": 0.5,
"text": "Watch 40 Rewarded Videos",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 16
},
{
"goal_id": "Qdb4uNCK2bVx_15151",
"amount": 2,
"text": "Make a Purchase",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 17
},
{
"goal_id": "Qdb4uNCK2bVx_15150",
"amount": 0.3,
"text": "Unlock Fifth Wooden Chest",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 18
},
{
"goal_id": "Qdb4uNCK2bVx_15156",
"amount": 1,
"text": "Unlock Fifth Silver Chest",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 19
},
{
"goal_id": "Qdb4uNCK2bVx_15132",
"amount": 2.7,
"text": "Unlock Fifth Golden Chest",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 20
}
],
"budget_status": "Active",
"categories": [
{
"name": "Board"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/73741ed1905a0c00ef90e0c43432aef8/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/73741ed1905a0c00ef90e0c43432aef8/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 1.13,
"epi": 2.03,
"roas_d0": null,
"roas_d7": 60,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "JOMTzllDoQ9d",
"bundle_id": "com.mattel163.phase10",
"image_text": null,
"title": "Phase 10: Casual Card Game",
"image": "https://cdn.besitos.ai/offers/3IjbrB2d6l7r.jpg",
"square_image": "https://cdn.besitos.ai/offers/C8COtAjQO42T.png",
"large_image": "https://cdn.besitos.ai/offers/KpDrtNY3yDvj.png",
"card_text": "Race to complete 10 phases in this beloved rummy-inspired card game.",
"amount": 303,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/JOMTzllDoQ9d/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Phase 10: Casual Card Game brings the beloved rummy-inspired card game to mobile with new twists and endless fun. From the creators of UNO!, Phase 10 has entertained families and friends for over 40 years, and now it’s easier than ever to play on the go. The rules are simple yet challenging: Race to complete 10 unique “phases” by collecting sets of cards with matching numbers and colors. Each completed phase unlocks the next challenge, but fail to finish and you’ll have to try again. With every round, the competition heats up as you aim to stay ahead of your opponents. Looking for more ways to play? Train your brain daily with new puzzles and rules in the Daily Challenges mode, or kick back with offline play in Journey mode, where you can explore global destinations and enjoy relaxing solitaire-style card games. Power-ups and rewards keep each round engaging and fresh. Feeling competitive? Take the action online in global tournaments, climb leaderboards and prove your skills against players from around the world. With monthly themed events, there’s always something new to explore — special challenges, collectible items and even the chance to gift friends along the way. Whether you have just 10 minutes or a whole afternoon, Phase 10 is the perfect blend of strategy, fun and competition.&nbsp;</span></p><p><br></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New players only. Users must have phones less than 3 years old and the latest Operating Systems. Otherwise, you may not qualify for any of these promotions, and your transactions may not track fully or at all.All rewards applied to user accounts will have a Pending Period typically ranging from 14 days to 40 days (average of 28 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Chargebacks, deleting the app and/or skipping levels will lead to a reversal of the reward or pending reward. Any Pending Reward may also be removed if the Player stops playing or uninstalls the game during the Pending Period.&nbsp;</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "Play the official Phase 10, a rummy-inspired card game enjoyed by millions worldwide."
},
{
"title": "Sharpen your mind with daily puzzles, unique rules, and tricky patterns."
},
{
"title": "Join global tournaments, earn coins, and climb leaderboards against players everywhere."
}
],
"goals": [
{
"goal_id": "JOMTzllDoQ9d_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "JOMTzllDoQ9d_15685",
"amount": 0.05,
"text": "Complete Level 14",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "JOMTzllDoQ9d_15687",
"amount": 0.45,
"text": "Complete Level 20",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "JOMTzllDoQ9d_15688",
"amount": 2,
"text": "Complete Level 30",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "JOMTzllDoQ9d_15689",
"amount": 4,
"text": "Complete Level 40",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "JOMTzllDoQ9d_15690",
"amount": 10,
"text": "Complete Level 50",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "JOMTzllDoQ9d_15692",
"amount": 20,
"text": "Complete Level 70",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "JOMTzllDoQ9d_15695",
"amount": 30,
"text": "Complete Level 100",
"days_left": 17,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "JOMTzllDoQ9d_15696",
"amount": 40,
"text": "Complete Level 150",
"days_left": 25,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "JOMTzllDoQ9d_15697",
"amount": 50,
"text": "Complete Level 200",
"days_left": 32,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "JOMTzllDoQ9d_18915",
"amount": 60,
"text": "Complete Level 300",
"days_left": 40,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "JOMTzllDoQ9d_18917",
"amount": 80,
"text": "Complete Level 400",
"days_left": 50,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "JOMTzllDoQ9d_15711",
"amount": 2,
"text": "Purchase any $1.99 package",
"days_left": 5,
"goal_type": "non-linear",
"section": "bonus",
"position": 13
},
{
"goal_id": "JOMTzllDoQ9d_15712",
"amount": 4.5,
"text": "Purchase any $4.99 package",
"days_left": 5,
"goal_type": "non-linear",
"section": "bonus",
"position": 14
}
],
"budget_status": "Active",
"categories": [
{
"name": "Casual"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/2cd955d96f3316c5cda0f313380c4eaa/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/2cd955d96f3316c5cda0f313380c4eaa/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.09,
"epi": 2.6,
"roas_d0": null,
"roas_d7": 35,
"roas_d14": null,
"roas_d30": 100,
"retention_rate_d1": 44,
"retention_rate_d7": null,
"retention_rate_d14": 18,
"retention_rate_d30": 13
}
},
{
"id": "3utVAIqIbGQe",
"bundle_id": "net.peakgames.toonblast",
"image_text": null,
"title": "Toon Blast",
"image": "https://cdn.besitos.ai/offers/qPqAMTZ0yRdZ.jpg",
"square_image": "https://cdn.besitos.ai/offers/aFKZnpy4Zsjf.png",
"large_image": "https://cdn.besitos.ai/offers/oP7mnHTnL3kt.jpg",
"card_text": "Blast colorful cubes, solve puzzles and adventure with Cooper, Wally and Bruno.",
"amount": 333,
"amount_currency": "$",
"cpi": 2.48,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/3utVAIqIbGQe/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">From the creators of Toy Blast comes the ultimate puzzle adventure full of crazy characters, fun levels and explosive action! Dive into wacky worlds with Cooper Cat, Wally Wolf and Bruno Bear to solve cube puzzles, unlock powerful combos and help the Toon gang travel through magical lands. Join the wildest puzzle journey and have a blast every step of the way! Create your own team and compete with others to rule the puzzle world, plus receive lives from your teammates to keep on playing. Jump into the Toon gang’s wild adventure, blast away boredom, and have endless fun every day!</span></p><p><br></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New players only. Users must have iPhone 9 or newer and the latest Android Operating System in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 40 days to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Chargebacks, deleting the app and/or skipping levels will lead to a reversal of the reward or pending reward.&nbsp;</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "Complete tons of challenging levels and unlock new episodes!"
},
{
"title": "In-app purchases are highly recommended to complete the Levels faster!"
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
}
],
"goals": [
{
"goal_id": "3utVAIqIbGQe_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "3utVAIqIbGQe_16078",
"amount": 0.05,
"text": "Complete level 6",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "3utVAIqIbGQe_16079",
"amount": 0.1,
"text": "Complete level 15",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "3utVAIqIbGQe_16081",
"amount": 0.25,
"text": "Complete level 45",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "3utVAIqIbGQe_16083",
"amount": 0.6,
"text": "Complete level 80",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "3utVAIqIbGQe_16085",
"amount": 1,
"text": "Complete level 120",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "3utVAIqIbGQe_16087",
"amount": 2,
"text": "Complete level 240",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "3utVAIqIbGQe_16089",
"amount": 2,
"text": "Complete level 480",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "3utVAIqIbGQe_21999",
"amount": 4,
"text": "Complete level 700",
"days_left": 24,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "3utVAIqIbGQe_16093",
"amount": 7,
"text": "Complete level 1150",
"days_left": 35,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "3utVAIqIbGQe_16094",
"amount": 10,
"text": "Complete level 1500",
"days_left": 40,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "3utVAIqIbGQe_16096",
"amount": 12,
"text": "Complete level 3050",
"days_left": 60,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "3utVAIqIbGQe_16097",
"amount": 17,
"text": "Complete level 4060",
"days_left": 80,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "3utVAIqIbGQe_16098",
"amount": 20,
"text": "Complete level 5025",
"days_left": 100,
"goal_type": "linear",
"section": "linear",
"position": 14
},
{
"goal_id": "3utVAIqIbGQe_16099",
"amount": 30,
"text": "Complete level 6260",
"days_left": 120,
"goal_type": "linear",
"section": "linear",
"position": 15
},
{
"goal_id": "3utVAIqIbGQe_16100",
"amount": 40,
"text": "Complete level 7325",
"days_left": 140,
"goal_type": "linear",
"section": "linear",
"position": 16
},
{
"goal_id": "3utVAIqIbGQe_16101",
"amount": 50,
"text": "Complete level 8695",
"days_left": 180,
"goal_type": "linear",
"section": "linear",
"position": 17
},
{
"goal_id": "3utVAIqIbGQe_16088",
"amount": 5,
"text": "TURBO EARNINGS: Complete level 400 and make at least one in-app purchase",
"days_left": 2,
"goal_type": "non-linear",
"section": "turbo",
"position": 18
},
{
"goal_id": "3utVAIqIbGQe_16091",
"amount": 30,
"text": "TURBO EARNINGS: Complete level 800 and make at least one in-app purchase",
"days_left": 7,
"goal_type": "non-linear",
"section": "turbo",
"position": 19
},
{
"goal_id": "3utVAIqIbGQe_16095",
"amount": 80,
"text": "TURBO EARNINGS: Complete level 2215 and make at least one in-app purchase",
"days_left": 10,
"goal_type": "non-linear",
"section": "turbo",
"position": 20
},
{
"goal_id": "3utVAIqIbGQe_16108",
"amount": 3,
"text": "Win Shield Clash event at the first position",
"days_left": 5,
"goal_type": "non-linear",
"section": "bonus",
"position": 21
},
{
"goal_id": "3utVAIqIbGQe_16107",
"amount": 11,
"text": "Purchase the super bundle",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 22
},
{
"goal_id": "3utVAIqIbGQe_16106",
"amount": 5,
"text": "Purchase the toon bundle",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 23
},
{
"goal_id": "3utVAIqIbGQe_16103",
"amount": 2,
"text": "Purchase the beginner pass",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 24
},
{
"goal_id": "3utVAIqIbGQe_16104",
"amount": 1,
"text": "Purchase the beginner bundle",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 25
}
],
"budget_status": "Active",
"categories": [
{
"name": "Puzzle"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/8abcd33e22e5780c7c7544c60d0f5532/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/8abcd33e22e5780c7c7544c60d0f5532/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.21,
"epi": 2.38,
"roas_d0": null,
"roas_d7": 12,
"roas_d14": null,
"roas_d30": 25,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "Qc5U5Djx4eMV",
"bundle_id": "net.peakgames.amy",
"image_text": null,
"title": "Toy Blast",
"image": "https://cdn.besitos.ai/offers/Cjqx26aAtlvQ.jpg",
"square_image": "https://cdn.besitos.ai/offers/X8CWIvKF4fSB.png",
"large_image": "https://cdn.besitos.ai/offers/SEYEOAVBbK7l.jpg",
"card_text": "Blast cubes, unlock combos and follow Amy through hilarious adventures.",
"amount": 345,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/Qc5U5Djx4eMV/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Toy Blast is a vibrant match-3 puzzle game that combines classic cube-blasting mechanics with competitive tournaments and team-based gameplay, perfect for players seeking both casual puzzle fun and competitive challenges. Blast colorful cubes with powerful boosters and exciting combos across challenging levels while you follow Amy and her friends through hilarious episodes and adventurous storylines. Participate in Cube Party, Star Tournament, Team Adventure, Crown Rush and more daily events and tournaments to earn boosters and unlock unlimited lives.&nbsp; Toy Blast delivers endless entertainment with its colorful puzzle mechanics and competition features.. The game balances accessible match-3 gameplay with deeper competitive elements, making it appealing to both casual players and dedicated puzzle enthusiasts.&nbsp;</span></p><p><br></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New players only. Users must have Android 11 or newer and the latest Android Operating System in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 40 days to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Chargebacks, deleting the app and/or skipping levels will lead to a reversal of the reward or pending reward.&nbsp;</span></p><p><br></p><p><br></p>",
"points": [
{
"title": "Play Toy Blast for exciting puzzles you will love!"
},
{
"title": "In-app purchases are highly recommended to complete the Levels faster!"
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
}
],
"goals": [
{
"goal_id": "Qc5U5Djx4eMV_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "Qc5U5Djx4eMV_17129",
"amount": 0.05,
"text": "Reach level 7",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "Qc5U5Djx4eMV_17130",
"amount": 0.1,
"text": "Reach level 19",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "Qc5U5Djx4eMV_17131",
"amount": 0.1,
"text": "Reach level 46",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "Qc5U5Djx4eMV_17132",
"amount": 0.25,
"text": "Reach level 86",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "Qc5U5Djx4eMV_17133",
"amount": 0.5,
"text": "Reach level 151",
"days_left": 15,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "Qc5U5Djx4eMV_17135",
"amount": 2,
"text": "Reach level 451",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "Qc5U5Djx4eMV_19593",
"amount": 5,
"text": "Reach level 726",
"days_left": 35,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "Qc5U5Djx4eMV_17138",
"amount": 7,
"text": "Reach level 1251",
"days_left": 50,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "Qc5U5Djx4eMV_19595",
"amount": 10,
"text": "Reach level 1501",
"days_left": 60,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "Qc5U5Djx4eMV_19596",
"amount": 12,
"text": "Reach level 2001",
"days_left": 75,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "Qc5U5Djx4eMV_19597",
"amount": 15,
"text": "Reach level 3001",
"days_left": 75,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "Qc5U5Djx4eMV_17140",
"amount": 25,
"text": "Reach level 3836",
"days_left": 75,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "Qc5U5Djx4eMV_17141",
"amount": 50,
"text": "Reach level 5026",
"days_left": 90,
"goal_type": "linear",
"section": "linear",
"position": 14
},
{
"goal_id": "Qc5U5Djx4eMV_17142",
"amount": 80,
"text": "Reach level 7416",
"days_left": 120,
"goal_type": "linear",
"section": "linear",
"position": 15
},
{
"goal_id": "Qc5U5Djx4eMV_17134",
"amount": 15,
"text": "TURBO EARNINGS: Reach level 301 and make at least one in-app purchase",
"days_left": 1,
"goal_type": "non-linear",
"section": "turbo",
"position": 16
},
{
"goal_id": "Qc5U5Djx4eMV_17137",
"amount": 30,
"text": "TURBO EARNINGS: Reach level 851 and make at least one in-app purchase",
"days_left": 5,
"goal_type": "non-linear",
"section": "turbo",
"position": 17
},
{
"goal_id": "Qc5U5Djx4eMV_17139",
"amount": 80,
"text": "TURBO EARNINGS: Reach level 2536 and make at least one in-app purchase",
"days_left": 15,
"goal_type": "non-linear",
"section": "turbo",
"position": 18
},
{
"goal_id": "Qc5U5Djx4eMV_21074",
"amount": 11,
"text": "Purchase Super Bundle",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 19
},
{
"goal_id": "Qc5U5Djx4eMV_17143",
"amount": 2,
"text": "Make a purchase",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 20
}
],
"budget_status": "Active",
"categories": [
{
"name": "Puzzle"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/6c142ea41d99bceeafbceb9ee783526d/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/6c142ea41d99bceeafbceb9ee783526d/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.34,
"epi": 1.95,
"roas_d0": null,
"roas_d7": 20,
"roas_d14": null,
"roas_d30": 55,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "ZJ0Y96xXBCss",
"bundle_id": "com.king.candycrushsaga",
"image_text": null,
"title": "Candy Crush",
"image": "https://cdn.besitos.ai/offers/XeHDzg1Mn3MC.jpg",
"square_image": "https://cdn.besitos.ai/offers/Wif9uclPGF19.png",
"large_image": "https://cdn.besitos.ai/offers/be2uIg3PDsVg.jpg",
"card_text": "Match, pop, and blast candies in this tasty puzzle adventure!",
"amount": 90,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/ZJ0Y96xXBCss/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"color: var(--tw-prose-bold);\">Enter the sweetest puzzle world ever created! 🍭</span></p><p>Step into Candy Crush Saga — the legendary match-3 puzzle game from King, loved by millions around the globe! Match, pop, and blast your way through deliciously designed levels packed with candies, chocolate, and jam. Quick thinking and smart moves bring sweet rewards and endless fun across thousands of challenges!</p><p><strong style=\"color: var(--tw-prose-bold);\">Key Highlights:</strong></p><p>🎯 Master thousands of&nbsp;<em>match-3 puzzles</em>&nbsp;— new levels added every 2 weeks!</p><p>🎡&nbsp;<em>Spin the Daily Booster Wheel</em>&nbsp;for jelly fishes, boosters, and tasty treats.</p><p>🌈 Play exciting modes like&nbsp;<em>Rainbow Rapids</em>&nbsp;and&nbsp;<em>Clear the Jelly</em>.</p><p>🧩 Challenge levels from&nbsp;<em>easy to expert</em>, playable&nbsp;<em>online or offline</em>.</p><p>🏆&nbsp;<em>Compete with friends</em>&nbsp;and climb the leaderboard for sweet bragging rights.</p><p>🎉 Join special events like the&nbsp;<em>All Stars Tournament</em>&nbsp;for a chance to win real rewards.</p><p>Indulge in the most iconic match-3 adventure ever made. Blast candies, spread jam, and collect rewards in a sugar-coated world you’ll never want to leave!</p>",
"details": "<p><span style=\"background-color: transparent;\">Users must have newer phones (Android 11 or newer) and the latest Operating Systems in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed.</span></p><p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 40 days to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Note: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need this disabled or your transaction may not track. Please visit Settings in your device and click on your name to see if iCloud Private Relay has been disabled.</span></p><p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</span></p><p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New Players Only!</span></p>",
"points": [
{
"title": "Become the master of the Candy Kingdom!"
},
{
"title": "In-app purchases are highly recommended to complete the Levels faster!"
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
}
],
"goals": [
{
"goal_id": "ZJ0Y96xXBCss_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "ZJ0Y96xXBCss_18691",
"amount": 0.5,
"text": "Reach level 60",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "ZJ0Y96xXBCss_18692",
"amount": 2,
"text": "Reach level 115",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "ZJ0Y96xXBCss_18693",
"amount": 10,
"text": "Reach level 407",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "ZJ0Y96xXBCss_18694",
"amount": 18,
"text": "Reach level 831",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "ZJ0Y96xXBCss_18695",
"amount": 50,
"text": "Reach level 1401",
"days_left": 35,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "ZJ0Y96xXBCss_22122",
"amount": 0.3,
"text": "Play for at least 75 minutes right after download",
"days_left": 1,
"goal_type": "non-linear",
"section": "bonus",
"position": 7
},
{
"goal_id": "ZJ0Y96xXBCss_21532",
"amount": 1.5,
"text": "Reach Level 114 and watch at least 10 ads",
"days_left": 3,
"goal_type": "non-linear",
"section": "bonus",
"position": 8
},
{
"goal_id": "ZJ0Y96xXBCss_18689",
"amount": 1,
"text": "Make a purchase",
"days_left": 3,
"goal_type": "non-linear",
"section": "bonus",
"position": 9
},
{
"goal_id": "ZJ0Y96xXBCss_21871",
"amount": 6.7,
"text": "Purchase $7.99 Bundle",
"days_left": 5,
"goal_type": "non-linear",
"section": "bonus",
"position": 10
}
],
"budget_status": "Active",
"categories": [
{
"name": "Match 3"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/66afc566cac700cdfa9e3aa3b850e22b/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/66afc566cac700cdfa9e3aa3b850e22b/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.32,
"epi": 2.05,
"roas_d0": null,
"roas_d7": 20,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": 30,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "t63SuGOnOnqh",
"bundle_id": "com.partyup.blockjam",
"image_text": "Match bright 3D blocks and relax with endless puzzles!",
"title": "Block Jam 3D: Color Puzzle",
"image": "https://cdn.besitos.ai/offers/eAsieDMztQEP.jpg",
"square_image": "https://cdn.besitos.ai/offers/LNYDkEvyEBUl.png",
"large_image": "https://cdn.besitos.ai/offers/bbgkurn1jjPO.jpg",
"card_text": "Match bright 3D blocks, outsmart tricky layouts, and relax with endless puzzles!",
"amount": 150,
"amount_currency": "$",
"cpi": 2.17,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/t63SuGOnOnqh/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p>Dive into Block Jam 3D and start matching colorful blockies to clear your tray and solve each puzzle. Pick up blocks from the board, organize them carefully, and group three of the same color to make them disappear. Plan ahead to avoid filling your tray, use boosters when you get stuck, and unlock new worlds as you progress. Every level brings a fresh challenge, new mechanics, and even crazier blockie antics. Jump in now and start jamming through hundreds of relaxing 3D puzzles—download and play today!</p><p><strong style=\"background-color: rgb(255, 255, 255);\">In-app purchases are highly recommended to complete the Levels faster!</strong></p><p><strong style=\"background-color: rgb(255, 255, 255);\"><span>\ufeff</span>\ufeff\ufeffIn app purchases must be made prior to achievement of Turbo Earnings, in order to qualify, or any credits may be reversed.</strong></p><p><em style=\"background-color: rgb(255, 255, 255);\">Please see additional info for full requirements.</em></p>",
"details": "<p>Users must have newer phones (Android 11 or newer) and the latest Operating Systems in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed.</p><p>All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 31 days (average of 14 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Note: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need this disabled or your transaction may not track. Please visit Settings in your device and click on your name to see if iCloud Private Relay has been disabled.</p><p>Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</p><p>New Players Only!</p><p><span style=\"background-color: rgb(255, 255, 255);\">In-app purchases must be made prior to achievement of Turbo Earnings, in order to qualify, or any credits may be reversed. For Turbo Earnings of $75 or more, in-app purchases totaling at least $10 must be made and tracked by the relevant tracking platform(s) prior to achieving the Level(s) corresponding to the Turbo Earnings event(s).</span></p>",
"points": [
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
},
{
"title": "In-app purchases are highly recommended to complete the Levels faster!"
},
{
"title": "Use obstacles and walls to your advantage: some blocks slide until they hit something, so you can use existing blocks or borders to “stop” a block at just the right spot."
}
],
"goals": [
{
"goal_id": "t63SuGOnOnqh_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "t63SuGOnOnqh_19547",
"amount": 0.05,
"text": "Reach Level 10",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "t63SuGOnOnqh_19555",
"amount": 0.05,
"text": "Reach Level 30",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "t63SuGOnOnqh_19543",
"amount": 0.05,
"text": "Reach Level 50",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "t63SuGOnOnqh_19542",
"amount": 0.1,
"text": "Reach Level 100",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "t63SuGOnOnqh_19551",
"amount": 0.2,
"text": "Reach Level 150",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "t63SuGOnOnqh_19559",
"amount": 0.3,
"text": "Reach Level 200",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "t63SuGOnOnqh_19549",
"amount": 0.75,
"text": "Reach Level 250",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "t63SuGOnOnqh_19540",
"amount": 1.5,
"text": "Reach Level 300",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "t63SuGOnOnqh_19552",
"amount": 4,
"text": "Reach Level 400",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "t63SuGOnOnqh_19557",
"amount": 7,
"text": "Reach Level 700",
"days_left": 15,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "t63SuGOnOnqh_19550",
"amount": 10,
"text": "Reach Level 900",
"days_left": 18,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "t63SuGOnOnqh_19548",
"amount": 15,
"text": "Reach Level 1500",
"days_left": 25,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "t63SuGOnOnqh_19561",
"amount": 20,
"text": "Reach Level 2500",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 14
},
{
"goal_id": "t63SuGOnOnqh_19546",
"amount": 30,
"text": "Reach Level 3000",
"days_left": 40,
"goal_type": "linear",
"section": "linear",
"position": 15
},
{
"goal_id": "t63SuGOnOnqh_19560",
"amount": 15,
"text": "TURBO EARNINGS: Reach Level 500 and make at least one in-app purchase",
"days_left": 5,
"goal_type": "non-linear",
"section": "turbo",
"position": 16
},
{
"goal_id": "t63SuGOnOnqh_19558",
"amount": 25,
"text": "TURBO EARNINGS: Reach Level 800 and make at least one in-app purchase",
"days_left": 8,
"goal_type": "non-linear",
"section": "turbo",
"position": 17
},
{
"goal_id": "t63SuGOnOnqh_19530",
"amount": 1,
"text": "Make1 Purchase",
"days_left": 5,
"goal_type": "non-linear",
"section": "bonus",
"position": 18
},
{
"goal_id": "t63SuGOnOnqh_19532",
"amount": 2,
"text": "Make 3 Purchases",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 19
},
{
"goal_id": "t63SuGOnOnqh_19534",
"amount": 3,
"text": "Make 5 Purchases",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 20
},
{
"goal_id": "t63SuGOnOnqh_21188",
"amount": 5,
"text": "Make 10 Purchases",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 21
},
{
"goal_id": "t63SuGOnOnqh_21190",
"amount": 10,
"text": "Make 20 Purchases",
"days_left": 15,
"goal_type": "non-linear",
"section": "bonus",
"position": 22
}
],
"budget_status": "Active",
"categories": [
{
"name": "Puzzle"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/e0eb9d8fd6a4b3d95a5215d58c4ae2d3/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/e0eb9d8fd6a4b3d95a5215d58c4ae2d3/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.77,
"epi": 2.27,
"roas_d0": 30,
"roas_d7": 70,
"roas_d14": null,
"roas_d30": 100,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "t4ZqDVVIHUSN",
"bundle_id": "com.eastwealth.festive.spins",
"image_text": "Spin vibrant reels with glowing coins and festive Eastern charm",
"title": "Eastern Wealth Spins",
"image": "https://cdn.besitos.ai/offers/IEdEd3J5cEOr.webp",
"square_image": "https://cdn.besitos.ai/offers/937gJFAHJB9B.webp",
"large_image": "https://cdn.besitos.ai/offers/7WcfJOR19iz6.webp",
"card_text": "Eastern prosperity theme with golden coins and festival flair",
"amount": 570,
"amount_currency": "$",
"cpi": 3.59,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/t4ZqDVVIHUSN/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p>Welcome to <strong>Eastern Wealth Spins</strong> a slot game where every spin feels like a celebration of fortune and charm. Inspired by symbols of prosperity and good luck from Eastern traditions you’ll find yourself spinning alongside the Wealth Deity and the Blessed Buddha as glowing coins shine and festive rewards appear on colorful reels.&nbsp;</p><p>Each spin is an invitation to a joyful journey through a world full of vibrant visuals lively sound effects and charming celebrations. The game’s design blends traditional Eastern motifs with dynamic slot play creating an atmosphere that feels both rich in culture and endlessly entertaining. From the festive icons to the immersive ambiance this game turns every moment into a little festival of luck and happiness.&nbsp;</p><p>Beyond the eye-catching graphics and sounds <strong>Eastern Wealth Spins</strong> offers engaging bonus rounds that reward matching symbols and special features that add excitement to your play. Whether you’re chasing glowing coins or triggering extra surprises every spin brings new energy and fun. It’s a bright uplifting slot experience designed to keep you smiling with each reel turn.&nbsp;</p>",
"details": "<p>Note: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need this disabled or your transaction may NOT track. Check Settings in your device and click on your name, then iCloud, to see if iCloud Private Relay has been disabled.</p><p>Users must have newer phones (iPhone 9 or newer) and the latest Operating Systems in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. </p><p>All rewards applied to user accounts will have a Pending Period typically ranging from <span style=\"background-color: rgb(255, 255, 255);\">14 day to 40 </span>days (average of 28 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. </p><p>Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</p><p>New Players Only!</p><p><br></p><p><span style=\"background-color: rgb(255, 255, 255);\">iCloud Private Relay users: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need to disable it for tracking. Go to Settings &gt; Your Name &gt; iCloud to check if it's turned off.</span></p>",
"points": [
{
"title": "Exciting bonus rounds and glowing symbols reward every spin"
},
{
"title": "Immersive design and upbeat sound bring each moment to life"
},
{
"title": "Stunning visuals and lively sound make every spin a joy"
}
],
"goals": [
{
"goal_id": "t4ZqDVVIHUSN_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "t4ZqDVVIHUSN_20780",
"amount": 0.5,
"text": "Total spin 500 times",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "t4ZqDVVIHUSN_20781",
"amount": 4,
"text": "Total spin 1000 times",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "t4ZqDVVIHUSN_20783",
"amount": 20,
"text": "Total spin 5000 times",
"days_left": 8,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "t4ZqDVVIHUSN_20786",
"amount": 30,
"text": "Total spin 20000 times",
"days_left": 18,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "t4ZqDVVIHUSN_20788",
"amount": 40,
"text": "Total spin 30000 times",
"days_left": 22,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "t4ZqDVVIHUSN_20790",
"amount": 50,
"text": "Total spin 40000 times",
"days_left": 26,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "t4ZqDVVIHUSN_20792",
"amount": 70,
"text": "Total spin 50000 times",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "t4ZqDVVIHUSN_20782",
"amount": 50,
"text": "Total spin 2000 times",
"days_left": 2,
"goal_type": "non-linear",
"section": "turbo",
"position": 9
},
{
"goal_id": "t4ZqDVVIHUSN_20785",
"amount": 100,
"text": "Total spin 15000 times",
"days_left": 10,
"goal_type": "non-linear",
"section": "turbo",
"position": 10
},
{
"goal_id": "t4ZqDVVIHUSN_20789",
"amount": 150,
"text": "Total spin 35000 times",
"days_left": 15,
"goal_type": "non-linear",
"section": "turbo",
"position": 11
},
{
"goal_id": "t4ZqDVVIHUSN_20775",
"amount": 0.1,
"text": "Complete total of $100 in bets",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 12
},
{
"goal_id": "t4ZqDVVIHUSN_20776",
"amount": 0.4,
"text": "Complete total of $200 in bets",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 13
},
{
"goal_id": "t4ZqDVVIHUSN_20777",
"amount": 15,
"text": "Complete total of $500 in bets",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 14
},
{
"goal_id": "t4ZqDVVIHUSN_20744",
"amount": 10,
"text": "Total recharge $19.99",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 15
},
{
"goal_id": "t4ZqDVVIHUSN_20745",
"amount": 30,
"text": "Total recharge $49.99",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 16
}
],
"budget_status": "Active",
"categories": [
{
"name": "Skill-based"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/428bf8d98c2a9c1d5a045a80277793e3/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/428bf8d98c2a9c1d5a045a80277793e3/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.11,
"epi": 2.9,
"roas_d0": null,
"roas_d7": 30,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "rIXLLcbS5s2l",
"bundle_id": "com.forsty.reel.slot",
"image_text": "Navigate icy challenges and multiply your score with every success!",
"title": "Frosty Reel Challenge",
"image": "https://cdn.besitos.ai/offers/LlgLt74uf3Er.jpg",
"square_image": "https://cdn.besitos.ai/offers/mirhhs1rAkMq.webp",
"large_image": "https://cdn.besitos.ai/offers/1ehFi47ImuVP.jpg",
"card_text": "Conquer a high-stakes neon world of cascading ice challenges.",
"amount": 405,
"amount_currency": "$",
"cpi": 4.19,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/rIXLLcbS5s2l/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><strong>Frosty Reel Challenge</strong>&nbsp;brings a sharp, modern edge to a classic challenge experience. Set against a backdrop of chilling neon lights and sleek digital displays, this game is designed for players who crave high-intensity action and strategic play.</p><p><strong>Key Gameplay Features:</strong></p><ul><li><strong>The Shatter Mechanic:</strong>&nbsp;Every winning combination triggers a \"snowballing\" effect where symbols vanish, allowing new ones to cascade down for potentially infinite win streaks.</li><li><strong>High-Value Symbols:</strong>&nbsp;Match premium symbols including radiant jewels, stacks of currency, and solid gold bars to skyrocket your score.</li><li><strong>Modern Aesthetic:</strong>&nbsp;Move beyond seasonal themes with a timeless, high-contrast neon design that keeps the focus on the thrill of the win.</li><li><strong>Multiplier Mastery:</strong>&nbsp;Use your skill to influence your score multipliers, rewarding precision and timing.</li></ul><p>Step into the neon frost and prove you have what it takes to master the challenge.</p>",
"details": "<p>Note: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need this disabled or your transaction may NOT track. Check Settings in your device and click on your name, then iCloud, to see if iCloud Private Relay has been disabled.</p><p>Users must have newer phones (iPhone 9 or newer) and the latest Operating Systems in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. </p><p>All rewards applied to user accounts will have a Pending Period typically ranging from <span style=\"background-color: rgb(255, 255, 255);\">14 day to 40 </span>days (average of 28 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. </p><p>Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</p><p>New Players Only!</p><p><br></p><p><span style=\"background-color: rgb(255, 255, 255);\">iCloud Private Relay users: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need to disable it for tracking. Go to Settings &gt; Your Name &gt; iCloud to check if it's turned off.</span></p>",
"points": [
{
"title": "Watch winning elements shatter as new ones drop in for massive chain-reaction potential."
},
{
"title": "Experience a sharp, modern aesthetic featuring glowing elements and shimmering gold in a frozen neon landscape."
},
{
"title": "Take control of your luck by using skill to boost your score multipliers and dominate the leaderboard."
}
],
"goals": [
{
"goal_id": "rIXLLcbS5s2l_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "rIXLLcbS5s2l_21253",
"amount": 0.5,
"text": "Total spin 500 times",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "rIXLLcbS5s2l_21254",
"amount": 2,
"text": "Total spin 1000 times",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "rIXLLcbS5s2l_21256",
"amount": 20,
"text": "Total spin 5000 times",
"days_left": 8,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "rIXLLcbS5s2l_21258",
"amount": 30,
"text": "Total spin 15000 times",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "rIXLLcbS5s2l_21261",
"amount": 40,
"text": "Total spin 30000 times",
"days_left": 25,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "rIXLLcbS5s2l_21263",
"amount": 50,
"text": "Total spin 40000 times",
"days_left": 35,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "rIXLLcbS5s2l_21265",
"amount": 60,
"text": "Total spin 50000 times",
"days_left": 45,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "rIXLLcbS5s2l_21255",
"amount": 30,
"text": "Total spin 2000 times",
"days_left": 2,
"goal_type": "non-linear",
"section": "turbo",
"position": 9
},
{
"goal_id": "rIXLLcbS5s2l_21257",
"amount": 50,
"text": "Total spin 10000 times",
"days_left": 8,
"goal_type": "non-linear",
"section": "turbo",
"position": 10
},
{
"goal_id": "rIXLLcbS5s2l_21260",
"amount": 80,
"text": "Total spin 25000 times",
"days_left": 12,
"goal_type": "non-linear",
"section": "turbo",
"position": 11
},
{
"goal_id": "rIXLLcbS5s2l_21249",
"amount": 0.5,
"text": "Complete total of $200 in bets",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 12
},
{
"goal_id": "rIXLLcbS5s2l_21250",
"amount": 7,
"text": "Complete total of $500 in bets",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 13
},
{
"goal_id": "rIXLLcbS5s2l_21217",
"amount": 10,
"text": "Total recharge $19.99",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 14
},
{
"goal_id": "rIXLLcbS5s2l_21218",
"amount": 25,
"text": "Total recharge $49.99",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 15
}
],
"budget_status": "Active",
"categories": [
{
"name": "Skill-based"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/b2beabd613294eed4f15fbece02ef721/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/b2beabd613294eed4f15fbece02ef721/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.26,
"epi": 3.09,
"roas_d0": null,
"roas_d7": 40,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "qw6sRncYfe6v",
"bundle_id": "com.barnyrd.rdpig.spingame",
"image_text": "Spin the farm reels and harvest big rewards with playful piggies!",
"title": "Barnyard Pig Spins",
"image": "https://cdn.besitos.ai/offers/qrCNXE8dFC9k.webp",
"square_image": "https://cdn.besitos.ai/offers/ZJihSTkoGoci.webp",
"large_image": "https://cdn.besitos.ai/offers/hbbRv1cQZtzp.jpg",
"card_text": "Enjoy a cheerful farm-themed slot adventure filled with charm and fresh rewards.",
"amount": 400,
"amount_currency": "$",
"cpi": 2.48,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/qw6sRncYfe6v/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p>Welcome to&nbsp;<strong>Barnyard Pig Spins</strong>, where the countryside comes alive with every spin! Step into a cheerful farm-themed slot adventure where fun and charm grow as fast as the harvest.</p><p>Spin the reels alongside friendly farmers and playful piggies to collect fresh rewards in a bright, colorful world designed for pure delight. Whether you're looking for a relaxing moment or the excitement of a big win, our barnyard is always open for a happy harvest.</p><p><strong>Why You'll Love Barnyard Pig Spins:</strong></p><ul><li><strong>Charming Visuals:</strong>&nbsp;Enjoy a high-quality, vibrant art style featuring cute animals and lush farm backdrops.</li><li><strong>Simple &amp; Intuitive:</strong>&nbsp;Easy-to-use controls make it perfect for players who want to jump straight into the action without complex rules.</li><li><strong>Dynamic Soundscapes:</strong>&nbsp;Experience the joyful sounds of the farm that make every round a moment of pure celebration.</li><li><strong>Play Anywhere:</strong>&nbsp;Optimized for mobile play so you can take the barnyard fun with you wherever you go.</li></ul><p>Join the fun at the farm today—your happy harvest starts right here with&nbsp;<strong>Barnyard Pig Spins</strong>!</p><p><br></p><p><span style=\"background-color: transparent;\">Please see additional info for full requirements.</span></p><p><br></p>",
"details": "<p><span style=\"background-color: transparent; color: rgb(68, 71, 70);\">Users must have newer phones (less than 3 years on the market) and the latest Operating Systems (please update your OS to the latest ASAP, before installing any games). Otherwise, you may not qualify for any of these promotions, and your transactions may not track at all, or fully</span></p><p><span style=\"background-color: transparent; color: rgb(68, 71, 70);\">All rewards applied to user accounts will have a Pending Period typically ranging from 14 days to 40 days (average of 28 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized.</span></p><p><span style=\"background-color: transparent; color: rgb(68, 71, 70);\">Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</span></p><p><br></p><p><span style=\"background-color: transparent; color: rgb(68, 71, 70);\">Any Pending Reward may also be removed if the Player stops playing or uninstalls the game during the Pending Period.</span></p><p><span style=\"background-color: transparent; color: rgb(68, 71, 70);\">New Players Only!</span></p><p><br></p><p><span style=\"background-color: transparent; color: rgb(68, 71, 70);\">iCloud Private Relay users: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need to disable it for tracking. Go to Settings &gt; Your Name &gt; iCloud to check if it's turned off.</span></p><p><br></p>",
"points": [
{
"title": "Whimsical Farm Theme: Immerse yourself in a vibrant countryside world featuring friendly farmers and adorable animated pigs."
},
{
"title": "Fast-Paced Slot Action: Experience the thrill of the spin with smooth mechanics designed for quick, joyful gaming sessions."
},
{
"title": "Harvest Growing Rewards: Watch your fun grow as fast as the crops with every winning combination on the barnyard reels."
}
],
"goals": [
{
"goal_id": "qw6sRncYfe6v_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "qw6sRncYfe6v_21831",
"amount": 0.5,
"text": "Total spin 500 times",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "qw6sRncYfe6v_21832",
"amount": 2,
"text": "Total spin 1000 times",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "qw6sRncYfe6v_21834",
"amount": 20,
"text": "Total spin 5000 times",
"days_left": 8,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "qw6sRncYfe6v_21837",
"amount": 30,
"text": "Total spin 20000 times",
"days_left": 22,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "qw6sRncYfe6v_21839",
"amount": 40,
"text": "Total spin 30000 times",
"days_left": 28,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "qw6sRncYfe6v_21841",
"amount": 50,
"text": "Total spin 40000 times",
"days_left": 35,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "qw6sRncYfe6v_21843",
"amount": 60,
"text": "Total spin 50000 times",
"days_left": 40,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "qw6sRncYfe6v_21833",
"amount": 30,
"text": "Total spin 2000 times",
"days_left": 2,
"goal_type": "linear",
"section": "turbo",
"position": 9
},
{
"goal_id": "qw6sRncYfe6v_21835",
"amount": 50,
"text": "Total spin 10000 times",
"days_left": 7,
"goal_type": "linear",
"section": "turbo",
"position": 10
},
{
"goal_id": "qw6sRncYfe6v_21838",
"amount": 80,
"text": "Total spin 25000 times",
"days_left": 12,
"goal_type": "linear",
"section": "turbo",
"position": 11
},
{
"goal_id": "qw6sRncYfe6v_21827",
"amount": 0.5,
"text": "Complete total of $200 in bets",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 12
},
{
"goal_id": "qw6sRncYfe6v_21828",
"amount": 2,
"text": "Complete total of $500 in bets",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 13
},
{
"goal_id": "qw6sRncYfe6v_22894",
"amount": 10,
"text": "Total recharge $19.99",
"days_left": 7,
"goal_type": "linear",
"section": "bonus",
"position": 14
},
{
"goal_id": "qw6sRncYfe6v_22895",
"amount": 25,
"text": "Total recharge $49.99",
"days_left": 7,
"goal_type": "linear",
"section": "bonus",
"position": 15
}
],
"budget_status": "Active",
"categories": [
{
"name": "Skill-based"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/98073542cfaf784a407b4406051014a0/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/98073542cfaf784a407b4406051014a0/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.1,
"epi": 3.6,
"roas_d0": null,
"roas_d7": 40,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "PPHP2h4aHHS0",
"bundle_id": "com.pocketchamps.game",
"image_text": "Build the ultimate Champ and domiate the fast-paced global races!",
"title": "Pocket Champs: 3D Racing Games",
"image": "https://cdn.besitos.ai/offers/665mc1vVEqGs.jpg",
"square_image": "https://cdn.besitos.ai/offers/M5rQhUUKde9M.png",
"large_image": "https://cdn.besitos.ai/offers/HULVAQ2Rdj3N.jpg",
"card_text": "Build the ultimate Champ, choose powerful gadgets, and dominate the global races!",
"amount": 105,
"amount_currency": "$",
"cpi": 2.48,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/PPHP2h4aHHS0/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p>Master Pocket Champs by training smarter, not harder. Focus on boosting the stats that match upcoming race terrains so your Champ stays ahead from the start. Equip gadgets that complement your build—speed tools for sprints, flight boosters for aerial routes, and climbing aids for vertical challenges. Keep opening chests to unlock stronger gear, then upgrade what gives you the biggest edge. Jump into events often to earn rare rewards, test new strategies, and climb the ranks faster. Stay adaptable, watch how rivals race, and refine your approach each time. Start optimizing your Champ now and race your way to the crown!</p><p><strong style=\"background-color: rgb(255, 255, 255);\">In-app&nbsp;purchases are highly recommended to complete the Levels faster! \ufeff\ufeff</strong></p><p><strong style=\"background-color: rgb(255, 255, 255);\">In app purchases must be made prior to achievement of Turbo Earnings, in order to qualify, or any credits may be reversed.</strong></p><p><br></p><p><em style=\"background-color: rgb(255, 255, 255);\">Please see additional info for full requirements. </em></p>",
"details": "<p>Users must have newer phones (Android 11 or newer) and the latest Operating Systems in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. </p><p>All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 40<span style=\"background-color: rgb(255, 255, 255);\"> days (average of 20 days)</span> to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Note: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need this disabled or your transaction may not track. Please visit Settings in your device and click on your name to see if iCloud Private Relay has been disabled.</p><p>Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</p><p>New Players Only!</p>",
"points": [
{
"title": "In-app purchases are highly recommended to complete the Levels faster!"
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
},
{
"title": "Equip gadgets that fit the course layout instead of relying on a single favorite."
}
],
"goals": [
{
"goal_id": "PPHP2h4aHHS0_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "PPHP2h4aHHS0_21895",
"amount": 0.05,
"text": "Reach 400 Trophies",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "PPHP2h4aHHS0_21885",
"amount": 0.05,
"text": "Reach 800 Trophies",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "PPHP2h4aHHS0_21884",
"amount": 0.1,
"text": "Reach 1,200 Trophies",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "PPHP2h4aHHS0_21894",
"amount": 0.2,
"text": "Reach 2,500 Trophies",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "PPHP2h4aHHS0_21890",
"amount": 0.5,
"text": "Reach 5,000 Trophies",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "PPHP2h4aHHS0_21881",
"amount": 1,
"text": "Reach 8,500 Trophies",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "PPHP2h4aHHS0_21887",
"amount": 1,
"text": "Reach 10,000 Trophies",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "PPHP2h4aHHS0_21905",
"amount": 2,
"text": "Reach 16,500 Trophies",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "PPHP2h4aHHS0_21893",
"amount": 3,
"text": "Reach 19,000 Trophies",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "PPHP2h4aHHS0_21896",
"amount": 7,
"text": "Reach 26,000 Trophies",
"days_left": 18,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "PPHP2h4aHHS0_21891",
"amount": 10,
"text": "Reach 35,000 Trophies",
"days_left": 25,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "PPHP2h4aHHS0_21898",
"amount": 12,
"text": "Reach 40,000 Trophies",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "PPHP2h4aHHS0_21897",
"amount": 20,
"text": "Reach 46,000 Trophies",
"days_left": 35,
"goal_type": "linear",
"section": "linear",
"position": 14
},
{
"goal_id": "PPHP2h4aHHS0_21886",
"amount": 35,
"text": "Reach 58,000 Trophies",
"days_left": 40,
"goal_type": "linear",
"section": "linear",
"position": 15
},
{
"goal_id": "PPHP2h4aHHS0_21892",
"amount": 10,
"text": "TURBO EARNINGS: Reach 12,000 Trophies and make at least one in-app purchase",
"days_left": 4,
"goal_type": "non-linear",
"section": "turbo",
"position": 16
},
{
"goal_id": "PPHP2h4aHHS0_21911",
"amount": 0.1,
"text": "Make a Purchase",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 17
},
{
"goal_id": "PPHP2h4aHHS0_21909",
"amount": 1,
"text": "Purchase Weclome Kit Pack",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 18
},
{
"goal_id": "PPHP2h4aHHS0_21910",
"amount": 2,
"text": "Unlock the VIP Locker",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 19
}
],
"budget_status": "Active",
"categories": [
{
"name": "Arcade"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/c00049578e3560084b579c323e9f654f/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/c00049578e3560084b579c323e9f654f/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 1.22,
"epi": 2.78,
"roas_d0": null,
"roas_d7": 61,
"roas_d14": null,
"roas_d30": 109,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "jwPsn3pw14oV",
"bundle_id": null,
"image_text": "Bingo Adventures is a number card game with lots of Bingo cards!",
"title": "Bingo Card Adventures",
"image": "https://cdn.besitos.ai/offers/W8g2YrvO7dUX.jpg",
"square_image": "https://cdn.besitos.ai/offers/fIXu6RdO88FA.png",
"large_image": "https://cdn.besitos.ai/offers/a0EDJI2Q9UiT.jpg",
"card_text": "Bingo Adventures is a number card game with lots of Bingo cards!",
"amount": 81,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/jwPsn3pw14oV/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"color: var(--tw-prose-bold);\">🎉 Play, Match &amp; Win in Bingo Adventures! 🎯</span></p><p>Join&nbsp;<em>Bingo Adventures</em>&nbsp;— the colorful number puzzle and lotto-style bingo game where every match brings you closer to a&nbsp;<span style=\"color: var(--tw-prose-bold);\">Bingo Jackpot!</span>&nbsp;Play online or offline, test your speed, and see if you can conquer 100+ exciting bingo levels.</p><p><span style=\"color: var(--tw-prose-bold);\">🔥 Highlights:</span></p><ul><li>🎰 Classic bingo patterns — straight line, diagonal &amp; 4 corners</li><li>💎 Play with multiple bingo cards at once</li><li>💰 Earn coins, bonuses &amp; treasure chests every level</li><li>🎴 Unlock colorful new bingo rooms and themes</li><li>⚡ Use PowerUps to boost your wins &amp; get Bingo JACKPOTS</li><li>🧩 100+ levels to master your number-matching skills</li><li>📱 Play free anytime, anywhere — no connection needed</li></ul><p><em>Relax, play, and challenge yourself through the ultimate bingo journey. Whether you’re on a trip or just unwinding at home, enjoy the fun of matching numbers and completing bingo quests!</em></p>",
"details": "<p><span style=\"background-color: transparent;\">Users must have newer phones (Android 11 or newer) and the latest Operating Systems in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed.</span></p><p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 40 days to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. </span></p><p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</span></p><p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New Players Only!</span></p>",
"points": [
{
"title": "Bingo Adventures is a number card game with lots of Bingo cards!"
},
{
"title": "In-app purchases are highly recommended to complete the Levels faster!"
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
}
],
"goals": [
{
"goal_id": "jwPsn3pw14oV_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "jwPsn3pw14oV_22662",
"amount": 0.6,
"text": "Complete Level 10",
"days_left": 2,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "jwPsn3pw14oV_22664",
"amount": 1.5,
"text": "Complete Level 25",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "jwPsn3pw14oV_22666",
"amount": 5,
"text": "Complete Level 100",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "jwPsn3pw14oV_22667",
"amount": 7.3,
"text": "Complete Level 250",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "jwPsn3pw14oV_22668",
"amount": 10,
"text": "Complete Level 500",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "jwPsn3pw14oV_22669",
"amount": 20,
"text": "Complete Level 1000",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "jwPsn3pw14oV_22670",
"amount": 35,
"text": "Complete Level 2500",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "jwPsn3pw14oV_22675",
"amount": 1,
"text": "Make a purchase",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "jwPsn3pw14oV_22674",
"amount": 0.6,
"text": "Watch 25 rewarded videos",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 10
}
],
"budget_status": "Active",
"categories": [
{
"name": "Bingo"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/f2dbe5fc1e782c7c38f7e382788043cf/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/f2dbe5fc1e782c7c38f7e382788043cf/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 1.03,
"epi": 1.96,
"roas_d0": null,
"roas_d7": 65,
"roas_d14": null,
"roas_d30": 100,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "N9yIyT5FQXOP",
"bundle_id": "com.miniit.spotit",
"image_text": "Looking for new exciting and free brain teaser games?",
"title": "Can You Spot It: Differences",
"image": "https://cdn.besitos.ai/offers/rnaCH4yVnwZm.jpg",
"square_image": "https://cdn.besitos.ai/offers/mJXZrgrDk6V1.png",
"large_image": "https://cdn.besitos.ai/offers/QQWM7SNzuZP2.jpg",
"card_text": "Looking for new exciting and free brain teaser games? Spot the difference!",
"amount": 47,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/N9yIyT5FQXOP/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"color: var(--tw-prose-bold);\">🕵️\u200d♀️ Can You Spot It? – The Ultimate Brain Teaser Game! 🧠</span></p><p>Test your observation skills in&nbsp;<em>Can You Spot It?</em>, a free photo hunt and puzzle game for all ages! Compare pairs of pictures, find hidden differences, and boost your logic, memory, and focus like a real detective. Perfect for quick fun or relaxing with family and friends.</p><p><span style=\"color: var(--tw-prose-bold);\">✨ Key Features:</span></p><ul><li>🔍 Train your brain with photo-based difference puzzles</li><li>🧠 Improve memory, focus, and attention to detail</li><li>🖼 Beautiful images with multiple difficulty levels</li><li>💡 Use hints when time runs out or a difference feels tricky</li><li>👀 Spot 5 differences in each pair to advance</li><li>👨\u200d👩\u200d👧 Fun and challenging for players of all ages</li></ul><p><em>Sharpen your observation, test your logic, and enjoy hundreds of colorful picture puzzles. Play anywhere and see if you can spot every difference!</em></p>",
"details": "<p><span style=\"background-color: transparent;\">Users must have newer phones (Android 11 or newer) and the latest Operating Systems in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed.</span></p><p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 31 days (average of 14 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized</span></p><p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</span></p><p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New Players Only!</span></p>",
"points": [
{
"title": "Can You Spot It and try to find the difference in pictures and photos?"
},
{
"title": "In-app purchases are highly recommended to complete the Levels faster!"
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
}
],
"goals": [
{
"goal_id": "N9yIyT5FQXOP_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "N9yIyT5FQXOP_22734",
"amount": 0.1,
"text": "Reach Level 10",
"days_left": 2,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "N9yIyT5FQXOP_22736",
"amount": 0.5,
"text": "Reach Level 25",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "N9yIyT5FQXOP_22738",
"amount": 1,
"text": "Reach Level 100",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "N9yIyT5FQXOP_22739",
"amount": 3.8,
"text": "Reach Level 250",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "N9yIyT5FQXOP_22740",
"amount": 8,
"text": "Reach Level 500",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "N9yIyT5FQXOP_22741",
"amount": 12,
"text": "Reach Level 1000",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "N9yIyT5FQXOP_22742",
"amount": 20,
"text": "Reach Level 2500",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "N9yIyT5FQXOP_22743",
"amount": 1,
"text": "Make a purchase",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "N9yIyT5FQXOP_22747",
"amount": 0.6,
"text": "Watch 50 rewarded videos",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 10
}
],
"budget_status": "Active",
"categories": [
{
"name": "Puzzle"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/2848c2b299e3071b479566ae4b563b55/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/2848c2b299e3071b479566ae4b563b55/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.97,
"epi": 1.88,
"roas_d0": null,
"roas_d7": 75,
"roas_d14": null,
"roas_d30": 100,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "XwSMuYQ9lkpe",
"bundle_id": "com.braingames.findthedog",
"image_text": "Can you find them all? The ultimate dog-seeking challenge",
"title": "Find The Dogs",
"image": "https://cdn.besitos.ai/offers/j5xOeHUAgGiy.jpg",
"square_image": "https://cdn.besitos.ai/offers/IJJ5b9seQMcl.png",
"large_image": "https://cdn.besitos.ai/offers/1WDjKWCSd2ww.jpg",
"card_text": "Become the ultimate dog detective! Find every pup and complete your collection.",
"amount": 150,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/XwSMuYQ9lkpe/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p>Step into the shoes of a world-class dog detective in Find The Dogs, the ultimate hidden object adventure. To begin your journey, simply select a location and scan the vibrant, hand-drawn landscapes for our playful furry friends. When you spot a clever pup peeking from behind a park bench or blending into a magical forest, tap them to add them to your collection. Keep a sharp eye on the clock as you progress through increasingly challenging levels, using strategic hints and power-ups whenever a canine proves too camouflaged to catch. As you master each scene, you will unlock rare breeds and heartwarming story chapters that reveal the secrets of this charming world.</p><p><span style=\"background-color: rgb(255, 255, 255);\">\ufeff</span><em style=\"background-color: rgb(255, 255, 255);\">Please see additional info for full requirements. </em></p>",
"details": "<p>Users must have newer phones (Android 11 or newer) and the latest Operating Systems in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. </p><p>All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 40<span style=\"background-color: rgb(255, 255, 255);\"> days (average of 20 days)</span> to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. Note: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need this disabled or your transaction may not track. Please visit Settings in your device and click on your name to see if iCloud Private Relay has been disabled.</p><p>Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</p><p>New Players Only!</p>",
"points": [
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
},
{
"title": "Use your keen eye to search the detailed background for hidden dogs, paying close attention to clever camouflage, moving objects, and tricky hiding spots"
},
{
"title": "If a dog is proving too difficult to find, use a hint to reveal their location or a time-extension power-up to give yourself a few extra seconds."
}
],
"goals": [
{
"goal_id": "XwSMuYQ9lkpe_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "XwSMuYQ9lkpe_22208",
"amount": 0.1,
"text": "Complete Level 20",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "XwSMuYQ9lkpe_22209",
"amount": 0.1,
"text": "Complete Level 30",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "XwSMuYQ9lkpe_22210",
"amount": 0.15,
"text": "Complete Level 40",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "XwSMuYQ9lkpe_22211",
"amount": 0.2,
"text": "Complete Level 50",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "XwSMuYQ9lkpe_22213",
"amount": 0.25,
"text": "Complete Level 70",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "XwSMuYQ9lkpe_22215",
"amount": 0.3,
"text": "Complete Level 90",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "XwSMuYQ9lkpe_22216",
"amount": 0.5,
"text": "Complete Level 100",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "XwSMuYQ9lkpe_22218",
"amount": 0.7,
"text": "Complete Level 150",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "XwSMuYQ9lkpe_22219",
"amount": 1,
"text": "Complete Level 200",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "XwSMuYQ9lkpe_22220",
"amount": 1.3,
"text": "Complete Level 250",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "XwSMuYQ9lkpe_22221",
"amount": 1.5,
"text": "Complete Level 300",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "XwSMuYQ9lkpe_22222",
"amount": 1.8,
"text": "Complete Level 350",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "XwSMuYQ9lkpe_22223",
"amount": 2,
"text": "Complete Level 400",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 14
},
{
"goal_id": "XwSMuYQ9lkpe_22225",
"amount": 2.5,
"text": "Complete Level 500",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 15
},
{
"goal_id": "XwSMuYQ9lkpe_22227",
"amount": 3,
"text": "Complete Level 700",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 16
},
{
"goal_id": "XwSMuYQ9lkpe_22229",
"amount": 3.5,
"text": "Complete Level 900",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 17
},
{
"goal_id": "XwSMuYQ9lkpe_22231",
"amount": 5,
"text": "Complete Level 1100",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 18
},
{
"goal_id": "XwSMuYQ9lkpe_22233",
"amount": 7.6,
"text": "Complete Level 1300",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 19
},
{
"goal_id": "XwSMuYQ9lkpe_22238",
"amount": 9,
"text": "Complete Level 1800",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 20
},
{
"goal_id": "XwSMuYQ9lkpe_22240",
"amount": 11,
"text": "Complete Level 2000",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 21
},
{
"goal_id": "XwSMuYQ9lkpe_22243",
"amount": 14,
"text": "Complete Level 2300",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 22
},
{
"goal_id": "XwSMuYQ9lkpe_22246",
"amount": 17,
"text": "Complete Level 2600",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 23
},
{
"goal_id": "XwSMuYQ9lkpe_22248",
"amount": 25,
"text": "Complete Level 2800",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 24
},
{
"goal_id": "XwSMuYQ9lkpe_22250",
"amount": 40,
"text": "Complete Level 3000",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 25
},
{
"goal_id": "XwSMuYQ9lkpe_23160",
"amount": 1,
"text": "Make a Purchase",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 26
},
{
"goal_id": "XwSMuYQ9lkpe_22251",
"amount": 1.5,
"text": "Watch 50 rewarded Videos",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 27
}
],
"budget_status": "Active",
"categories": [
{
"name": "Casual"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/74b7657408a14204361e8cc1fed20ecc/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/74b7657408a14204361e8cc1fed20ecc/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.7,
"epi": 2.13,
"roas_d0": null,
"roas_d7": 60,
"roas_d14": null,
"roas_d30": 100,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "7wI6iXAJQxjP",
"bundle_id": "com.wildgame.casinostyle.slots",
"image_text": "Mix winning formulas and trigger explosive rewards in the Mad Lab!",
"title": "Mad Lab Wilds",
"image": "https://cdn.besitos.ai/offers/4cDssG2G35h8.webp",
"square_image": "https://cdn.besitos.ai/offers/9z5ABOd3R19w.webp",
"large_image": "https://cdn.besitos.ai/offers/hTBljI5s8P1R.webp",
"card_text": "Experiment with bubbling beakers and wild reactions in this electrifying slot game.",
"amount": 310,
"amount_currency": "$",
"cpi": 2.39,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/7wI6iXAJQxjP/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p>Step into the secret laboratory of&nbsp;<strong>Mad Lab Wilds</strong>, where science meets high-energy excitement! Become the lead chemist in a world of bubbling test tubes, sparking machinery, and unpredictable formulas.</p><p>In this lab, every move is an experiment. Will the next concoction lead to a breakthrough discovery? With a unique blend of steampunk aesthetics and modern puzzle mechanics,&nbsp;<strong>Mad Lab Wilds</strong>&nbsp;offers an electrifying experience for players who love high-intensity visuals and dynamic gameplay.</p><p><strong>Scientific Features:</strong></p><ul><li><strong>Chemical Chain Reactions:</strong>&nbsp;Matching symbols dissolve to make room for new elements, allowing for multiple consecutive combinations.</li><li><strong>The Wild Formula:</strong>&nbsp;Discover rare elements that substitute for others to complete your most valuable scientific formulas.</li><li><strong>High-Voltage Bonuses:</strong>&nbsp;Activate the Tesla Coil to supercharge the score with massive multipliers and energy boosts.</li><li><strong>Epic Soundtrack:</strong>&nbsp;Immerse yourself in the atmosphere of a busy scientist’s workshop with custom sound effects and a driving musical score.</li></ul><p>No degree in chemistry required—just a love for strategy and wild science.&nbsp;<strong>Start the experiment today in Mad Lab Wilds!</strong></p><p><br></p>",
"details": "<p>Note: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need this disabled or your transaction may NOT track. Check Settings in your device and click on your name, then iCloud, to see if iCloud Private Relay has been disabled.</p><p>Users must have newer phones (iPhone 9 or newer) and the latest Operating Systems in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. </p><p>All rewards applied to user accounts will have a Pending Period typically ranging from <span style=\"background-color: rgb(255, 255, 255);\">14 day to 40 </span>days (average of 28 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. </p><p>Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</p><p>New Players Only!</p><p><br></p><p><span style=\"background-color: rgb(255, 255, 255);\">iCloud Private Relay users: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need to disable it for tracking. Go to Settings &gt; Your Name &gt; iCloud to check if it's turned off.</span></p>",
"points": [
{
"title": "Watch as special symbols transform the board, creating chain reactions and high-score combinations."
},
{
"title": "Unlock unique laboratory power-ups including sticky elements, cascading multipliers, and bonus rounds."
},
{
"title": "Dive into a detailed world of glowing potions, buzzing tesla coils, and high-definition animated gear."
}
],
"goals": [
{
"goal_id": "7wI6iXAJQxjP_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "7wI6iXAJQxjP_22933",
"amount": 0.5,
"text": "Total spin 500 times",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "7wI6iXAJQxjP_22934",
"amount": 2,
"text": "Total spin 1000 times",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "7wI6iXAJQxjP_22935",
"amount": 15,
"text": "Total spin 2000 times",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "7wI6iXAJQxjP_22936",
"amount": 20,
"text": "Total spin 5000 times",
"days_left": 8,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "7wI6iXAJQxjP_22937",
"amount": 25,
"text": "Total spin 10000 times",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "7wI6iXAJQxjP_22938",
"amount": 25,
"text": "Total spin 15000 times",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "7wI6iXAJQxjP_22939",
"amount": 30,
"text": "Total spin 20000 times",
"days_left": 18,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "7wI6iXAJQxjP_22941",
"amount": 40,
"text": "Total spin 30000 times",
"days_left": 25,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "7wI6iXAJQxjP_22943",
"amount": 50,
"text": "Total spin 40000 times",
"days_left": 35,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "7wI6iXAJQxjP_22945",
"amount": 60,
"text": "Total spin 50000 times",
"days_left": 45,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "7wI6iXAJQxjP_22928",
"amount": 0.1,
"text": "Complete total of $100 in bets",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 12
},
{
"goal_id": "7wI6iXAJQxjP_22929",
"amount": 0.4,
"text": "Complete total of $200 in bets",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 13
},
{
"goal_id": "7wI6iXAJQxjP_22930",
"amount": 7,
"text": "Complete total of $500 in bets",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 14
},
{
"goal_id": "7wI6iXAJQxjP_22897",
"amount": 10,
"text": "Total recharge $19.99",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 15
},
{
"goal_id": "7wI6iXAJQxjP_22898",
"amount": 25,
"text": "Total recharge $49.99",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 16
}
],
"budget_status": "Active",
"categories": [
{
"name": "Skill-based"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/6a03edcb29a9293c99320900a8ca600b/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/6a03edcb29a9293c99320900a8ca600b/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.62,
"epi": 2.81,
"roas_d0": null,
"roas_d7": 40,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "HN92MHSdnTrH",
"bundle_id": "com.playmice.slots.fortune",
"image_text": "Spin the lucky reels and chase golden wins with your feline pals!",
"title": "Golden Whiskers Slot",
"image": "https://cdn.besitos.ai/offers/mrp5MjjiSnsF.webp",
"square_image": "https://cdn.besitos.ai/offers/nN2bMMc9o1Wb.webp",
"large_image": "https://cdn.besitos.ai/offers/a9PxgH6N0TTx.webp",
"card_text": "Experience the purr-fect blend of elegant cats and high-stakes slot entertainment.",
"amount": 310,
"amount_currency": "$",
"cpi": 2.99,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/HN92MHSdnTrH/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p>Step into a world of luxury and luck with&nbsp;<strong>Golden Whiskers Slot</strong>, the most elegant social casino experience on Google Play! Join our cast of sophisticated felines as they guide you through a shimmering path of golden reels and high-energy fun.</p><p>In this paws-itively thrilling adventure, every spin brings new excitement. Whether a fan of classic mechanics or modern visuals,&nbsp;<strong>Golden Whiskers Slot</strong>&nbsp;offers a smooth, high-definition experience designed for players who appreciate refined themes and engaging gameplay.</p><p><strong>Game Highlights:</strong></p><ul><li><strong>The Golden Purr:</strong>&nbsp;Watch for the Golden Whiskers symbol—it is the key to unlocking entertaining bonus games and free spins!</li><li><strong>Luxurious Atmosphere:</strong>&nbsp;Immerse yourself in a high-class setting filled with sparkling jewels, gourmet treats, and detailed feline animations.</li><li><strong>Progressive Challenges:</strong>&nbsp;Advance through levels to unlock new feline characters and exclusive themed machines as you play.</li><li><strong>Daily Treats:</strong>&nbsp;Check in every day for a \"Kitty Bonus\" to keep the fun going and the reels spinning.</li></ul>",
"details": "<p>Note: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need this disabled or your transaction may NOT track. Check Settings in your device and click on your name, then iCloud, to see if iCloud Private Relay has been disabled.</p><p>Users must have newer phones (iPhone 9 or newer) and the latest Operating Systems in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. </p><p>All rewards applied to user accounts will have a Pending Period typically ranging from <span style=\"background-color: rgb(255, 255, 255);\">14 day to 40 </span>days (average of 28 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. </p><p>Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</p><p>New Players Only!</p><p><br></p><p><span style=\"background-color: rgb(255, 255, 255);\">iCloud Private Relay users: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need to disable it for tracking. Go to Settings &gt; Your Name &gt; iCloud to check if it's turned off.</span></p>",
"points": [
{
"title": "Play alongside a cast of lucky, pampered cats in a world of luxury, golden yarn, and velvet cushions."
},
{
"title": "Trigger special feline symbols that expand across the reels to unlock massive score multipliers and bonus rounds."
},
{
"title": "Enjoy a sophisticated art style with shimmering gold accents and smooth animations that bring the kittens to life."
}
],
"goals": [
{
"goal_id": "HN92MHSdnTrH_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "HN92MHSdnTrH_22991",
"amount": 0.5,
"text": "Total spin 500 times",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "HN92MHSdnTrH_22992",
"amount": 2,
"text": "Total spin 1000 times",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "HN92MHSdnTrH_22993",
"amount": 15,
"text": "Total spin 2000 times",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "HN92MHSdnTrH_22994",
"amount": 20,
"text": "Total spin 5000 times",
"days_left": 8,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "HN92MHSdnTrH_22995",
"amount": 25,
"text": "Total spin 10000 times",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "HN92MHSdnTrH_22996",
"amount": 25,
"text": "Total spin 15000 times",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "HN92MHSdnTrH_22997",
"amount": 30,
"text": "Total spin 20000 times",
"days_left": 18,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "HN92MHSdnTrH_22999",
"amount": 40,
"text": "Total spin 30000 times",
"days_left": 25,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "HN92MHSdnTrH_23001",
"amount": 50,
"text": "Total spin 40000 times",
"days_left": 35,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "HN92MHSdnTrH_23003",
"amount": 60,
"text": "Total spin 50000 times",
"days_left": 45,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "HN92MHSdnTrH_22986",
"amount": 0.1,
"text": "Complete total of $100 in bets",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 12
},
{
"goal_id": "HN92MHSdnTrH_22987",
"amount": 0.4,
"text": "Complete total of $200 in bets",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 13
},
{
"goal_id": "HN92MHSdnTrH_22988",
"amount": 7,
"text": "Complete total of $500 in bets",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 14
},
{
"goal_id": "HN92MHSdnTrH_22955",
"amount": 10,
"text": "Total recharge $19.99",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 15
},
{
"goal_id": "HN92MHSdnTrH_22956",
"amount": 25,
"text": "Total recharge $49.99",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 16
}
],
"budget_status": "Active",
"categories": [
{
"name": "Skill-based"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/2f335ddeed5484a6dc49c914f5bf9088/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/2f335ddeed5484a6dc49c914f5bf9088/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.52,
"epi": 3.47,
"roas_d0": null,
"roas_d7": 40,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "njupk6KyYuW2",
"bundle_id": "com.circus.riches.slots",
"image_text": "Step into the spotlight and spin for a symphony of circus riches!",
"title": "Melody Circus Riches",
"image": "https://cdn.besitos.ai/offers/mpYBUTe7ltXr.webp",
"square_image": "https://cdn.besitos.ai/offers/EXpssZakwLMB.webp",
"large_image": "https://cdn.besitos.ai/offers/vwAQDpjMgvgC.webp",
"card_text": "Experience a grand performance of rhythmic reels, vibrant music and big rewards.",
"amount": 310,
"amount_currency": "$",
"cpi": 2.99,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/njupk6KyYuW2/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p>Welcome to the Greatest Show on Earth!&nbsp;<strong>Melody Circus Riches</strong>&nbsp;combines the electric atmosphere of a grand circus with the rhythmic thrill of a modern slot adventure. Take center stage and let the music guide your way to spectacular rewards.</p><p>In this high-performance game, every spin is part of a grand composition. From the roar of the crowd to the clashing cymbals of a big win,&nbsp;<strong>Melody Circus Riches</strong>&nbsp;offers a sensory experience unlike any other.</p><p><strong>Show-Stopping Features:</strong></p><ul><li><strong>Rhythmic Reels:</strong>&nbsp;Experience smooth, musical gameplay where the sound effects and background score evolve based on your winning streaks.</li><li><strong>Grand Finale Bonuses:</strong>&nbsp;Trigger the spotlight symbol to enter the Center Ring, where exclusive mini-games and massive multipliers await.</li><li><strong>Vibrant Cast of Performers:</strong>&nbsp;Match high-value symbols featuring talented acrobats, majestic animals, and the legendary Ringmaster.</li><li><strong>Daily Curtain Calls:</strong>&nbsp;Log in daily to collect your \"Backstage Pass\" rewards and keep the music playing all night long.</li></ul><p>The curtain is rising and the crowd is waiting.&nbsp;<strong>Download Melody Circus Riches today</strong>&nbsp;and lead the parade to your next big win!</p>",
"details": "<p>Note: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need this disabled or your transaction may NOT track. Check Settings in your device and click on your name, then iCloud, to see if iCloud Private Relay has been disabled.</p><p>Users must have newer phones (iPhone 9 or newer) and the latest Operating Systems in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. </p><p>All rewards applied to user accounts will have a Pending Period typically ranging from <span style=\"background-color: rgb(255, 255, 255);\">14 day to 40 </span>days (average of 28 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. </p><p>Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</p><p>New Players Only!</p><p><br></p><p><span style=\"background-color: rgb(255, 255, 255);\">iCloud Private Relay users: If you have an iCloud+ subscription with iCloud Private Relay enabled, you may need to disable it for tracking. Go to Settings &gt; Your Name &gt; iCloud to check if it's turned off.</span></p>",
"points": [
{
"title": "Feel the rhythm with a unique soundtrack that syncs perfectly with every winning spin on the circus stage."
},
{
"title": "Watch as acrobats and performers trigger dynamic reel transformations and soaring score multipliers."
},
{
"title": "Immerse yourself in a high-definition world of neon circus lights, gold-trimmed curtains and vibrant colors."
}
],
"goals": [
{
"goal_id": "njupk6KyYuW2_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "njupk6KyYuW2_23049",
"amount": 0.5,
"text": "Total spin 500 times",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "njupk6KyYuW2_23050",
"amount": 2,
"text": "Total spin 1000 times",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "njupk6KyYuW2_23051",
"amount": 15,
"text": "Total spin 2000 times",
"days_left": 4,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "njupk6KyYuW2_23052",
"amount": 20,
"text": "Total spin 5000 times",
"days_left": 8,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "njupk6KyYuW2_23053",
"amount": 25,
"text": "Total spin 10000 times",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "njupk6KyYuW2_23054",
"amount": 25,
"text": "Total spin 15000 times",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "njupk6KyYuW2_23055",
"amount": 30,
"text": "Total spin 20000 times",
"days_left": 18,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "njupk6KyYuW2_23057",
"amount": 40,
"text": "Total spin 30000 times",
"days_left": 25,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "njupk6KyYuW2_23059",
"amount": 50,
"text": "Total spin 40000 times",
"days_left": 35,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "njupk6KyYuW2_23061",
"amount": 60,
"text": "Total spin 50000 times",
"days_left": 45,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "njupk6KyYuW2_23044",
"amount": 0.1,
"text": "Complete total of $100 in bets",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 12
},
{
"goal_id": "njupk6KyYuW2_23045",
"amount": 0.4,
"text": "Complete total of $200 in bets",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 13
},
{
"goal_id": "njupk6KyYuW2_23046",
"amount": 7,
"text": "Complete total of $500 in bets",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 14
},
{
"goal_id": "njupk6KyYuW2_23013",
"amount": 10,
"text": "Total recharge $19.99",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 15
},
{
"goal_id": "njupk6KyYuW2_23014",
"amount": 25,
"text": "Total recharge $49.99",
"days_left": 7,
"goal_type": "non-linear",
"section": "bonus",
"position": 16
}
],
"budget_status": "Active",
"categories": [
{
"name": "Skill-based"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/ff2cc0f31eaf149e9089aaf56a34cbe2/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/ff2cc0f31eaf149e9089aaf56a34cbe2/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 0.53,
"epi": 3.76,
"roas_d0": null,
"roas_d7": 40,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "AfKQwCtBY1MW",
"bundle_id": "com.funcraft.diceconnect",
"image_text": "Roll 3 dice, pick your move, and outsmart your opponent.",
"title": "Dice Connect: Sequence Twist",
"image": "https://cdn.besitos.ai/offers/V2Ccp7kGEtDO.png",
"square_image": "https://cdn.besitos.ai/offers/movJUDj77WYp.png",
"large_image": "https://cdn.besitos.ai/offers/NG4MJmKzdw78.png",
"card_text": "Master the board in Dice Connect. Roll three dice and build your winning sequence.",
"amount": 155,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/AfKQwCtBY1MW/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p>Dice Connect: Sequence Twist merges the tactical depth of classic board games with the unpredictable thrill of the dice. By rolling three dice and choosing exactly how to play them, you transform luck into a calculated advantage. Whether you are blocking a rival's path or building your own winning line, every move requires foresight and adaptability. To dominate the board, don't just focus on your own sequence; watch your opponent's progress and use your dice to disrupt their strategy. Download Dice Connect now, think two steps ahead, and roll your way to the top of the leaderboard.</p><p><em style=\"background-color: rgb(255, 255, 255);\">Please see additional info for full requirements. </em></p>",
"details": "<p><span style=\"background-color: rgb(255, 255, 255);\">Users must have newer phones (Android 11 or newer) and the latest Operating Systems in order to qualify for this promotion. </span>In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed. </p><p>All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 31 days (average of 14 days) to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. </p><p>Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</p><p>New Players Only</p>",
"points": [
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
},
{
"title": "Use the corners to your advantage. Since they often act as \"wild\" or shared spaces, they are the most efficient way to complete a row with fewer dice."
},
{
"title": "Use the Journey Mode to test how different dice combinations interact with the board layout without the pressure of a live ranking."
}
],
"goals": [
{
"goal_id": "AfKQwCtBY1MW_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "AfKQwCtBY1MW_23215",
"amount": 0.1,
"text": "Reach Level 2",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "AfKQwCtBY1MW_23202",
"amount": 0.12,
"text": "Reach Level 4",
"days_left": 3,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "AfKQwCtBY1MW_23214",
"amount": 0.28,
"text": "Reach Level 6",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "AfKQwCtBY1MW_23201",
"amount": 0.5,
"text": "Reach Level 8",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "AfKQwCtBY1MW_23204",
"amount": 2.5,
"text": "Reach Level 10",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "AfKQwCtBY1MW_23209",
"amount": 5,
"text": "Reach Level 12",
"days_left": 15,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "AfKQwCtBY1MW_23205",
"amount": 6.5,
"text": "Reach Level 14",
"days_left": 15,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "AfKQwCtBY1MW_23198",
"amount": 8,
"text": "Reach Level 16",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "AfKQwCtBY1MW_23218",
"amount": 10,
"text": "Reach Level 18",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 10
},
{
"goal_id": "AfKQwCtBY1MW_23211",
"amount": 13,
"text": "Reach Level 20",
"days_left": 25,
"goal_type": "linear",
"section": "linear",
"position": 11
},
{
"goal_id": "AfKQwCtBY1MW_23197",
"amount": 20,
"text": "Reach Level 24",
"days_left": 30,
"goal_type": "linear",
"section": "linear",
"position": 12
},
{
"goal_id": "AfKQwCtBY1MW_23208",
"amount": 30,
"text": "Reach Level 26",
"days_left": 40,
"goal_type": "linear",
"section": "linear",
"position": 13
},
{
"goal_id": "AfKQwCtBY1MW_23217",
"amount": 45,
"text": "Reach Level 30",
"days_left": 40,
"goal_type": "linear",
"section": "linear",
"position": 14
},
{
"goal_id": "AfKQwCtBY1MW_23383",
"amount": 3,
"text": "Unlock 5th Golden Chest",
"days_left": 5,
"goal_type": "non-linear",
"section": "bonus",
"position": 15
},
{
"goal_id": "AfKQwCtBY1MW_23367",
"amount": 1,
"text": "Make a Purchase",
"days_left": 3,
"goal_type": "non-linear",
"section": "bonus",
"position": 16
},
{
"goal_id": "AfKQwCtBY1MW_23368",
"amount": 10,
"text": "Make 5 or more Purchases",
"days_left": 10,
"goal_type": "non-linear",
"section": "bonus",
"position": 17
}
],
"budget_status": "Active",
"categories": [
{
"name": "Board"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/8014cd4671378017879f534257426bcb/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/8014cd4671378017879f534257426bcb/thumbnails/thumbnail.jpg"
},
"device": "android",
"stats": {
"epc": 1.28,
"epi": 2.03,
"roas_d0": null,
"roas_d7": 60,
"roas_d14": null,
"roas_d30": null,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
},
{
"id": "ewrB5ZhTN6tB",
"bundle_id": null,
"image_text": "Bingo Adventures is a number card game with lots of Bingo cards!",
"title": "Bingo Card Adventures",
"image": "https://cdn.besitos.ai/offers/W8g2YrvO7dUX.jpg",
"square_image": "https://cdn.besitos.ai/offers/YDQBSfcqRIns.png",
"large_image": "https://cdn.besitos.ai/offers/a0EDJI2Q9UiT.jpg",
"card_text": "Bingo Adventures is a number card game with lots of Bingo cards!",
"amount": 47,
"amount_currency": "$",
"cpi": 1.86,
"url": "https://wall-staging.besitos.ai/api-redirect/CwI606dZ/ewrB5ZhTN6tB/59043a2b-52d9-4712-9c1f-ccbcb5ccc97e?partner_user_id=",
"description": "<p><span style=\"color: var(--tw-prose-bold);\">🎉 Play, Match &amp; Win in Bingo Adventures! 🎯</span></p><p>Join&nbsp;<em>Bingo Adventures</em>&nbsp;— the colorful number puzzle and lotto-style bingo game where every match brings you closer to a&nbsp;<span style=\"color: var(--tw-prose-bold);\">Bingo Jackpot!</span>&nbsp;Play online or offline, test your speed, and see if you can conquer 100+ exciting bingo levels.</p><p><span style=\"color: var(--tw-prose-bold);\">🔥 Highlights:</span></p><ul><li>🎰 Classic bingo patterns — straight line, diagonal &amp; 4 corners</li><li>💎 Play with multiple bingo cards at once</li><li>💰 Earn coins, bonuses &amp; treasure chests every level</li><li>🎴 Unlock colorful new bingo rooms and themes</li><li>⚡ Use PowerUps to boost your wins &amp; get Bingo JACKPOTS</li><li>🧩 100+ levels to master your number-matching skills</li><li>📱 Play free anytime, anywhere — no connection needed</li></ul><p><em>Relax, play, and challenge yourself through the ultimate bingo journey. Whether you’re on a trip or just unwinding at home, enjoy the fun of matching numbers and completing bingo quests!</em></p>",
"details": "<p><span style=\"background-color: transparent;\">Users must have newer phones (Android 11 or newer) and the latest Operating Systems in order to qualify for this promotion. In addition, playing in Offline Mode may lead to the Events not tracking or rewards reversed.</span></p><p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">All rewards applied to user accounts will have a Pending Period typically ranging from 1 day to 40 days to validate transactions. Pending Rewards may not be redeemed until the transaction(s) have been validated and the reward(s) actualized. </span></p><p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">Chargebacks, deleting the app, and/or skipping levels will lead to a reversal of the reward or pending reward.</span></p><p><span style=\"background-color: transparent; color: rgb(0, 0, 0);\">New Players Only!</span></p>",
"points": [
{
"title": "Bingo Adventures is a number card game with lots of Bingo cards!"
},
{
"title": "In-app purchases are highly recommended to complete the Levels faster!"
},
{
"title": "Tip: You can earn on future challenges even if you miss an earlier challenge."
}
],
"goals": [
{
"goal_id": "ewrB5ZhTN6tB_0",
"amount": 0,
"text": "Successfully Installed the App",
"days_left": null,
"goal_type": "linear",
"section": "linear",
"position": 1
},
{
"goal_id": "ewrB5ZhTN6tB_22677",
"amount": 0.1,
"text": "Complete Level 10",
"days_left": 2,
"goal_type": "linear",
"section": "linear",
"position": 2
},
{
"goal_id": "ewrB5ZhTN6tB_22679",
"amount": 0.5,
"text": "Complete Level 25",
"days_left": 5,
"goal_type": "linear",
"section": "linear",
"position": 3
},
{
"goal_id": "ewrB5ZhTN6tB_22681",
"amount": 1,
"text": "Complete Level 100",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 4
},
{
"goal_id": "ewrB5ZhTN6tB_22682",
"amount": 3.8,
"text": "Complete Level 250",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 5
},
{
"goal_id": "ewrB5ZhTN6tB_22683",
"amount": 8,
"text": "Complete Level 500",
"days_left": 12,
"goal_type": "linear",
"section": "linear",
"position": 6
},
{
"goal_id": "ewrB5ZhTN6tB_22684",
"amount": 12,
"text": "Complete Level 1000",
"days_left": 14,
"goal_type": "linear",
"section": "linear",
"position": 7
},
{
"goal_id": "ewrB5ZhTN6tB_22685",
"amount": 20,
"text": "Complete Level 2500",
"days_left": 20,
"goal_type": "linear",
"section": "linear",
"position": 8
},
{
"goal_id": "ewrB5ZhTN6tB_22690",
"amount": 1,
"text": "Make a purchase",
"days_left": 7,
"goal_type": "linear",
"section": "linear",
"position": 9
},
{
"goal_id": "ewrB5ZhTN6tB_22689",
"amount": 0.6,
"text": "Watch 25 rewarded videos",
"days_left": 10,
"goal_type": "linear",
"section": "linear",
"position": 10
}
],
"budget_status": "Active",
"categories": [
{
"name": "Bingo"
}
],
"state_filter": {
"type": "all",
"states": []
},
"is_new": false,
"video_urls": {
"video_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/f2dbe5fc1e782c7c38f7e382788043cf/manifest/video.m3u8",
"thumbnail_url": "https://customer-qhmugn7qtnvpk8s6.cloudflarestream.com/f2dbe5fc1e782c7c38f7e382788043cf/thumbnails/thumbnail.jpg"
},
"device": "",
"stats": {
"epc": 0.33,
"epi": 1.96,
"roas_d0": null,
"roas_d7": 65,
"roas_d14": null,
"roas_d30": 100,
"retention_rate_d1": null,
"retention_rate_d7": null,
"retention_rate_d14": null,
"retention_rate_d30": null
}
}
],
"links": {
"first": "https://wall-staging.besitos.ai/data/partner/offers/CwI606dZ?page=1",
"last": "https://wall-staging.besitos.ai/data/partner/offers/CwI606dZ?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "&laquo; Previous",
"active": false
},
{
"url": "https://wall-staging.besitos.ai/data/partner/offers/CwI606dZ?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next &raquo;",
"active": false
}
],
"path": "https://wall-staging.besitos.ai/data/partner/offers/CwI606dZ",
"per_page": 1000,
"to": 33,
"total": 33
}
}


Response attributes

Attributes

Data Type

Description

Example

Offer

id

string

The Besitos offer ID.

"TcC6HeBsCtiN"

bundle_id

string

The offer App ID.

"air.com.buffalo_studios.newflashbingo"

image_text

string

Short promotional text for the offer.

"Get ready to enter a world of addictive fun with Domino Dreams!"

title

string

Title of the offer.

"Domino Dreams"

image

square_image

large_image

string

Offer image layout types and location (URL).

card_text

string

Promotional text to display on the offer card.

"29,576 New Players have earned $2,076,050+ by rolling the dice!"

amount

number

The user’s earnings (points, coins, or dollars) for completing the goal.

If you’ve set your currency, the value will reflect that currency; otherwise, it will be in USD.

4200

amount_currency

string

Your currency type, if specified; otherwise, USD.

"coins"

cpi

number

The amount you (the partner) earn in USD.

This amount corresponds to the value returned for payout in the Conversion Data API.

5.2

url

string

Directs the user to the game in the app store with these parameters:

  • sub ID (optional)

  • partner ID

  • info - (optional) to pass additional information, such as click or session ID, via postback

  • idfa - (iOS) "identifier for advertiser" must be read from the device and appended to the redirect URL at click time

  • gaid - (Android) "Google advertiser ID" must be read from the device and appended to the redirect URL at click time

description

string

The offer description.

"👑Welcome to Domino Dreams! Play this fun, free to play domino royal game created for Solitaire and Domino lovers and discover a new world in the most relaxing board game in the world! 👑🏰Solve challenging domino puzzles and help King Richard on his royal tour adventure! Just play and relax while you enjoy the game's art design.🏰Complete Level 250 in 10 days after installing to earn $10, and Level 500 in 15 days after installing to earn an additional $40 -- $50 in total. In-app purchases can enable you to complete the Levels faster! Note: Chargebacks, deleting the app, and/or skipping levels may lead to a reversal of a pending reward."

details

string

Guidelines for completing the game offer.

"General guidelines to complete the offer"

points

array

Key details about the offer, which can be formatted as bullet points in the UI.

Each point is preceded by "title".

"points": [{

"title": "Players must win FIRST place to be eligible for rewards."

},{

"title": "Compete in multiplayer tournaments for cash prizes!"

},{

"title": "Enjoy competing against family and friends."

},{

"title": "Experience fair competition matched to your skill level."

},{

"title": "Reminder: You can earn on future challenges even if you miss an earlier goal."

}]

Goals

goal_id

string

The goal ID in the offer.

"L7HmeCOmxpID_204"

amount

number

The amount the user will earn in points, coins, or dollars after completing the goal.

If you’ve configured your currency, the value will be in that currency; otherwise, it will be in US dollars.

8000

text

string

A short description of the goal.

"Level 32 Completion"

days_left

number

The number of days the user has to complete the goal from the installation date.

This is a static value.

The value is null for the “install” goal.

11

goal_type

string

A "linear" goal must be completed in a specific order.

A "non-linear" goal can be completed at any time during gameplay.

"linear" or "non-linear"

section

string

Determines which section of the timeline the goal will be displayed in.

"Linear" goals must be completed in a specific order.

"Turbo" goals are extra, non-linear goals that require faster gameplay to achieve.

"Bonus" goals are non-linear tasks that require in-app purchases.

"linear", "turbo", or "bonus"

position

number

The position (order) of the goal on the offer timeline.

13

Other offer details

budget_status

string

The budget value can be "Active" or "Exhausted".

If the budget is "Exhausted", no more budget is available for new users that day. The budget will reset the next day, making the offer available to new users.

"budget_status": "Exhausted"

categories

array

The game type or genre.

"categories": [
{"name": "Simulation"
}]

state_filter

array

Include or exclude offers by state.

Type can be all, include, or exclude.

States must be in two-letter abbreviation format.

"type": "all", "states": []

or

"type": "include", "states": ["FL", "CA"]

or

"type": "exclude", "states": ["AZ", "MO"]

is_new

boolean

True, identifies the offer as newly added within the last 14 days.

After 14 days, the value will be false.

false

video_url
thumbnail_url

string

The offer video URL and the video thumbnail image URL.

Note: These attributes are only returned if you request to enable videos.

device

string

The device type on which the offer is valid: android or ios.

"android"

Stats

Stats are benchmark values reflecting expected performance based on aggregated partner data, but may not mirror your platform's offer performance due to differences in audience, targeting, and engagement.

epc

number

Earnings Per Click is the average revenue generated per click.

.02

epi

number

Earnings Per Impression indicates the average revenue earned per impression.

1.98

roas_d0

number

Return on Ad Spend Day 0 measures the percentage of ad spend recovered within the first 24 hours of user acquisition.

50

roas_d7

number

Return on Ad Spend Day 7 is the total revenue generated by a group of users on their 7th day, divided by the cost to acquire them.

15

roas_d14

number

Return on Ad Spend Day 14 shows cumulative revenue after two weeks.

20

roas_d30

number

Return on Ad Spend Day 30 shows cumulative revenue after one month.

46

retention_rate_d1

number

The number of users who returned to the app exactly one day after install.

35

retention_rate_d7

number

The number of users who are still active 7 days after install.

27

retention_rate_d14

number

The number of users who are still active 14 days after install.

21

retention_rate_d30

number

The number of users who are still active 30 days after install.

15

Links

first

string

The URL for the first page.

last

string

The URL for the last page.

prev

string

The URL for the previous page. This will be empty if there is no previous page.

next

string

The URL for the next page. This will be empty if there is no other page.

Metadata

current_page

number

The current page number.

1

from, to

number

The range of items shown on the current page.

10

last_page

number

The total number of pages available.

13

links

array

The URLs for pagination navigation.

includes “url”, “label” and “active” attributes

path

string

The base URL for pagination.

per_page

number

The number of items displayed per page.

1000

total

number

The total number of items.

2

For help, contact your Besitos Account Manager or our Implementation Team at [email protected] or via your project channel in Slack.

Did this answer your question?