Number of visitors to the site

info1195

New Member
YetiShare User
YetiShare Supporter
Wurlie User
Oct 6, 2011
28
0
0
Hi all
Is there a way to know the number of visitors coming to the site in the script
Best greetings
 

info1195

New Member
YetiShare User
YetiShare Supporter
Wurlie User
Oct 6, 2011
28
0
0
I did not understand your response
I want to Statistics are through Google Analytics
 

info1195

New Member
YetiShare User
YetiShare Supporter
Wurlie User
Oct 6, 2011
28
0
0
But how the code is placed in any file that is placed in the program until Url Statistics show correctly

http://postimg.org/image/y6xpvu9un/

Thank you
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
Edit _header.php

Find: </head>

Add your google code before the </head> so it looks like this:

Code:
<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-********-*', 'domain.com');
  ga('send', 'pageview');
</script>    
</head>
 

info1195

New Member
YetiShare User
YetiShare Supporter
Wurlie User
Oct 6, 2011
28
0
0
Please send me the full file
Through private messages
Thank you