3rd Party Analytics
3rd Party Analytics
Superwall can easily be integrated with 3rd party analytics tools.
Hooking up Superwall events to 3rd party tools
SuperwallKit automatically tracks some internal events. You can view the list of events here. We encourage you to also track them in your own analytics by implementing the Superwall delegate. Using the handleSuperwallEvent(withInfo:)
function, you can forward events to your analytics service:
You might also want to set user attribute to allow for Cohorting in 3rd Party Tools
Alternatively, if you want typed versions of all these events with associated values, you can access them via eventInfo.event
:
Wanting to use events to see which product was purchased on a paywall? Check out this doc.
How is this guide?