diff --git a/app/views/application/_footer.html.erb b/app/views/application/_footer.html.erb
index de537493979..a5d5e77a09e 100644
--- a/app/views/application/_footer.html.erb
+++ b/app/views/application/_footer.html.erb
@@ -70,7 +70,7 @@
var email = document.getElementById('page-rating-email').value.trim();
if (typeof posthog !== 'undefined') {
- posthog.capture('✍️ Docs page feedback', {
+ posthog.capture('docs:page_feedback', {
rating: selectedRating,
page_url: window.location.href,
page_path: window.location.pathname,