KinesteX

Plans & Programs

Events for workout plans and programs.


EventData FieldsDescription
plan_unlockedid: string, img: string, title: string, date: stringPlan unlocked/selected
plan_openedid: stringPlan result screen rendered. Fires for both goal-based and personalized plans
plan_onboarding_plan_createddata: { plan_id: string, plan_type: string }A new plan was created from onboarding/assessment. Does NOT fire on revisits to an existing personalized plan
plan_progression_saveddata: objectPlan day progression was saved successfully after a plan workout finished
plan_progression_faileddata: objectPlan progression save failed (network/server error)
personalized_plan_exitworkout: string, date: stringExit from personalized plan
remind_me_later_clicked-User tapped "Remind me later" on the Assessment screen inside the plan-onboarding flow. Only fires from the plan-onboarding page

Note on plan tracking: When you launch a plan workout directly via the SDK, you can pass planId, planType, and progressWorkoutId in the initial PostMessage configuration so the SDK associates the workout session with the correct plan. After the workout finishes, you'll receive either plan_progression_saved (success) or plan_progression_failed (error). See Plan Context configuration for details.