a. Remote Config Example

Dynamic configuration variables, helping to change game updates flexibly.

I. Create Remote Config

  • Access Falcon A/B Testing > Remote Config.

  • Click button "Create Remote Config" to create a new Remote Config.

Remote Config interface

1. Create RemoteConfig

  • Name: Name of the remoteConfig, This name corresponds to the variable declared in the game.

    VD: isOpenPvPSurvival

  • Data Type: can be number, string, boolean.

  • Default value: depends on the Data Type.

  • Click on Add Filter if you want to create a filter for Remote Config.

Figure 1.1: Creating a boolean remoteConfig

2. Create Filter

  • Filter is a tool to determine which player group the remoteConfig is applied to.

  • The example illustration below is to create a filter according to Version. Include means that it is only applied to the specified version (6.2.12). If you choose Exclude, it will be applied to all versions except the specified version. Value: the value applied to the users belonging to this filter group.

  • Note: users who do not belong to any filter group will be applied the default value of the Remote Config.

Last updated