Begin checkout
The Google Tag Manager (GTM) "Begin Checkout" event is triggered when a user initiates the checkout process (clicks on checkout, but the order is not completed yet). This action triggers a predefined event within GTM, which can be used for tracking purposes in Google Analytics or other marketing and analytics tools.
dataLayer.push({
event: 'begin_checkout',
ecommerce: {
items: [
{
item_id: "746717-15478",
item_name: "Gazelle Γυναικεία Sneakers",
affiliation: 'The Athletes Foot GR',
currency: 'EUR',
discount: 21.99,
index: 0,
item_variant: "746717-15478.16151",
price: "109.99",
quantity: 1
}
]
}
});