Integrate with Firebase
If you are using the Firebase SDK next to the justtrack SDK, you can use the justtrack SDK to send the Firebase app instance ID of a user to the justtrack backend. You can then later send events from the justtrack backend to Firebase to measure events happening outside of your app or game. To send these events, the justtrack backend needs the Firebase app instance ID of the user. You can send this by calling JustTrackSDK.SetFirebaseAppInstanceId(firebaseAppInstanceId)
, but of course this requires you to add additional boilerplate code to your app or game.
Go to the Firebase section of the justtrack SDK configuration and search for the "Enable Firebase Integration" setting. Here you can enable whether the justtrack SDK should automatically perform the call to SetFirebaseAppInstanceId
with the correct value for you on Android as well as iOS.