-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to Google Analytics 4 (GA4) #273
Comments
i have asked in the past about getting access to the analytics as it would be helpful in understanding any issues with the website (eg heavy traffic) |
I'd like to request access to the analytics too. |
I think I have access to the Analytics and can probably figure out how to give it out. Please ping me on Envoy slack. |
Thanks @mattklein123. I just pinged you from the CNCF slack workspace. |
Analytics are back! $ curl -i https://www.envoyproxy.io/ 2>/dev/null | grep UA-1
ga('create', 'UA-148359966-1', 'auto'); All we need now is to have access to the analytics console :). @richarddli or @alyssawilk might you have access to the Envoy website's Google Analytics console? I'm still waiting on feedback from @caniszczyk. If Chris and no one else have access, then (as @mattklein123 suggested), I'll simply create a new GA4 site tag and we'll use it instead. |
As @phlax points out just above this #274 (comment), there's no GA associated with the docs, since they are generated separately. @phlax's suggestion of using Netlify snippet injection would be a clean and simple solution to get analytics into all of the site pages. |
Oh, I remember now why we have moved away from snippet injection for another project. As far as I recall, snippet injection is applied to all builds, not just production builds. Maybe that's configurable? I'll take another / closer look tomorrow. |
its also not as configurable - but the alternative is manually injecting the snippet into historical pages and adding the snippet to new docs builds - doable but probs not the easiest way |
/assign @chalin |
Whether we ever recover the UA access, the work here is done. Closing. |
* Use the same as the envoy proxy and envoy mobile websites Relates to envoyproxy/envoy-website#273 & envoyproxy/envoy-mobile#2680 Signed-off-by: Arko Dasgupta <[email protected]>
* Use the same as the envoy proxy and envoy mobile websites Relates to envoyproxy/envoy-website#273 & envoyproxy/envoy-mobile#2680 Signed-off-by: Arko Dasgupta <[email protected]>
* Use the same as the envoy proxy and envoy mobile websites Relates to envoyproxy/envoy-website#273 & envoyproxy/envoy-mobile#2680 Signed-off-by: Arko Dasgupta <[email protected]>
* Use the same as the envoy proxy and envoy mobile websites Relates to envoyproxy/envoy-website#273 & envoyproxy/envoy-mobile#2680 Signed-off-by: Arko Dasgupta <[email protected]>
This issue is part of a CNCF-wide effort to upgrade project websites to GA4 since Google has deprecated Universal Analytics (UA). For more details, see:
Tasks: stages 1, 2 & 3
The new GA4 stream measurement ID is:
G-DXJEH1ZRXX
</head>
:/cc @caniszczyk @nate-double-u
Completed tasks
Tasks: prep
I'm noticing that UA GA was added via:
and that despite all the source files still being present, I'm not seeing any evidence of the
UA-148359966-1
site tag being used in any of the ep.io pages. Might analytics have been inadvertently removed?I've raised a separate issue for this:
The text was updated successfully, but these errors were encountered: