<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mobile User Tagging in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/278823#M6937</link>
    <description>&lt;P&gt;We are having ios native mobile application implemented to one of our customers. We would like to apply mobile usertag for iOS as well. Could you pls give some tips around this? Pls advise. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 17:41:50 GMT</pubDate>
    <dc:creator>ve00685603</dc:creator>
    <dc:date>2025-06-05T17:41:50Z</dc:date>
    <item>
      <title>Mobile User Tagging</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66272#M3877</link>
      <description>&lt;P&gt;I've inplemented the Mobile monitoring of an Android App with command line Auto instrumentation and the client wants to identify the user with the user tagging, however I've never done that before and I need some advice. So far I know that I have to use the OneAgent SDK for mobile and I read in the documentation that I can add it by adding it to the dependencies with the next instruction:&lt;BR /&gt;&lt;BR /&gt;dependencies {&lt;BR /&gt;implementation 'com.dynatrace.agent:agent-android:&amp;lt;version&amp;gt;'&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;and that I can do the tag with the instruction:&lt;/P&gt;
&lt;P&gt;Dynatrace.identifyUser(&amp;lt;usertag&amp;gt;);&lt;/P&gt;
&lt;P&gt;However is it not clear for me how to do the tag could you help me please?&lt;/P&gt;
&lt;P&gt;Also I have inplemented the mobile monitoring with manual Instrumentation (developer) for IOS can you also tell me how to do the user tagging for IOS please.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 12:06:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66272#M3877</guid>
      <dc:creator>alejandro_herna</dc:creator>
      <dc:date>2022-09-30T12:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile User Tagging</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66273#M3878</link>
      <description>&lt;P&gt;You have to add the OneAgent library as dependency to your project (in the file build.gradle) with &lt;/P&gt;&lt;PRE&gt;dependencies {&lt;BR /&gt;	implementation 'com.dynatrace.agent:agent-android:&amp;lt;version&amp;gt;'&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;, where &lt;EM&gt;version &lt;/EM&gt;must be the equal to the version of the auto-instrumentor. The OneAgent library is now hosted on &lt;A href="https://bintray.com/bintray/jcenter/com.dynatrace.agent%3Aagent-android"&gt;JCenter&lt;/A&gt; and &lt;A href="https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.dynatrace.agent%22%20AND%20a%3A%22agent-android%22"&gt;MavenCentral&lt;/A&gt;, which allows you to easily upgrade the version. But in this case we recommend to use the &lt;A href="https://www.dynatrace.com/support/help/user-experience/mobile-apps/how-do-i-use-the-dynatrace-gradle-plugin-for-android-app-auto-instrumentation/"&gt;Dynatrace Gradle plugin&lt;/A&gt;, because it automatically ensures that the version of the agent and auto-instrumentor are equal.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 06:42:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66273#M3878</guid>
      <dc:creator>Thomas_Wirth1</dc:creator>
      <dc:date>2018-04-27T06:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile User Tagging</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66274#M3879</link>
      <description>&lt;P&gt;Yeah I already know that, what is not clear for me is how to apply the tag.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 14:17:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66274#M3879</guid>
      <dc:creator>alejandro_herna</dc:creator>
      <dc:date>2018-04-27T14:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile User Tagging</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66275#M3880</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/11519/view.html" nodeid="11519"&gt;@Patrick H.&lt;/A&gt; Can you help me with this?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 17:34:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66275#M3880</guid>
      <dc:creator>alejandro_herna</dc:creator>
      <dc:date>2018-04-27T17:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile User Tagging</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66276#M3881</link>
      <description>&lt;P&gt;&lt;BR /&gt;	The tag is applied by using the API &lt;CODE&gt;Dynatrace.identifyUser(&amp;lt;usertag&amp;gt;);&lt;/CODE&gt; where &lt;CODE&gt;&amp;lt;usertag&amp;gt;&lt;/CODE&gt; is e.g. the users email address or a user id which you want to tag the session of a user.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 06:16:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66276#M3881</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2018-05-02T06:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile User Tagging</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66277#M3882</link>
      <description>&lt;P&gt;@Patrick, where should the API be called/configured in the app in order to tag the session with the username?&lt;BR /&gt;Should the dev add that API call right after the login code, for example?&lt;BR /&gt;Only calling the API in one point of the APP will already tag the entire session successfully?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 16:33:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66277#M3882</guid>
      <dc:creator>thiago_bien</dc:creator>
      <dc:date>2018-06-21T16:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile User Tagging</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66278#M3883</link>
      <description>&lt;P&gt;Different Patrick, but I can still help &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Calling identifyUser will tag the entire session.  The earlier the tagging is done, the earlier the tag will be available for live session. Doing it after the login would be fine. But it also is no problem if you do it later on, as long as the point where you call the API is always executed for every user.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 17:56:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66278#M3883</guid>
      <dc:creator>pahofmann</dc:creator>
      <dc:date>2018-06-21T17:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile User Tagging</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66279#M3884</link>
      <description>&lt;P&gt;Great! Thank you, Patrick!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 18:39:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66279#M3884</guid>
      <dc:creator>thiago_bien</dc:creator>
      <dc:date>2018-06-21T18:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile User Tagging</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66280#M3885</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;From where we should call this API Dynatrace.identifyUser("john.doe@example.com"); Is it possible to do this from GUI.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Apr 2019 07:18:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66280#M3885</guid>
      <dc:creator>suresh230591</dc:creator>
      <dc:date>2019-04-17T07:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile User Tagging</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66281#M3886</link>
      <description>&lt;P&gt;You call it when you know which user a session should be tagged with (e.g. after login finished or after app was started and you already know which user is logged in). It has te be set on every app restart as the user tag is not persisted.&lt;BR /&gt;I don't understand the GUI part of this question... but you can call it from everywhere&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Apr 2019 08:21:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/66281#M3886</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2019-04-17T08:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile User Tagging</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/278823#M6937</link>
      <description>&lt;P&gt;We are having ios native mobile application implemented to one of our customers. We would like to apply mobile usertag for iOS as well. Could you pls give some tips around this? Pls advise. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 17:41:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/278823#M6937</guid>
      <dc:creator>ve00685603</dc:creator>
      <dc:date>2025-06-05T17:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile User Tagging</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/278846#M6938</link>
      <description>&lt;P&gt;The documentation is here:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/ios-oneagent-sdk#tag-specific-users" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/ios-oneagent-sdk#tag-specific-users&lt;/A&gt;&lt;BR /&gt;Other than that to ensure every session is tagged, set the tag either every time a user logs in or when the app is restarted either in applicationDidFinishLaunching callback or when the authenticated user session of the app is restored.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 05:31:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Mobile-User-Tagging/m-p/278846#M6938</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2025-06-06T05:31:19Z</dc:date>
    </item>
  </channel>
</rss>

