Skip to content

Instantly share code, notes, and snippets.

@brasilikum
Last active June 28, 2023 16:32
Show Gist options
  • Save brasilikum/51109a5c1871c1c98ebaadac05647621 to your computer and use it in GitHub Desktop.
Save brasilikum/51109a5c1871c1c98ebaadac05647621 to your computer and use it in GitHub Desktop.
Elenas User Segmentation 2023 and beyond
Elenas User Segmentation 2023 and beyond
Non User
signup -> Elenas Basic
Elenas Basic
third order completed -> Elenas as is today
pays for Elenas Plus -> Plus bought
Elenas as is today
reaches podio 4 or 5 -> Plus earned
pays for Elenas Plus -> Plus bought
Elenas Plus
Plus earned
falls to podio 3 or below -> Elenas as is today
Plus bought
subscription expires -> Elenas as is today
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment