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

Get total download numbers for my app with the Dynatrace API

dstreet
Newcomer

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?

4 REPLIES 4

radek_jasinski
DynaMight Guru
DynaMight Guru

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

Have a nice day!

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

RazTN7
Dynatrace Champion
Dynatrace Champion

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.

https://docs.dynatrace.com/docs/platform-modules/applications-and-microservices/services/service-mon...

 

Cheers!

RN

Have a nice day!

Exactly right, but I don't quite understand the question and it's worth asking what @dstreet  had in mind.

Have a nice day!

Featured Posts