Description
Is your feature request related to a problem? Please describe.
No problem
Describe the solution you'd like
It would be nice if the analytics-kotlin library had a plugin of sorts to include automatic install referrer tracking.
I know that analytics-kotlin already tracks referrers from deep links, however, I don't think it does so from referrers immediately after an Android app is installed.
I'm referring to the Google Play Install Referrer library here which gives us this information.
Maybe if this is outside the scope of this library, it could be added as part of the Android sample application in this repo?
Describe alternatives you've considered
I believe I could do this manually by calling analytics.openUrl()
with the referrer I receive from the Google Play Install Referrer library, but it would be nice if this were included as a part of analytics-kotlin