<script>
window.dataLayer = window.dataLayer || [];
dataLayer.push({ ecommerce: null });
dataLayer.push({
event: "purchase",
ecommerce: {
transaction_id: "4923535098040",
value: 27.50,
tax: 2.50,
shipping: 10.00,
currency: "USD",
items: [
{
item_id: "7092124582072",
item_name: "Loves Data Mug",
price: 15.00,
quantity: 1
}]
}
});
</script>