DEVELOPER GUIDE
WhiteLabel Web Tracking
2 min
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 \<webview source={{ uri "https //conecte klavi ai/link?v=xxxx" }} onmessage={(event) => { // received event data fromevent nativeevent data }} /> if you were a klavi customer before 22/11/2024, you may be able to use the links according to the old nomenclature, then, the webview source response may look like https //open klavi ai/link?v=xxxx https //open klavi ai/link?v=xxxx the specific implementation needs to be based on your app's framework and code