Use google analytics custom events for feedback form.
- by chacko
I was thinking of having a simple feedback form in my website.
It would be something like:
Your Feedback will help us improve.
[ ]
and then a textfield/textarea where the user can type (let's say) up to 100 characters of feedback.
Rather than handling it all myself on the serverside I was thinking to use google analytics (since my site is already wireup) and everytime a user writes a comment
send a custom event to google analytics.
I think it might work.
Can people suggest a better approach or point out any problem with this idea
thanks