C++ Select
From J2Play
J2Play currently provides 2 monetization methods: advertising, and Premium PC Downloadables. A third model (Micro-transactions) will be introduced soon. Pick the monetization method the game will be using:
Ad Supported
Ad placement takes place in the following locations around your game:
- Pre-Game Ads: Before the game loads
- Banner Ads: In the sidebar at all times and on top of the download page
- Game Switching Ads: every time a player switches to another game a new ad is shown
- Interstitial ads: Ad units can be added at logical break points in the game(i.e. between levels) using the following J2Play ad API:
CGDKInstance::GetInstance()->ShowAdv();
Premium PC Downloadable
Premium PC downloadables follow the Trial to Buy model for PC games by adhering to the conditions below:
- Play for 30 minutes for free (in trial mode)
- Other criteria defined by the developer (i.e. can’t advance past level 3 in trial mode)
- Unlock the full version for $9.99
