Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

  • No labels