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

Android: "UTM Visited" event not logged when clicking link while app is backgrounded #400

Open
marcshilling opened this issue Jul 11, 2024 · 0 comments

Comments

@marcshilling
Copy link

I am trying to set up UTM tracking for my app so that we can measure clicks across iOS/Android (universal links) and web.

To test this, I can just refresh my user on the CleverTap dashboard and see the event come in almost instantly:
image

This seems to be working well in all cases, except when the Android app is already "alive" in the background. The "UTM Visted" event is sent properly when the app is quit and does a cold boot, but if I background the app and click the link it is not sent. On iOS, the event is sent properly in both cases.

More info:

  • clevertap-react-native v2.2.1
  • I've added implementation 'com.android.installreferrer:installreferrer:2.2' to my build.gradle per the docs (this was necessary to get the cold-boot tracking to work)
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

No branches or pull requests

1 participant