Level 4
June 23, 2016
Solved
%page Viewed Classifications
- June 23, 2016
- 3 replies
- 1719 views
I am trying to classify the scroll depth into quartiles (25%,50%,75%,100%)
- First, I used a regex to capture the "highest percent" number
- Second, I created regex buckets for each quartile range
I then ran some tests and everything looks good
However the reports are not correct as it only show 100% and everything within that bucket is 1 - 100