React Native - Search
If your application has a search process, you can save it using the method below. You must run this code every time a search is made.
OM.OSS
search word is required
OM.OSSR
The number of results returned by the search result is optional
var data = {
"OM.OSS": searchKeyword,
"OM.OSSR": searchResult.length
};
visilabsApi.customEvent("In App Search", data);
Â
Copyright 2020 Related Digital