A couple of things that I’ve tried are:
- Excluding the Manage Actions, but this removes the people who both managed and did a transaction.
- Using a Cohort for Manage Giving, then excluding them. I’m unclear if this only eliminates the people currently in the cohort or applies who was in the cohort on each day as I look back over the last 30 days.
It seems like the second option would work IF who was excluded was dynamic to each day in the past.
So I found that the Cohorts are not dynamic to each day in your search. So the second option is not going to work.
Still could use some help.
Hmm...I’m not sure this is achievable with funnels. Throwing a possible proxy out there…
Event segmentation chart
Event A: Viewed Transaction Screen
Event B: Transaction Conversion
Segment 1: Any user who performed Transaction History >= 1 time any time in each day AND who performed Transaction Conversion >= 1 time any time in each day
Segment 2: Any user who performed Transaction History < 1 time any time in each day AND who performed fany action on transaction screen except for Transaction History] >= 1 time any time in each day.
Use a formula: %:(UNIQUES(A1)+UNIQUES(A2))/(UNIQUES(B1)+UNIQUES(B2))
Let me know what you think.
@Andrew B oops, had my denominator and numerator flipped and can’t edit my reply - the formula would be %:(UNIQUES(B1)+UNIQUES(B2))/(UNIQUES(A1)+UNIQUES(A2))