...
Code Block | ||
---|---|---|
| ||
<script type="text/javascript"> function rdSignup(){ var VL = new Visilabs(); VL.AddParameter("OM.exVisitorID","User ID"); VL.AddParameter("OM.b_sgnp","1"); VL.Collect(); VL.SuggestActions(); } rdSignup(); </script> |
Note | ||
---|---|---|
| ||
- This tag needs to be triggered after the event named visilabs_loaded. - Product attributes that are taken as parameters for this event needs to be available on dataLayer array. |
...