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 »

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.OSSRThe 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);

 

You can review the sample usage in line 26. on this page.


Next Step
  • No labels