function getQueryParam(param) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(param); } var transactionId = getQueryParam('transactionId'); var value = parseFloat(getQueryParam('value')); var currency = getQueryParam('currency'); if (transactionId && value && currency) { setTimeout(function() { window.dataLayer.push({ 'value': value, 'currency': currency, 'transaction_id': transactionId, 'event': 'purchase_success' }); }, 50); // Delay of 50 milliseconds } if (transactionId) { // Log the transaction ID and value to the console console.log('Transaction ID:', transactionId); console.log('Transaction Value:', value); console.log('Transaction Currency:', currency); }
✅Vielen Dank für deine Bestellung
Wir haben deine Bestellung erhalten.Du erhälst in kürze eine Bestätigungsemail.
Dein Matcha wird Dir in den kommenden 2 - 3 Werktagen zugestellt.
Bitte bewerte uns auf Trustpilot sobald du unseren Matcha geniessen konntest.
function getQueryParam(param) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(param); } var transactionId = getQueryParam('transactionId'); var value = parseFloat(getQueryParam('value')); var currency = getQueryParam('currency'); if (transactionId && value && currency) { setTimeout(function() { window.dataLayer.push({ 'value': value, 'currency': currency, 'transaction_id': transactionId, 'event': 'purchase_success' }); }, 50); // Delay of 50 milliseconds } if (transactionId) { // Log the transaction ID and value to the console console.log('Transaction ID:', transactionId); console.log('Transaction Value:', value); console.log('Transaction Currency:', currency); }
✅Thanks for your order.
We have received your order.You will receive a confirmation email shortly.
Your Matcha will be delivered to you in the next 2 - 3 working days.
Please review us on Trustpilot as soon as you enjoyed the unique taste of HARU Matcha.
function getQueryParam(param) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(param); } var transactionId = getQueryParam('transactionId'); var value = parseFloat(getQueryParam('value')); var currency = getQueryParam('currency'); if (transactionId && value && currency) { setTimeout(function() { window.dataLayer.push({ 'value': value, 'currency': currency, 'transaction_id': transactionId, 'event': 'purchase_success' }); }, 50); // Delay of 50 milliseconds } if (transactionId) { // Log the transaction ID and value to the console console.log('Transaction ID:', transactionId); console.log('Transaction Value:', value); console.log('Transaction Currency:', currency); }
✅Merci pour votre ordre.
Nous avons bien reçu votre ordre.Vous recevrez un e-mail de confirmation dans les plus brefs délais.
Votre Matcha vous sera livré dans les 2 à 3 jours ouvrables suivants.