Widget Configurations API Response
The Configurations API returns a set of configuration flags, which control the visibility and status of various Gameball programs:Adaptive UI Based on Flags
In this response, there are several flags that determine whether different Gameball features should be enabled or disabled in your app/webpage:- gameballEnabled: If
false, all Gameball-related UI elements should be disabled or hidden - cashbackEnabled: If
false, elements related to the Cashback program (like cashback balance, cashback offers, etc.) should be hidden - notificationsEnabled: If
false, notifications should not be displayed
Example Implementation
Dynamic Business Decisions: The configurations API ensures your UI remains consistent with any business decisions made through the Gameball dashboard without needing to redeploy your application.
Related Resources
Widget Configurations API
Retrieve dynamic UI configuration flags
Build Your Own UI
Back to Build Your Own UI overview