Hello,
how can a set my GA Code on specific sites? (Any sites with inquiry forms)
I think if i copy the GA code in my Enfold GA Tracking code field, it just tracks visitors on my site, but not all my forms and call to actions.
For Example “Room booking”, “Restauraunt booking” “inquiry” etc…
Hey Luisgasser!
Please see – http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/
Cheers!
Yigit
Hello Yigit,
thanks for info – so i don’t have to put the GA Code in my Enfold field?
But my GA Code looks like this:
<script>
(function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’);
ga(‘create’, ‘UA-74797303-1’, ‘auto’);
ga(‘send’, ‘pageview’);
</script>
where i have to put it in?
Hi,
I’m guessing what you pasted in your last reply is your general code, right? That should go in the Enfold options, but if you’re tracking specific events then there should be another code for that which will go on the specific page.
Best regards,
Rikard
Hi Rikard,
and where i get this code?