Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracking of the form fields - bounce rates #172

Open
adamkasprowicz opened this issue Apr 2, 2019 · 0 comments
Open

tracking of the form fields - bounce rates #172

adamkasprowicz opened this issue Apr 2, 2019 · 0 comments

Comments

@adamkasprowicz
Copy link
Contributor

adamkasprowicz commented Apr 2, 2019

I want to be able to use keen-tracking to detect weak points of my html forms.
Bad design of the form will impact conversion rates and overall happiness of potential customers.

For example
https://jsfiddle.net/ywain/dheyftzp/

Let's track the focus of each field - this way we'll be able to create a funnel to see which fields are so hard to complete that it forces our users to leave.

Some additional informations would be great, eg:
time spent completing this field,
maybe - the most popular values for this field? track value, then use .query group_by value
-- snippet how to implement:
number of errors during validation,
most popular errors,

Let's start with tracker for a static html form. We'll create a react component/hoc later on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants