Click here to Skip to main content
15,911,890 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All:

I have a little confusion :confused: on the use of _trackEvent()-Google Analytics.
Can I use like the following ways:

MIDL
_gaq.push(['_trackEvent', 'val_1', var_1]);
_gaq.push(['_trackEvent', 'val_2', var_2]);
_gaq.push(['_trackEvent', 'val_3', var_3]);
_gaq.push(['_trackEvent', 'val_4', var_4]);
.....
...



Thanks in advanced.
Posted
Updated 24-Oct-10 3:50am
v2

1 solution

You can read this links

Click

Click

Click
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900