Hi All,
Kindly help me with the same code to fetch the Google "Events" using the Java
Code.
Following is the Events Created using my JSP by using the following tag:
<script type="text/javascript">
var accountStatus='AccountCreated';
var userType ='Individual';
if(accountStatus!= null){
_gaq.push(['_trackEvent', 'UserType',userType ,accountStatus]);
}
</script>
I am able to see the Events getting logged into the GA Dashboard under Events
section.
Category: UserType
Action: Individual
Label: AccountCreated.
Original issue reported on code.google.com by sukutt...@gmail.com on 26 Jun 2012 at 1:22
Original issue reported on code.google.com by
sukutt...@gmail.com
on 26 Jun 2012 at 1:22