Personalize Offers. Maximize Revenue.
Provide the Right Offer to the Right Player at the Right Time.
Provide the Right Offer to the Right Player at the Right Time.
The must-use service for all the video game startups! I knew it right away that TENTUPLAY is REAL the moment I got the analysis report. You don't have to rely on your gut anymore and can achieve tangible improvements with thorough data analysis. It's literally the best.
I was surprised at how powerful TENTUPLAY is. TENTUPLAY is a must-have tool if your game's business model is based on in-app purchases, as TENTUPLAY AI In-game Shop segments players and sends the right messages automatically. Also, there are documentation and tutorial projects that make even beginners easily follow.
TENTUPLAY enabled us to understand players’ different needs through data analysis. It categorized players by playing styles and gave us valid ideas to improve our game.
Honestly, I had some doubts in the beginning. I wasn’t sure whether it would really turn out to be effective. However, I saw the retention of the treated players was 88% higher than the untreated, and my doubts vanished.
For us, who lacked the know-how to analyze data, this service was a lifesaver. The detailed guidelines allowed us to easily use the console, and their detailed reports were extremely helpful. TENTUPLAY offers an essential service which assists in the growth of start-ups.
Decide what offer to give, whom to give, and after how many failures to give.
No need for extra coding. Start new promos and events whenever you want.
The AI finds out what in-game product each player needs and recommend it automatically.
using RPGM.Core; using RPGM.UI; using UnityEngine; using TentuPlay.API; namespace RPGM.Gameplay { public class InventoryItem : MonoBehaviour { public void OnTriggerEnter2D(Collider2D collider) { new TPStashEvent().CharacterItemGet(this); model.AddInventoryItem(this); } } }