What is the best way to track app downloads, i want to know from where its coming.
Hi Abhijeet S., Please stand by as I search the Mixpanel knowledge base for an AI-powered answer. I normally take about 15 seconds or so. In case AI cannot answer your question, feel free to reach out to Mixpanel support at mixpanel.com/get-support. If you have follow-up questions for this thread, please tag me again with your question: @kapa.ai <follow-up question> đź‘‹
Feel free to ask a follow-up question once I've answered by mentioning me with @kapa.ai
To track app downloads and understand where they are coming from, the best approach depends on the platform (Android or iOS): For Android: - Use the Play Install Referrer Library. This allows you to retrieve the referrer URL string (which contains campaign and source data) when your app is installed. - Parse the referrer data and send it to Mixpanel as properties in your install event. This way, you can analyze which campaigns or sources are driving installs in your Mixpanel reports Tracking Best Practices: Mobile Attribution.For iOS: - The Apple App Store strips referrer data, so you cannot natively track where users came from before the install. - To solve this, use a mobile attribution tool (such as Adjust, AppsFlyer, or Branch) that specializes in mapping the user journey across channels and can integrate with Mixpanel. These tools can provide attribution data for installs and send it to Mixpanel via webhooks, SDK-to-SDK integrations, or direct server-to-server connections Mobile Attribution Integrations.General Best Practices: - For Android, you can implement the Play Install Referrer directly for basic attribution. - For both Android and iOS, using a dedicated mobile attribution partner is recommended for more comprehensive and reliable attribution data. Mixpanel integrates with several such partners, and you can choose the integration method (webhook, SDK-to-SDK, or direct server integration) that best fits your needs Mobile Attribution Integrations.This setup will allow you to see which marketing channels, campaigns, or sources are driving your app downloads in Mixpanel, enabling you to optimize your acquisition strategies.
kapa.ai is still learning and improving, please let me know how I did by reacting below.
ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.