Fires each time a Getting Started checklist item is auto-ticked (step completed).
Records which step finished and how far the partner has progressed.
Onboarding is tracked per-user, not per-gallery.
example
{
action:"progressedOnboarding",
completed_step_count:3,
context_module:"onboardingFlow",
context_page_owner_type:"inventory",
step:"create an artwork",
total_steps:10
}
Fires each time a Getting Started checklist item is auto-ticked (step completed). Records which step finished and how far the partner has progressed. Onboarding is tracked per-user, not per-gallery.
{ action: "progressedOnboarding", completed_step_count: 3, context_module: "onboardingFlow", context_page_owner_type: "inventory", step: "create an artwork", total_steps: 10 }