Versions Compared

Key

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

Use the following method for logging new membership creation transactions.

Info

The OM.exVisitorID parameter should not be empty. One of the user's email or userid information should be assigned to this parameter.

Info

If you do not know which of the email or userid values to send to the OM.exVisitorID parameter, contact the RMC team.

Code Block
languagejs
let userData = {
  "OM.exVisitorID":this.user.keyID,
  "OM.b_sgnp":"1"
};
visilabsApi.customEvent("SignUp",userData);

Info

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

Ui button
colorgreen
titleNext Step
urlhttps://relateddigital.atlassian.net/wiki/spaces/KB/pages/1091076118/React+Native+-+Product+View