Global App
The Global App service allows you to read the Global Properties that you have set on the Global Properties page brainCloud portal for you app.
Global Properties are used to configure the key parameters for your app that you want to be able to easily tweak server-side.
This service also provides APIs for reading the analytics counts of the app.
API Summary
Global Properties:
- ReadProperties
- SysUpdatePropertyJson
- SysUpdatePropertyString
- ReadSelectedProperties
- ReadPropertiesInCategories
- SysCreatePropertyString
- SysCreatePropertyJson
App Counts:
Other App info:
- SysGetAppSecret
- SysAddLegacyFlaggedUser
- SysGetLegacyFlaggedUserData
- SysGetLegacyFlaggedUserDataList
- SysRemoveFromLegacyFlaggedUsers
- SysUpdateLegacyFlaggedUser
📄️ ReadProperties
Read the game's properties.
📄️ ReadPropertiesInCategories
Read all the global properties of the app that exist in any of the categories provided.
📄️ ReadSelectedProperties
Read all the global properties of the app identified by the property names provided in parameter.
📄️ SysAddLegacyFlaggedUser
Adds a user to the legacy list of flagged users.
📄️ SysCreatePropertyJson
Creates the named global property with the given json value.
📄️ SysCreatePropertyString
Creates the named global property with the given string value.
📄️ SysGetAppSecret
Retrieves app secret.
📄️ SysGetDailyCounts
Returns the daily analytics counts for the current app for the specified date.
📄️ SysGetLegacyFlaggedUserData
Retrieves the details about a legacy flagged user.
📄️ SysGetLegacyFlaggedUserDataList
Retrieves the list of legacy flagged users for an app.
📄️ SysGetMonthlyCounts
Returns the monthly analytics counts for the current app for the specified month.
📄️ SysRemoveFromLegacyFlaggedUsers
Removes a user from the legacy list of flagged users.
📄️ SysUpdateLegacyFlaggedUser
Updates a user's entry in the legacy list of flagged users.
📄️ SysUpdatePropertyJson
Updates the named global property with the given json value. Note that the property must already be created for the app.
📄️ SysUpdatePropertyString
Updates the named global property with the given string value. Note that the property must already be created for the app.