// Function to get URL parameters function getURLParameter(name) { name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]"); var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"), results = regex.exec(location.search); return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " ")); } // Append UTM parameters to Brevo form document.addEventListener("DOMContentLoaded", function () { // Extract UTM parameters from the URL var utmSource = getURLParameter('utm_source'); var utmMedium = getURLParameter('utm_medium'); var utmCampaign = getURLParameter('utm_campaign'); // Locate the Brevo form iframe var brevoIframe = document.querySelector('iframe[src*="brevo"]'); if (brevoIframe) { // Get the original form URL var formSrc = brevoIframe.src; // Append UTM parameters to the URL var newSrc = formSrc + (formSrc.includes('?') ? '&' : '?') + 'utm_source=' + encodeURIComponent(utmSource) + '&utm_medium=' + encodeURIComponent(utmMedium) + '&utm_campaign=' + encodeURIComponent(utmCampaign); // Update the iframe source brevoIframe.src = newSrc; } });
top of page
O_white_200px.png

E-TALIA

mar. 26 avr.

|

Four Seasons Hotel

Welcome to Italy’s leading senior executive energy transition congress. Now in its 3rd year, this unmissable event offers a rich programme of interactive debates on the nation’s future energy system, covering all aspects of the value chain. Catch us there at our Booth!

Registration is Closed
See other events
E-TALIA
E-TALIA

Heure et lieu

26 avr. 2022, 09:00 – 28 avr. 2022, 13:00

Four Seasons Hotel, Via Gesù, 6-8, 20121 Milano MI, Italy

À propos de l'événement

Use this space for Agenda if its your own event.

Partager cet événement

bottom of page