Versions Compared

Key

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

Use the following method for logging Login transactions.

...

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_login":"1"
};
visilabsApi.customEvent("Login",userData);

 

...


Ui button
colorgreen
titleNext Step
urlhttps://relateddigital.atlassian.net/wiki/spaces/KB/pages/1087930428/React+Native+-+Sign+Up