Use google analytics custom events for feedback form.
Posted
by
chacko
on Stack Overflow
See other posts from Stack Overflow
or by chacko
Published on 2011-02-25T15:23:52Z
Indexed on
2011/02/25
15:24 UTC
Read the original article
Hit count: 232
JavaScript
|google-analytics
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
© Stack Overflow or respective owner