React Native-Page View

Call the customEvent method by using the page name as a paramater for logging the page view events.

api.customEvent("pageName");

To sending extra data with the event, use an object as a second parameter:

var data = {"OM.cat": "kategori"};
api.customEvent("pageName", data);




Parent Page: React Native (Expo) Visilabs Implementation

Copyright 2020 Related Digital