Maximize click-through rates
Increase conversions & revenue
Realtime & contextual
Targeted rating prompts
Push in-app messaging over the air
Better targeting through privacy
Recover from bugs and outages
// Major bug in specific // app version app_version == '3.2.1' // Very old app app_version < '2.0'
// Disable feature flag for issue // with dark mode, isolated to iPad feature_flag: 'dark_mode_enabled' condition: device_class != 'pad'
// Scheduled Maintenance now > 2024-02-02 22:00 && now < 2024-02-02 23:30 // Server Outage true