star_border
Reply
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Printer Friendly Page
Event Tracking in Google Tag Manager
Visitor ✭ ✭ ✭
December 2014
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Email to a Friend
- Report Abuse
Hello
I am trying to track event using google tag manager
i have created a custom tag in google tag manager for this purpose
<script>
jQuery('p a').click(function(){
ga('send', 'event', 'Contact', 'Fill Out');
});
</script>
Next, i have created a Goal (Event) in Analytics
Category Equals to Contact
Actions Equals to Fill Out
But i am not able to track events in my google analytics
Please help me out in this issue. I am trying from many days.
Regards
Raghu
Re: Event Tracking in Google Tag Manager
Visitor ✭ ✭ ✭
December 2014
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Email to a Friend
- Report Abuse
Hi Raghu,
Your Question is not much clear. But If it is regarding a Contact Form Tracking You can track it simply redirecting your user to a Thank You Page and You can track from it. If the user successfully redirects to Thank You Page Means Your Goal Achieved. And you can get the conversions through GA.
Hope this helps you
Your Question is not much clear. But If it is regarding a Contact Form Tracking You can track it simply redirecting your user to a Thank You Page and You can track from it. If the user successfully redirects to Thank You Page Means Your Goal Achieved. And you can get the conversions through GA.
Hope this helps you