countly_out.remoteconfig_parameters{appID}

Follow

Remote config plugin required

This collection might not appear if you don't have remote config plugin enabled

There are multiple remoteconfig_parameters{appID} collections, one for each application. This collection holds information about the remote config parameters added to the selected application.

Here is the list of possible fields -

Field Description Example
_id Unique ID of the parameter generated by MongoDB engine 5c658b589592c95ae9e970b7
parameter_key The name of the parameter display_onboarding
default_value Default value for the parameter false
conditions Array of objects having condition id and its value [ { "condition_id": "5c65965d9592c95ae9e970c1", "value": true } ]
description The description of the parameter If set to true, will display an on boarding screen to the user

Looking for help?