Guides
"idzCustomData" is deprecated
Before (old implementation)
Example
<script>
window.idzCustomData = {
product_id: "my_product_id_001"
};
</script>Now (current implementation)
Example
Last updated