September 16th, 2025
This update fixes reported bugs with the missing events and UI inconsistencies in the new home page and also inconsistent tracking in positions that require holding for a period of time.
The following message events are now sent to parent applications:
main_page_opened: Sent when the main application page loads
home_page_opened: Sent when home page data is successfully loaded and displayed
experience_opened: Sent when user selects any challenge or game experience
challenge_opened: Sent specifically when user starts an exercise challenge
game_opened: Sent specifically when user launches an interactive game
personalized_plan_opened: Sent when user navigates to their personalized fitness plan
Each event includes relevant metadata:
Experience events: Include exercise ID, title, and game status
Navigation events: Include timestamp and referral information
Page events: Include loading timestamps for performance tracking
We will skip the survey in personalized plan, if you pass the following user details when initializing the view:
age: 30,
height: 160, // in cm
weight: 70, // in kg
fitness_level: "beginner",
lifestyle: "lightly_active",
gender: "male",Fixed inconsistency in colors in main page on the personalized plan widget. Now the button color adjusts dynamically with your color theme

Added back buttons in personalized plan Welcome and Assessment screens