(function() { function getParam(param) { let params = new URLSearchParams(window.location.search); return params.get(param); } function storeClickId(param, storageKey) { let value = getParam(param); if (value) { let record = { value: value, expiry: new Date().getTime() + 90 * 24 * 60 * 60 * 1000 }; localStorage.setItem(storageKey, JSON.stringify(record)); console.log(`✅ Stored ${param}:`, record); } else { console.log(`⚠ No ${param} found in URL`); } } function updateHubSpotIframe(attempt = 0) { let iframe = document.querySelector('iframe[src*="hsforms.com"]'); if (!iframe) { console.warn(`⚠ Attempt ${attempt}: HubSpot iFrame not found.`); if (attempt < 20) setTimeout(() => updateHubSpotIframe(attempt + 1), 500); return; } let gclid = JSON.parse(localStorage.getItem("gclid"))?.value || ""; let fbclid = JSON.parse(localStorage.getItem("fbclid"))?.value || ""; let li_fat_id = JSON.parse(localStorage.getItem("li_fat_id"))?.value || ""; let newSrc = iframe.src.split("?")[0] + `?google_clickid=${encodeURIComponent(gclid)}` + `&meta_clickid=${encodeURIComponent(fbclid)}` + `&linkedin_clickid=${encodeURIComponent(li_fat_id)}`; console.log("🔄 Updating HubSpot iFrame to:", newSrc); iframe.src = newSrc; } // Delay execution until page is fully loade
top of page

Profile

Join date: Dec 17, 2024

Posts (41)

Dec 9, 20253 min
More visibility for women in the energy transition – Green Flexibility and Aurora Energy Research launch “Women Energising Storage”
With the “Women Energising Storage” initiative, green flexibility and Aurora Energy Research have established a professional platform that connects women across the battery energy storage industry. The initiative aims to build a growing network of female experts who, through regular knowledge exchange, contribute strategic insights and momentum for the future of energy storage.

1
0
Dec 4, 20253 min
green flexibility and VWEW-energie launch a joint 10 MW energy storage project in Marktoberdorf.
green flexibility und die Vereinigte Wertach-Elektrizitätswerke GmbH (VWEW-energie) mit Sitz in Kaufbeuren setzen gemeinsam ein zukunftsweisendes Energieprojekt um: In Marktoberdorf entsteht ein Großbatteriespeicher mit einer Leistung von 10 Megawatt.

8
0
Nov 12, 20252 min
elevate: green flexibility expands its role as a partner for battery project developers
With its partner program elevate , green flexibility  offers developers of large-scale battery storage projects the opportunity to bring their projects to realization together with an experienced operator and developer. The program specifically targets developers who already have promising projects with grid connection approvals but require additional capital, technical know-how, or operational experience to take the next step. “Through elevate , we actively participate in projects with...

35
0

green flexibility

Writer
More actions
bottom of page