15 Nov 2023 08:59 AM
Hello all, maybe this is a basic question but I need more insight, so I just met an user where they have mobile app with following technologies:
- Swift for their mobile app 1
- Kotlin for their mobile app 2
- Flutter for their mobile app 3
I want to use Real User Monitoring until I able to identify the user tag. If I just follow the guide on instrumentation wizard, does it will included with user tag identification?
Or I need to do extra configuration for user tag to be identified? Is there any documentation for this?
Thank you in advance.
Solved! Go to Solution.
15 Nov 2023 10:00 AM - edited 15 Nov 2023 10:03 AM
Hi,
The user tag has to be provided to the identifyUser API of the Dynatrace SDK. It also depends on the privacy settings if that tag will be sent to dynatrace
this is the related documentation:
iOS: https://docs.dynatrace.com/docs/shortlink/ios-oneagent-sdk#tag-specific-users
Android: https://docs.dynatrace.com/docs/shortlink/oneagent-sdk-for-android#tag-specific-users
Flutter: https://pub.dev/packages/dynatrace_flutter_plugin#identifyUser
also see the privacy settings relation
iOS: https://docs.dynatrace.com/docs/shortlink/ios-oneagent-sdk#data-collection-levels
Android: https://docs.dynatrace.com/docs/shortlink/oneagent-sdk-for-android#data-collection-levels
Flutter: https://pub.dev/packages/dynatrace_flutter_plugin#userPrivacy