This is probably one of those easy fixes from a dev perspective but we need to track 404's and with the way umbraco deals with 404's (internally) it doesn't display a URL that can be used to track in analytics.
Is there a way to add GA event tracking to all 404's within Umbraco, if so how and is dev effort required to implement.
I assume you want to track those url's to fix the broken link issues. You might want to check-out SEOChecker for that http://soetemansoftware.nl/seo-checker
404 Tracking in Analytics
This is probably one of those easy fixes from a dev perspective but we need to track 404's and with the way umbraco deals with 404's (internally) it doesn't display a URL that can be used to track in analytics.
Is there a way to add GA event tracking to all 404's within Umbraco, if so how and is dev effort required to implement.
Really appreciate the help.
I was already tracking page views in my master template but your post you post made me revisit this.
In my template after already initializing ga I added this. This assumes that you already have a 404 page configured in \config\umbracoSettings.config.
Thanks Ryan, will give that a go. Will update you on how it goes.
Appreciate the help.
I assume you want to track those url's to fix the broken link issues. You might want to check-out SEOChecker for that http://soetemansoftware.nl/seo-checker
Best,
Richard
is working on a reply...