Skip to main content

Working with dynamic config

A dynamic config allows you to use configuration parameters to control the behavior of your application in near real-time.

In the example below, the dynamic config called localization allows you to retrieve localized strings for users in different countries. Users in Spanish speaking countries see Spanish strings, while users in French and Korean speaking countries see French and Korean strings respectively.

image

A sample JSON payload for French speakers is also shown below.

image

The following tutorials show you how to perform common tasks with dynamic configs.

Tutorials