How to Make a System to Track Installs ?

simo.pal1

Newbie
Joined
Sep 10, 2021
Messages
9
Reaction score
7
Hello Friends,

Is there a method how to track the installs without inserting code in app or web

Exemple :

1. Im running an advertising for android and ios applications
2. x user come to me and ask to deliver install 10k on his app , he just given his playstore app direct link .
3. I wanted to place order for this app with another publishers so that he can deliver 10k installs

so my question what i have to add with this link so that i can track the each installs? since i don't have access of google console.
or im unable to insert any kind of code of google anlystics or code from any other platform

so im just looking a system like added with adf . l y etc and generated new link and send that to publishers and able to count each installs

Regards
 
Last edited:
The way I understand it, the app has to make a http request back to a tracking server after app gets installed. The hard part is knowing, who to credit for installation, because I don’t know how you can pass parameters from browser, onto the app itself, because you can’t modify app on the fly (bye bye valid digital signature, if you do) so that it could phone back with the right params after installing. I have never done android/ios promotion, so I don’t know if Google and Apple actually took care of that in some way. Compiling on the fly would be too slow for almost any app. I guess you could compile an app in advance specifically for 1 advertiser and only gave him the URL to the lander so any installs coming through that page would result in one specific instance of app getting installed and messaging tracking server with advertisers ID. Not sure you can do that, if your app is hosted in the official store. Looking forward learning about this, if anyone has done so in the past and wishes to share their findings.
 
Back
Top