Versions Compared

Key

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

...

Code Block
<script type="text/javascript">
function OnVisilabsLoadedrdSearch(){
    var VL = new Visilabs();
    VL.AddParameter("OM.OSS","Search Keyword");
    VL.AddParameter("OM.OSSR","Number of search results");
    VL.Collect();
    VL.SuggestActions();
}
rdSearch();
</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.

...