TMF Talks Series: Practical TMF Indexing for Real-World Scenarios

TMF Talks Series: Practical TMF Indexing for Real-World Scenarios
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 = "TMF Talks Series: Practical TMF Indexing for Real-World Scenarios"; var AssetLink = "https://info.lmkclinicalresearch.com/video-tmf-talks-series-practical-tmf-indexing-for-real-world-scenarios/"; var pi_redirect_url = "video-tmf-talks-series-practical-tmf-indexing-for-real-world-scenarios/"
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); + "&pi_redirect_url=" + encodeURIComponent(pi_redirect_url);
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);