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 Next »

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

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

  • No labels