
Announcements
Hi Experts,
I have customized the Registration page of the portal to take some other info from the User like DOB, Emp_ID, First_Name & Last_Name. and used Local Storage to capture the input data and used that in the profile page to update that info (I have included those fields in Portal User Form). It is working perfectly fine but few users are registering with the empty value of those fields which I added in the Registration page ( i.e DOB, Emp_ID, First_Name & Last_Name).
I a trying to investigate the issue and trying to figure out which browser, Device, etc are causing the issue.
How can I get the user activity of the portal? by which I can identify those blank register user browsers, devices, etc detail to trace the issue of the same.
Or is there any way by which I can trace what causing some users with blank values in those fields?
Please help me with the same. Any help will be appreciable.
Thanks,
Amit
Hi @Anonymous ,
You might try to use Azure Application Insights or Google Analytics as portal doesn't have OOTB analytics. Check out my blog post on how to enable Azure Application Insights. You can send some custom event with data that user provided in the fields before they will register and thus being able to gather needed info.