Generic Page View (GTM)

When a nonspecialized(ex: Home page, contact page etc.) is viewed, a custom HTML GTM tag with a content like below is need to be triggered.

<script>
 	function rdPageView(){
    	var vl = new Visilabs();
    	vl.Collect();
    	vl.SuggestActions();
  	}
  	rdPageView();
</script>

- This tag needs to be triggered after the event named visilabs_loaded.

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


Parent Topic: Events Trigger when Page Loads

Copyright 2020 Related Digital