-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
First of all, thanks for your contribution
I have a very little question to ask. How long your computer run this below chunk code to create a journey path? Though I wait more than 30 min, it seems not to be run successfully.
PS I use campaign data as you provided
Prepare the file - Create the paths
df_paths = df_split %>%
group_by(path_id) %>%
arrange(time) %>%
summarise(path = paste(channel, collapse = ">"), total_conversions = sum(conversion)) %>%
ungroup() %>%
mutate(null_conversion = ifelse(total_conversions == 1, 0, 1))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels