Hi all -
We're struggling to get Google Analyitics to record when an Inquiry form has been submitted. We have added the code below to Inquiry Form>Edit> Confirmation>Section Settings>Head Tracking Code>
<script>
ga('send', 'event', 'inquiry', 'admission');
console.log('test form');
</script>
But we still don't see the result in GA when a form has been submitted. What are we doing wrong? We tried it in both Body Tracking Code & Head tracking Code. Can anyone tell me if the script is right?
Thanks!