ReloadPersonalization (EN)

This event is triggered when you want Squeezely to perform a new check for loading personalizations (or not). A practical reason for this is often in single page applications, because Squeezely needs a classic pagerefresh by default. This ensures that personalisations function like a standard setup.

Content

The ReloadPersonalization event looks like this:



<script type="text/javascript"> window._sqzl = window._sqzl || []; window._sqzl.push({ "event" : "ReloadPersonalization" }); </script>



Implementation

The ReloadPersonalization event needs to be implemented manually. In a single page application it is triggered at each page load, probably in combination with the pageview event. You can also fire it custom depending on your setup

Product trigger event? Send the Reload event right before your Viewcontent event (or any event with a product array).