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,
Solved! Go to Solution.
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 :
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 :
Thanks for the response Vasima. :) I will ask the implementation specialist on the efforts required.
Views
Replies
Total Likes