DEVELOPER GUIDE

WhiteLabel Web Tracking

2min

If you need whitelabel page tracking information, you can provide a webhook or use popular website tracking analytics tool(For example Google Analytics , KissMetrics etc) .

As long as you provide the credential information of the relevant platform, Klavi will send the website tracking events to the relevant platform.

Receive track events in WebView

If you are using WebView to integrate Link WhiteLabel in your App, you can add the onMessage event listener in WebView to receive the user's track event in the flow.

Take ReactNative as an example, to listen to these track events, just add the following code to your application:

JS


The specific implementation needs to be based on your App's framework and code.