Tracking form submissions in Google Analytics
问题 This is probably a simple question, but I am new to Google Analytics. I am trying to track submissions on a form on my website using the following: <form class="email" action="" method="post" onsubmit="_gaq.push(['_trackEvent', 'form', 'submitted', 'free first exam', 'true']);"> Where would I find the data for this event in the GA dashboard? I want to know how many times this form was submitted. I can't seem to locate where in the dashboard this is stored. 回答1: If you are tracking the form