Hi,
Can i keep a log for 404 not found pages?
Like that pattern:
date - url -how many time
Hi,
Can i keep a log for 404 not found pages?
Like that pattern:
date - url -how many time
You should be able to use Google Analytics to get that info.
I am already use Analytics. I should get the info on Analytics panel, right?
No – if you’re using GA you get that data directly from the GA interface, rather than through the Discourse UI.
Edit: I made an assumption about what you meant by the Analytics panel.
It’s not that easy to be honest.
You need to either make a custom javascript file to check if “Oops! That page doesn’t exist or is private.” exists, or change the 404 template to fire an event. So no, this is not out of the box and also it’s a bit fragile.
I would agree that this feature is useful; especially in the days directly after a migration.
We’re about to customize our 404 page using tips from: "That page doesn't exist or is private" restyling with CSS
Is the information in this topic still relevant?
I don’t believe this has changed.
One way that might make it easier to track in Google Analytics is if we update the page title to something like 404 not found - forum name — In GA you can create a custom report that filters for page title without any custom JS or events.
¿Existe alguna forma de actualizar el título de la página para las páginas 404?
Cualquier texto en Discourse puede personalizarse. En tu caso, tendrás que cambiar page_not_found.title desde /admin/customize/site_texts/page_not_found.title.
Lo siento, me refiero al título de la página en la sección head que aparece en la pestaña del navegador. No pude encontrar ninguna personalización de texto relacionada con eso.