Tracking Custom Contexts with Application Install Event

Hey,

I have a need to track a custom context with the application install event on Android and iOS. Would this be possible? If this isn’t possible, I was planning to create an unstruct event and track the context using that. Would you recommend any other ways to track the context on application install?

Thank you!

Hey @siv,

You could make use of the global context feature in the mobile trackers that lets you define context entities to be added to events based on specified conditions. You could define a filter callback to add the context only to events with the application install schema.

2 Likes