2024 TMF Recap: Driving Success Through Education & Services

2024 TMF Recap: Driving Success Through Education & Services
Unlock this exclusive LMK content and receive occasional updates from our mailing list.
const raw = sessionStorage.getItem("initial_landing_data"); const data = raw ? JSON.parse(raw) : null;
var conversionUrl = window.location.href; var firstTouchUrl = data?.initial_url || ""; var referralURL = data?.referrer || ""; var AssetName = "2024 TMF Recap: Driving Success Through Education & Services"; var AssetLink = "https://www.lmkclinicalresearch.com/video-2024-tmf-recap-driving-success-through-education-services/";
var iframeSrc = "https://info.lmkclinicalresearch.com/l/1109082/2025-12-15/j5qk92" + "?Conversion_URL=" + encodeURIComponent(conversionUrl) + "&first_touch_URL=" + encodeURIComponent(firstTouchUrl) + "&DataForce_Last_downloaded_assets=" + encodeURIComponent(AssetName) + "&Transperfect_Asset_link=" + encodeURIComponent(AssetLink) + "&source=" + encodeURIComponent(referralURL);
var pardotIframe = document.getElementById("pardotForm"); pardotIframe.src = iframeSrc;
window.addEventListener("message", function (event) { if ( event.data && event.data.type === "pardot" && typeof event.data.height === "number" ) { // console.log("Pardot iframe height:", event.data.height); pardotIframe.style.height = event.data.height + 40 + "px"; } }, false);