Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
if (window.location.pathname.includes('/thank_you')) {
window.dataLayer = window.dataLayer || [];
setTimeout(() => {
window.dataLayer.push({
'event': 'purchase',
'ecommerce': {
'transaction_id': '',
'value': 0,
'currency': 'USD',
'items': []
}
});
console.log('Purchase event pushed on Thank You page via theme.liquid');
}, 500);
}