cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Mobile User Tag for Flutter, Kotlin and Swift

agylpradipta
Helper

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.

 

1 REPLY 1

Patrick_H
Dynatrace Champion
Dynatrace Champion

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

iOS help: https://www.dynatrace.com/support/help/shortlink/ios-hub

Featured Posts