/
Category Page View (GTM)
Category Page View (GTM)
When a category page is viewed, a custom HTML GTM tag with a content like below is need to be triggered.
<script> function rdCategory(){ var VL = new Visilabs(); VL.AddParameter("OM.clist","Category ID"); //VL.AddParameter("cat","Category ID"); //If you are using Recommendation feature uncomment this line. VL.Collect(); VL.SuggestActions(); } rdCategory(); </script>
Important 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 Loads
, multiple selections available,
Related content
Search Results Page View (GTM)
Search Results Page View (GTM)
More like this
Category Page View
Category Page View
More like this
Generic Page View (GTM)
Generic Page View (GTM)
More like this
Kategori Sayfası Görüntüleme (GTM)
Kategori Sayfası Görüntüleme (GTM)
More like this
Product Page View (GTM)
Product Page View (GTM)
More like this
Generic Page View
Generic Page View
More like this
Copyright 2020 Related Digital