Wowchemy-hugo-modules: Google Analytics does not work

Created on 11 Sep 2017  路  4Comments  路  Source: wowchemy/wowchemy-hugo-modules

I believe that Google Analytics Templates are missing.

{{ template "_internal/google_analytics.html" . }}
{{ template "_internal/google_analytics_async.html" . }}

I added them to single.html and list.html. I got no error message, but Google still did not track.

Then I added the complete code Google provides and tracking worked fine!

<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','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-106XXXXXX-1', 'auto');
  ga('send', 'pageview');

</script>

No idea what is wrong here. Maybe a faulty Hugo template or a problem with blogdown? This happened already with the Disqus template: A Hugo template did not work and had to be replaced by a different code snippet.

I will report this issue on StackOverflow as well (and if there is no answer than directly to Yihui Xie).

Most helpful comment

I have figured out the fix, although I don't completely understand it: https://stackoverflow.com/a/46207854/559676

All 4 comments

I'm unable to reproduce this behaviour - GA appears to be working fine when I enter a valid GA ID into googleAnalytics parameter in config.toml.

Thanks! Sorry for the inconvenience. I posted the problem already on S0.

(Did you receive my email about the blogdown tutorial with your theme?)

I have figured out the fix, although I don't completely understand it: https://stackoverflow.com/a/46207854/559676

I have the same problem. GA doesn't see any activity after the last update. My site is gitlab. The fix by yihui didn't work for me.... Any idea how to solve it on gitlab?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

henningninneh picture henningninneh  路  3Comments

CommonClimate picture CommonClimate  路  4Comments

somnathrakshit picture somnathrakshit  路  3Comments

chris-prener picture chris-prener  路  3Comments

halfrost picture halfrost  路  3Comments