Versions Compared

Key

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

...

Code Block
languagexml
<script type="text/javascript">
function vlLogin() {
	var VL = new Visilabs();
	VL.AddParameter("OM.exVisitorID", "User ID");
	VL.AddParameter("OM.b_login", "1");
	VL.Collect();
}
vlLogin();
</script>
Note
titleImportant Notes

- Do not forget to use a universaID/customerID as the userID which you also share with other parties such as your ESP. If you are using a GSM number or an email address instead of a userID please send that info as the userID. Make sure that you share the same ID with all other parties.

- If your mobile app or website allows/uses Facebook Login please send the data you receive from Facebook through this method.

...