Saturday, November 23, 2024 3:20:41 PM
<script>
window.dataLayer = window.dataLayer || [];
dataLayer.push({
'transactionId': %UniqueUserId%,
'transactionAffiliation':%CustomerEmail%,
'transactionTotal': %OrderTotal%,
'transactionTax': %OrderTaxTotal%,
'transactionShipping': %OrderShippingTotalInclTax%,
'transactionProducts': [{
'sku': '%ProductIds%',
'name': '',
'category': %PageType%,
'price': %ProductPrice%,
'quantity': %Quantity%
}]
});
</script>