Versions Compared

Key

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

...

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

- 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.

-SuggestActions() function must be called only once on every page. Otherwise recommendation won't work properly.


...

Parent Topic: Events Trigger when Page Load

...