Successful Sign Up
If your site always redirects user the same page(ex. welcome page) after sign up, do not use this method. Use this method instead: Welcome Page After Sign Up View
Use the following javascript code when a successful sign up event occurs:
<script type="text/javascript"> function rdSignup() { var VL = new Visilabs(); VL.AddParameter("OM.exVisitorID", "User ID"); VL.AddParameter("OM.b_sgnp", "1"); VL.Collect(); } rdSignup(); </script>
- 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.
Parent Topic: Events Trigger on User Actions
Copyright 2020 Related Digital