Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track install referrer details entity along with the application install event if available (close #249) #602

Merged
merged 3 commits into from
May 23, 2023

Conversation

matus-tomlein
Copy link
Contributor

@matus-tomlein matus-tomlein commented May 19, 2023

Issue #249

  1. Refactors how the application install event is tracked – a deprecated AsyncTask was used before so I replaced with a background task using the Executor.
  2. Adds the referrer_details entity to the install event in case the required com.android.installreferrer:installreferrer dependency is added in the project. The entity contains information about where the app was installed from and the install timestamps.

@matus-tomlein matus-tomlein requested a review from mscwilson May 19, 2023 12:03
Copy link
Contributor

@mscwilson mscwilson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

matus-tomlein and others added 2 commits May 23, 2023 10:21
@matus-tomlein matus-tomlein changed the base branch from master to release/5.2.0 May 23, 2023 08:25
@matus-tomlein matus-tomlein merged commit 53641b2 into release/5.2.0 May 23, 2023
@matus-tomlein matus-tomlein deleted the issue/249-referrer branch May 23, 2023 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants