You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ofanalytics-kotlin
The text was updated successfully, but these errors were encountered: