<
HomeThis tracking allows you to set a custom user identifier that can be used with the recommendations api.
You need to insert the following code on all pages and ensure the fields reflect the current visitors details.
<script>
window.initSalesfire = function () {
__sf.setCustomUserId('set this to the session id or current visitor unique identifier');
};
</script>