In this post, I’ll show you how to analyse and visualise click paths or “customer journeys” using process mining tools (via the bupaR R package). Including a sample dataset for you to play with.
Doing Cohort Analysis in R (using ggplot)
In this post I’ll describe how to build a nice cohort graph/table in R, using ggplot2.
Data source that I’m using is from a mobile app that is tagged with Snowplow Analytics, but if you follow all the steps, using a similar dataset, you’ll get the same results.
Conversion Attribution: a Markov model (using Google Analytics and the R ChannelAttribution package)
Hello, analyst! This post is about Conversion Attribution Modeling using Google Analytics (multi channel funnel report data) and the R programming language. Quite a mouthful. It’s a follow-up post on an earlier blog I wrote on multichannel conversion rate. I’m not going to tell you long stories on why you need this. In short: use this script.. If you […]