Ensuring Excellence in TMF Quality Assurance and Auditing Practices

Ensuring Excellence in TMF Quality Assurance and Auditing Practices
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 = "Ensuring Excellence in TMF Quality Assurance and Auditing Practices"; var AssetLink = "https://www.lmkclinicalresearch.com/video-ensuring-excellence-in-tmf-quality-assurance-and-auditing-practices/";
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);