Attach a Munchkin synthetic Visit Web Page to the link. someLink.addEventListener("click", function(e){
Munchkin.munchkinFunction("visitWebPage", {
url : "https://example.com/path/to/app/function",
params : "?fnparams=areoptional"
});
}); You use visitWebPage instead of the literal clickLink because the latter is blocking. You should also read these posts: https://blog.teknkl.com/more-munchkin-untracked-links-part-1/ https://blog.teknkl.com/use-target-_blank-for-multiple-assets-on-the-same-lp/
... View more