What is the best way to track Click errors | Community
Skip to main content
November 9, 2016
Solved

What is the best way to track Click errors

  • November 9, 2016
  • 2 replies
  • 1629 views

Hi Team,

I was wondering if there is a way to capture Click errors with Adobe analytics? I noticed that many times visitors clicked on a particular link and the website just did not respond back. It would be helpful to collect this information and would love to hear if anyone has already implemented it or have ideas around it.

Kind Regards,

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vasim_Ahmad

Hey Tapan,

Yes you can tracked the click errors with below mention approach :

Example :

Create a function which is return the response of click and call that function on each click, fire an event based on mentioned below response code :

200 - OK

404 - Not found 

500 - Internal server error 

All response code list :

http://www.restapitutorial.com/httpstatuscodes.html

2 replies

Vasim_Ahmad
Vasim_AhmadAccepted solution
Level 2
November 11, 2016

Hey Tapan,

Yes you can tracked the click errors with below mention approach :

Example :

Create a function which is return the response of click and call that function on each click, fire an event based on mentioned below response code :

200 - OK

404 - Not found 

500 - Internal server error 

All response code list :

http://www.restapitutorial.com/httpstatuscodes.html

November 13, 2016

Thanks for the response Vasima. :) I will ask the implementation specialist on the efforts required.