event-tracking

GA Event Tracking from localhost

余生颓废 提交于 2019-12-01 09:48:46
问题 I've been trying to track file downloads from localhost, but can't manage to get it working. Visits are being recorded, but the custom tracking pushes do not. I am able to see __utm.gif request: http://www.google-analytics.com/__utm.gif ?utmwv=5.4.3d &utms=10 &utmn=1689575639 &utmhn=localhost &utmcs=UTF-8 &utmsr=1920x1080 &utmvp=1358x565 &utmsc=24-bit &utmul=en-us &utmje=1 &utmfl=11.7%20r700 &utmdt=Something-something-something &utmhid=1913734755 &utmr=0 &utmp=%2Fsomething &utmht

Google Event tracking for phone number

心不动则不痛 提交于 2019-11-30 00:38:42
问题 I am running a WordPress site, which is verified with Google Webmaster Tools and has a GA code associated with Google Analytics. I've done some research on the web to add an Event tracker for clickable phone numbers in mobile, so that I can measure how many people actually use the phone number on the homepage of the website we developed for a client: posanarestaurant.com. Most of the blogs that offered up how to do this simply gave me this code to add to my site below: <a href="tel

Can I track multiple Google Analytics events at once?

与世无争的帅哥 提交于 2019-11-29 07:12:47
I am using Event Tracking on our conversion form to pass the values of a few drop-downs to Google Analytics as events. Our conversion form is an inquiry form for our online degree programs. I only want to pass the values of the fields on form submit, so I have added the following code to the code that runs on successful submission of the form: $("#App,#InquiryForm").validate({ submitHandler: function (form) { $(".button").attr("value", "Please wait..."); $(".button").attr("disabled", "disabled"); _gaq.push( ['_trackEvent', 'Inq Form Academic Level', 'Academic Level', $('#AcademicLevel').val()]