Economy v2 is now Generally Available. For support and feedback, go to the PlayFab Forum.
Economy v2 General Settings
Catalog admins
Players that you add to Catalog admins can administrate your catalog including all read and write operations. Adding these players is useful for providing access to Third Parties who are entering content or localizations for your game. Catalog Admins are players that are given full title-level access to the published and draft catalog. Players accessingSearchItems or GetItem APIs have read and write access to all published items including:
- Items with a Non-Approved Moderation State
- Expired Items (Items with past End-Dates)
- Unreleased Items (Items with a future start date)
- Hidden Items
Catalog reviewers
Players that you add to Catalog reviewers can administrate and update their reviews and ratings for public (visible and published) items in your catalog. Players with paid accounts or who have been active a certain amount of time are often segments added via UpdateCatalogConfig API call to this list.- Catalog Admins are players that are given the ability to see unreleased content (any published item with a future start date).
- Reviewers are not able to edit or delete items (except their own content).
Display property mappings
Administer deep link formats here. For more information, see Display Properties to configure and see Limits for limitations.Deep link formats
Administer deep link formats here. For more information, see Deep Links to configure.Platform
Platforms are custom keys for interacting with your game builds and interfaces. You can use any keys you like, and we’ve provided some suggestions below.Examples
Policies
The Policies page allows you to control the client access to the Economy APIs. Economy v2 uses the Admin API Policies to control API Access. If you make any changes to the JSON, it may break or cause unintentional behavior with the Economy v2 API policies. Even if APIs are enabled, Players are only able to publish, edit, and delete content they’ve created. Title Entities are always able to access, delete, and edit any content.Although Admin Players are given title-level edit, delete, and access privileges, they are still considered players for the purposes of Policies. For example, if the
DeleteItem API was disabled for all players, Admins will not be able to delete content (but titles will continue to be able to)