Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

website analytics are offline #16270

Closed
aaronmarkham opened this issue Sep 25, 2019 · 1 comment · Fixed by #16271
Closed

website analytics are offline #16270

aaronmarkham opened this issue Sep 25, 2019 · 1 comment · Fixed by #16271
Assignees
Labels

Comments

@aaronmarkham
Copy link
Contributor

It looks like Google Analytics isn't working on the website.

I sent test traffic through the analytics console and didn't see it show up.

Here's the gtag that's from the property settings:

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-96378503-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-96378503-1');
</script>

The static site's GA is configured here:
/docs/static_site/src/_includes/google-analytics.html

But for some reason, this doesn't seem to show up when I view source, so it might be more than just updating the js to the latest gtag code.

@mxnet-label-bot
Copy link
Contributor

Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended label(s): Doc

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants