13 Nov 2023 09:14 PM - last edited on 20 Dec 2023 03:11 PM by Michal_Gebacki
I need to be able the total numbers of downloads for my app divided by OS(android/ios), the API docs are bit confusing, I figure I would need something like a "get managed/filter[]", call but does this functionality exist within the Dynatrace api?
Solved! Go to Solution.
13 Nov 2023 09:18 PM
Hi,
Am I understanding correctly that you are looking for a smth that shows how many times your app has been downloaded by operating system?
Radek
13 Nov 2023 09:23 PM
yes is there a specific api call I can do to get that, all we're trying to do is display data from Dynatrace in our own with data form other third parties
14 Nov 2023 05:47 AM
Hi @dstreet
If we understood you correctly, you would like to GET the number of your App download from play store & app store using Dynatrace API which you will feed it to a data source with other third parties data in it.
To answer it there is no direct Dynatrace API to get this details. You need to create metric through which you can get the value in DT API as well as you can use it in DT dashboard for display the value.
Are you using DT RUM, Done Mobile app instrumentation, which technology you are using, code written in which language?
Now the tricky part. If you are doing this from serverside monitoring. You need to check with your application team/developer to get the class, methods details along with the parameter where it is mentioned as app download that too as per your requirement based on IOS/ Android.
Cheers!
RN
14 Nov 2023 07:37 AM
Exactly right, but I don't quite understand the question and it's worth asking what @dstreet had in mind.