/
ReloadPersonalization (EN)
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).
, multiple selections available,
Related content
GTM implementatie - oude Enhanced Ecommerce datalayer
GTM implementatie - oude Enhanced Ecommerce datalayer
Read with this
PersonalizationView (EN)
PersonalizationView (EN)
More like this
ReloadPersonalization + Audiences en productsets reloaden
ReloadPersonalization + Audiences en productsets reloaden
Read with this
PersonalizationClosed (EN)
PersonalizationClosed (EN)
More like this
Images
Images
Read with this
PersonalizationClick (EN)
PersonalizationClick (EN)
More like this