dataLayer = [{
            'page-type': 'checkout',
            'step': 'typ',
            event: "purchase",
         ecommerce: {
         currency: "EUR",
        value: 125.00,
        transaction_id :"invoice_123",
        items: [
        {
            item_id: "SKU_001",
            item_name: "Momo Regular",
            currency: "EUR",
            index: 0,
            item_brand: "Momo",
            item_category: "Cajon",
            item_variant: "big",
            price: 60.00,
            quantity: 1
        },
        {
            item_id: "SKU_003",
            item_name: "Latin Exotic",
            currency: "EUR",
            index: 0,
            item_brand: "Momo",
            item_category: "Cajon",
            item_variant: "big",
            price: 65.00,
            quantity: 1
        },
    ]
    }
    
                }];