// 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
header_imageV2.jpg

SUNGROW'S

POWER OPTIMIZER

GET READY FOR YOUR FIRST INSTALLATION

Are you a PV installer looking to take your installations to the next level?

Then join us for an exclusive webinar where we'll show you the most common installation mistakes and provide valuable insights on how to avoid them. Learn from our product experts and ensure flawless execution of your next installation with Sungrow's Power Optimizers for 1-phase PV and 1-phase Hybrid Inverters.

GET READY FOR YOUR

FIRST INSTALLATION

Are you a PV installer looking to take your installations to the next level?

Then join us for an exclusive webinar where we'll show you the most common installation mistakes and provide valuable insights on how to avoid them. Learn from our product experts and ensure flawless execution of your next installation with Sungrow's Power Optimizers for 1-phase PV and 1-phase Hybrid Inverters.

MAXIMIZING YIELDS & SAFETY

ELEVATE YOUR EXPERTISE

Learn how to optimize your next installation with Sungrow and how to avoid common installation pitfalls.
Register now to secure your spot and get best prepared for your next project with Sungrow's Power Optimizer.

 

Webinar date: April 10th at 10.00 AM (CET)

GET READY FOR YOUR FIRST INSTALLATION

Are you a PV installer looking to take your installations to the next level?

Then join us for an exclusive webinar where we'll show you the most common installation mistakes and provide valuable insights on how to avoid them. Learn from our product experts and ensure flawless execution of your next installation with Sungrow's Power Optimizers for 1-phase PV
and 1-phase Hybrid Inverters.

ELEVATE YOUR EXPERTISE

Learn how to optimize your next installation with Sungrow and how to avoid common installation pitfalls.
Register now to secure your spot and get best prepared for your next project with Sungrow's Power Optimizer.

 

Webinar date: April 10th at 10.00 AM (CET)

ELEVATE YOUR EXPERTISE

Learn how to optimize your next installation with Sungrow and how to avoid common installation pitfalls.
Register now to secure your spot and get best prepared for your next project with Sungrow's Power Optimizer.

 

Webinar date:
April 10th at 10.00 AM
 (CET)

bottom of page