Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am currently integrating google analytics into my signup form. I am concerned that I track faulty results as some people may fill in data that is not correct. Analytics would track the event when clicking the submit button, the server may however return the user to the same url saying there was an error.

Some solutions I can think of:

  • Submit the form via Ajax
  • Create a gateway page where I track the goal.
  • Validate the form clientside.
  • Use google analytics serverside?

How have you solved the problem?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.