Solved

Track download user count

  • 2 February 2023
  • 4 replies
  • 812 views

Hi Team,

I need to track how many users downloaded the app via play store or app store. Is amplitude support to track download count of our mobile app.

 

Regards,

Mahima

icon

Best answer by timothy-permutable 25 May 2023, 14:55

View original

4 replies

Badge +10

Hi @Mahima ! With Amplitude, you can track the user’s first app open. This is typically slightly lower than the actual number of downloads / installs, because some users will download the app but never open it. Nonetheless, it’s a good proxy metric :)

Userlevel 6
Badge +8

Hi @Mahima ,

 

AppsFlyer uses the Amplitude Attribution API to send data to Amplitude such as Install events. We store all attribution events but do not display all of these events in the Amplitude UI. Attribution events will only show up in Amplitude once Amplitude matches the AppsFlyer event to an existing Amplitude user. If we receive non-attribution events with user information that matches the attribution events, the attribution events will then be ingested into Amplitude and subsequently be displayed in the UI. Otherwise, the attribution event will be dropped. This allows attribution information to be sent without worrying about polluting Amplitude with events from people who never actually use the app.

 

There are a few key points to keep in mind:

  • Attribution is matched to Amplitude users/events via the Advertising ID (IDFA/IDFV or ADID). Therefore, you must send the Advertising ID for attribution requests and you must set the idfa, idfv, and adid fields for users in Amplitude as the Advertising ID. If you are using the iOS SDK or Android SDK, you can enable tracking of the Advertising ID by following the instructions linked here IOS SDK  and here Android SDK. If you are using JS SDK or React Native, these do not have the functionality to collect Advertising ID automatically due to Google's and Apple's privacy rules around advertising ID and web tracking. You will have to send the Advertising ID through our HTTP API endpoint so that Amplitude can match attribution data/events. See keys in our HTTP API V2 doc.
  • If attribution events cannot be matched to an existing user then it is held for up to 72 hours for potential user matching. If an event is not logged for a matching user within 72 hours of receiving the attribution data, then the attribution data will be dropped. 

 

To summarize, in order for a AppsFlyer event to show up in Amplitude, there must be a non-attribution event that has a matching Advertising ID already in Amplitude or sent to Amplitude within 72 hours of receiving the AppsFlyer event. Lack of Advertising ID and lack of matching events are the two most common reasons that attribution events do not make it into Amplitude.

 

​​​You can read our troubleshooting doc here as well: https://help.amplitude.com/hc/en-us/articles/360051234592

If you team up with AppsFlyer integration, you could track installs and downloads that way.

 

Kind Regards,
Denis

Thanks @timothy-permutable for the idea. Can you please clarify how you would track the user’s first app open? Is there an event you use? 

Thanks. 

Badge +10

@Ahmed Aryan You can use “New User” in Amplitude, which counts the user when they first fire any event (probably you have an event on the welcome screen or initial sign in screen).

Reply