This article will help add Analytics to a site to check page views and page attrition.
1. Go to Settings > General.
2. Go to the General Analytics box.
3. Add in this Code:
<script>
(function(i,s,o,g,r,a,m){i['
(i[r].q=i[r].q||[]).push(
m=s.getElementsByTagName(o)[0]
})(window,document,'script','/
ga('create', 'UA-17024835-5', 'auto');
ga('send', 'pageview');
</script>
4. Save at the bottom
0 Comments