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

website analytics are offline #16270

@aaronmarkham

Description

@aaronmarkham

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions