Laying the Groundwork for Effective TMF Planning and Setup

Laying the Groundwork for Effective TMF Planning and Setup
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 = "Laying the Groundwork for Effective TMF Planning and Setup"; var AssetLink = "https://www.lmkclinicalresearch.com/video-laying-the-groundwork-for-effective-tmf-planning-and-setup/";
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);