Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@EllenSchwier and @SanfordWhiteman Thank you. I figured it out. It was not the flow but the timing. OnSuccess is already defined as "It happens after the submit but before the redirect". My issue was that Marketo just needs some time to associate the user after the form submit. So if you wait e. g....
Hi everyone, for marketing consents we use a doulbe opt in process. We have some content we want to show a visitor only in case he has already a valid double optin. Importend: It's about a non-Marketo LandingpageMy current concept is something like:Add a marketo form in a non-Marketo Landingpage (wi...
Hi @Darshil_Shah1 thank you. I found the mentioned condition. Unfortunately the logging of the MKTO LP npage does not seem to be consistent. Calling the same page with different pURLs sometimes logges just the page name and sometimes the whole URL. Can this be controlled e. g. by Munchk.init()? What...
Hi everyone, a while ago I realized that Marketo does not seem to be consistent about if it realizes the URL or the Name of a landing page. Sometimes it reverences the "visit web page" with the URL. Sometimes with the landing pages name and its program. Can you help me understanding why this happe...
Hi everyone, I'm starting with the use of pURLs. I already integrated the pURL fix from SanfordWhiteman so recognizing the user worked pretty fine. I'm able to show lead tokens in the page and work with them in JS as well. What confuses me is that in case I send a form from this page without an emai...
Hi @SanfordWhiteman just want to say. .... thanks so much. Your code is pretty cool and works fine. Had a small issue about the poID as I - like others - first used the wrong ID but figured it out. Thanks for your help!
Hi, I activated pURLs in our account and fixed them on our Marketo Landingpages like Sanford suggested in https://blog.teknkl.com/tag/purl/. This works pretty fine. As most of our website activities are done on our regular (non-Marketo) website I was wondering if I can use "Marketo unique codes" the...
Hi @SanfordWhiteman Thanks a lot. You're the best.So it seems like custom actitivies aren't the solution for us. In that case it seems as I have to focus link clicks and other actitivies. Kind regardsWolfram
Hi David, great thank you. Thants a good Idea. I'll do a deep dive into this. Kind RegardsWolfram
Hi everyone, I'm currently concepting some of our custom tracking activities and wondered about how we can realize this the best way. From what I read "custom activites" would be a possibility BUT I'm not quite sure if they are really usable. Can custom activities be written by JS API as well or jus...