I am getting this notification on Google App Install campaign and I have no idea how to fix it.
This app doesn't have any associated download conversion actions, which could impact campaign performance. Add a download conversion action before continuing
I did my research on Firebase download conversions and found that there is an automatically added conversion called first_open
which is automatically triggered when the user first opens the app, so not when the user downloads the app per se.
There are no other automatically added conversions that track raw app downloads which is impossible as the documentation redirects us to either Play Store stats or iTunes Connect stats, as shown here.
And I am confused because I cannot add a conversion for app downloads myself in the code as it would be the same as first_open
.
Am I missing something?
first_open
flag though. Is there a way to detect app downloads without first opens of the app that I have missed? – Pantomime