Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Economy v2 is now Generally Available. For support and feedback, go to the PlayFab Forum.
The Economy v2 Inventory service has a Transaction History API that allows you to get a view of all the operations performed on a player's inventory. This data can be used to help track usage of game systems, troubleshoot bugs, and identify malicious actors.
Transaction Histories are grouped by a player's different Inventory Collections with each Collection having its own history. More information about using CollectionId
s and having multiple inventories per player can be found here.
Some events such as CollectionCreated and CollectionDeleted aren't presented in the transaction history.
Getting a Player's Transaction History
- In Game Manager, navigate to
Players
- Select the player you wish to view, then go to
Transaction History