Event Tracking is a method available in the ga.js tracking code that you can use to record user interaction with website elements, such as a Flash-driven menu system.
1
vote
2answers
58 views
Google Analytics - Outbound Link Tracking for two accounts
I am successfully tracking pages on my site to report to two Google Analytics accounts, however, I can't get the outbound link tracking to track the events in Google Analytics accounts (it's not ...
0
votes
2answers
315 views
target=“_blank” not opening new page due to Google Analytics cross domain javascript link tracking
I have probably screwed up the onClick javascript at leanstartupcircle.com. I am trying to add linktracking with javascript to all outbound links that I've tagged with an attribute. Whatever I did is ...
5
votes
1answer
1k views
Event Tracking in GA not firing
I've added the folowing code into my JS to track a button click:
_gaq.push(['_trackEvent', 'category', 'action', 'label']);
I've hit a breakpoint on it using teh Chrome dev tools and _gaq ...
1
vote
1answer
20 views
Event tracking for a certain field of a form
Is it possible to specify the goal of the event tracking to a certain field of a form, such as selection from dropdown list or check box having been checked?
I have a variable product which is ...
1
vote
1answer
82 views
Request to Google Analytics sent but event not recorded
I am trying to track outbound links with the following script :
$(document).ready(function(){
_gaq.push(['_setAccount', 'UA-XXXXXXX-XX']); //hidden number, well configured
//works
...
1
vote
1answer
431 views
add event tracking to mediaelement.js
Hi I know that mediaelement.js enables event tracking with google analytics however, as is always the way my project demands event tracking using sitecatalyst.
Has anyone modified/extended ...
0
votes
1answer
31 views
Google Analytics - Track Event on Page Exit (Except form submission)
I'm using the following code to track when a user exits a page on my site:
//track on page exit
function storeData(){
_gaq.push(['_trackEvent', 'Application Form', 'exit-form_application_', '', ...
0
votes
1answer
37 views
Event tracking within PHP code
I'm trying to implement event tracking to a submit button on a contact form. Here is the code I'm working with:
<input type='button' value='".((get_theme_option("translator_status") == "enable") ? ...
0
votes
1answer
153 views
jQuery Cycle - google analytics event tracking in paging thumbs
I’m trying to apply Google Analytics event tagging to jQ Cycle pager thumbnails.
Initially I’ve got the main slides working fine with the ga event tracking script applied to those, and thumbnail ...
0
votes
1answer
506 views
How to: Event Tracking on Flash embedded video
I have an embedded video on a page of my ASP.NET with C# website. I would like to use google analytics to track events on this video, such as how many times the Play button has been pressed.
This is ...
0
votes
1answer
399 views
Google Analytics Event Tracking with /__utm.gif
I use this URL to report an event to google-analytics:
...
0
votes
1answer
357 views
Pass _trackEvent to multiple analytic tracking codes
I got one domain set up with multiple Google Analytic accounts. The site has different events which were properly tracked in the first profile. But … i'd like to have the events passed to each account ...
0
votes
1answer
71 views
Is Event Tracking in Google Analytics associated with built-in metrics?
In Google Analytics (GA) I am working with Event Tracking and would like to do queries on Events, joining the with associated metrics such as Page, Source, etc. Within GA, Is an Event associated or ...
0
votes
1answer
199 views
How do implement Event Tracking on a site built with Classic ASP
I need to implement Google Analytics Event Tracking on a website built in classic asp.
As I am n00b I assumed this would be achievable with a few simple includes. e.g.
...
0
votes
0answers
34 views
Event tracking in Google Analytics. Codes in right place?
I need your help in order to find out why Google Analytics is not tracking 3 events I created.
Please check the source code for http://www.zulamian.com/, and look for the following lines of code.
...
0
votes
0answers
190 views
Google analytics event tracking not showing accurate data?
I have a "Download" button on my webpage(page1). Onclick of this button, a downloadFile.php page(page2) opens and a zip file automatically downloads.
I want to track the onclick event in page1. So I ...
0
votes
0answers
59 views
how to track or catch a windows.open in javascript as google Analytics do it
How to track the windows.open or all the out going links from our page
most of my pages doesn't unload on clicking redirect link , they just open in a new window using the window.open
What i need ...
