Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Code Block
languagejs
var data = {
  "OM.OSS": searchKeyword,
  "OM.OSSR": searchResult.length
};
visilabsApi.customEvent("In App Search", data);

 

Ui button
colorgreen
titleNext Step
urlhttps://relateddigital.atlassian.net/wiki/spaces/KB/pages/1087930445/React+Native+-+Basket+Events