23 Apr 2024 06:57 AM - last edited on 10 May 2024 03:34 PM by Michal_Gebacki
Hi There
Description: We have a Loan website, a potential user who is applying a user starts his journey after putting his Mobile Number and only then he can move forward with it. We are not storing any PII data.
We want to monitor the potential users journey who is not our customer as of now, How can we tag the user sessions with Mobile Number, what all options do we have ??
2) We have a SAAS environment, and since by default DT doesnt capture any PII data How can we configure to capture Mobile Number, I didnt find any options pertaining to allow such thing only thing I found is given below. Please suggest.
Solved! Go to Solution.
23 Apr 2024 08:00 AM
Hi!
is this about a mobile application or a mobile browser? In general Dynatrace does not capture the mobile number by itself, you would need to get the mobile number and then tag the session with it (make sure using the phone number for identifying session is allowed by your users local privacy regulations)
23 Apr 2024 08:10 AM
It is available on both Web and Mobile. Those users are Potentials users and not not currently customers. But still if we use tagging it will tag all the user sessions, and how do we ask DT to explicitly only capture Contact Number ??
23 Apr 2024 09:27 AM
on mobile you also have the identifyUser API which will tag the session with whatever you provide it - see details in this community post.
23 Apr 2024 10:53 AM
Thanks @Patrick_H , can we use the identifyUser API for WEB as well, as u mentioned in the community it is only for mobile...
23 Apr 2024 12:23 PM
see answer from @PacoPorro below this one - he links the RUM API identifyuser which is for web
23 Apr 2024 08:10 AM
Hi.
23 Apr 2024 08:16 AM
Thanks @PacoPorro, If we create a Request Attribute for the same, can we filter it in the session segmentation.
Could you please explain how the RUM API for "identify user" can be configured.