Detect different eror pages

Hi there

Is it possible to detect which kind of error page a user gets?

The normal 404 is easy, but what if the HTTP header is 410 (Gone permanently) or 503 (service unavailable). Can I detect on HTTP-headers?

Brgds. Jacob

Hi. HTTP servers usually have the option to configure different html templates for different error pages. You could segment them later for instance based on the page title.

Is there another way then the page title? Can you for exemple add an image to a 404 page with an alt description ‘404’ and track the number of this image is viewed?