Closed jpmonette closed 4 years ago
Hi @jpmonette !
This sounds strange. But it is really hard to help without some code to look at. It is incredibly helpful if you're able to create a minimal reproduction. This is a simplified example of the issue that makes it clear and obvious what the issue is and how we can begin to debug it.
Thanks for using Gatsby! 💜
Hiya!
This issue has gone quiet. Spooky quiet. 👻
We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open! As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!
Thanks for being a part of the Gatsby community! 💪💜
Hey again!
It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it.
Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m HUMAN_EMOTION_SORRY
. Please feel free to reopen this issue or create a new one if you need anything else.
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!
Thanks again for being part of the Gatsby community! 💪💜
Description
I have
gatsby-plugin-google-gtag
setup and it seems like the only page being tracked by Google Analytics is/
(or events usingwindow.gtag()
) - visits to any other pages are not tracked.Steps to reproduce
Here's my
gatsby-config.js
(withgatsby-plugin-google-gtag
in first):I am also using
1.1.21
and the website is served on Netlify.Expected result
Visits to pages like
/companies
,/about
... to be tracked.Actual result
When I crawl through my Website, only visits to
/
are tracked.Environment
Thanks