Users tracking in integrations

Hey,
We just released our first only integration app and we really lack the tracking data of the users.
For example - We know they installed the app, did they entered our app feature? Did they try to configure an integration? Did they configure an integraiton? Did they use it?
Thanks!

Thank you for the request @ram_perel !

Everyone: You can vote for this at the top of the screen!

Cheers,
Matias

You can gain some insight if you’re using OAuth authentication on the app, even if it just passes them through without getting a token. You’ll get a jwt which contains some needed info.

You can also gather information from the jwt coming in, and harvest that data too.