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

In order to follow the special event, it must be defined in the RMC panel. Do not forget to give the information of the special events you use for this to the support team.

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