Purchases
Learn how to use the Zyntex SDK to log purchases in your Roblox game
Purchases
Zyntex allows you to log purchases made within your game.
After setting up the purchase logging, you can enjoy aggregated purchase data in the Zyntex dashboard, which can be used to analyze player spending habits and game monetization.
Viewing purchases
To view purchases in the Zyntex dashboard, navigate to the Logs tab after selecting a game. Set the filter to info.player.purchase
to see all purchase logs related to your game.
You can filter purchases by player, price, and metadata to find specific purchases.
SDK Integration
Creating a purchase log
To create a purchase log in the Zyntex Roblox SDK, you can use the Zyntex:ProcessPurchase
method. This method takes the purchase details as arguments, including the player who made the purchase, the price of the purchase, and the product name.
Economy in progress
The economy system is currently in development. We plan to feature full economy tracking, such as currency flow, player spending habits, and more.
This is just the first step towards a more comprehensive economy system in Zyntex.