Hi,
As i understand right? you can do it simple by the way:
- Customize the function formSubmit of Mkto form:
Ex:
formSubmit(){
// init your GA
_gaq.push(['_trackEvent', 'Doesitwork', 'ACTION', 'OFFERNAME']);
document.getElementById('formId').submit();
}
- Another way using the jquery to attach one more handle event for GA.