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
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).
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
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:
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.
Hey there I've been playing around for a couple of hours with the guide and analytics which fires properly on the UI but wouldn't give me any analytics. I read that there is another script that should be installed for the analytics part of things. Would anyone be able to guide me towards the potential script or some…
All my data is being collected through Firebase I want to export all this data in Amplitude and keep it synced with GA4, I tried adding data sources as BigQuery and GA4 both but for some reason it only partially imported the data and now its not working, I cant even see connected sources. Any help will be appreciated.
How do I transfer data from one amplitude account to another? It seems all the community chats about this have completely broken links. Easy to export, no way to import, very frustrating. :(
When using @amplitude/plugin-web-vitals-browser with Create React App v4 (react-scripts@4.0.3), the build fails with: ./node_modules/@amplitude/plugin-web-vitals-browser/node_modules/web-vitals/dist/web-vitals.js<br /><br />SyntaxError:…
Hello, I'm using SpringBoot and Kotlin to integrate with the Amplitude Export API. The official Amplitude documentation (https://amplitude.com/docs/apis/analytics/export) states that "data is available to export at a minimum within 2 hours of when the servers received it." However, there's no clear information about the…