Versions Compared

Key

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

If you want to send a special event
OM.[Parameter Name] = : value
You can send it by adding parameters in the format

Code Block
languagejs
let data = {
  "OM.exampleName =": exampleValue,
};
visilabsApi.customEvent("Custom Event Name",data);

...