Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Feels weird to be writing about this at such a late date, but there’s misinformation going around, perhaps AI-influenced. The spur for this post was the erroneous claim that Marketo Forms 2.0 uses REST API names as Form Field names. That is, if the REST API name is email the corresponding form field...
Hi, has anyone had any issues that prevent the custom HTML presenting for some returning visitors. It is working for me but not for our website developer.Not an “issue” per se but the person needs to have First Name, Last Name, and Email Address filled for KV HTML to work. Beyond that, we’d have to...
The REST API has robust support for forms. If you want to get your hands dirty it would be a fun way to learn that crazy API. Alternately, you could add the field using JS at runtime (yes, even if it’s a visible field, but it’s super easy if it’s a hidden field). P.S. To be clear for lurkers, it’s n...
Marketo recently added a bunch of new {{trigger.tokens}} that can help reduce the number of nearly-redundant trigger campaigns, always a good thing. Some of the tokens are relatively “raw,” though: they output unique IDs, not friendly names. Massaging those into values suitable for people like sales...
Hmm. Your schema really isn’t optimal for such a campaign. Not a fan of anything that needs to extrapolate anniversaries from a Date/DateTime, as Marketo (outside of Velocity, that is) doesn’t have the ability to roll CO fields forward in time. I would probably use a webhook-compatible service and a...
Can we seperate the Munchkin and the form scripts and classify them seperately?Functional scripts on individual pages for direct marketo embed form to work on websiteTracking scripts on website for identifying where they came from and activities beyond (assuming that is Munchkin code)Of course. Yo...
You're still using the wrong field names. Those cannot be the form field names, as noted above.If you provide a link to your page we can look at it further. There are likely additional issues.
Emails are certainly delivered in a sandbox environment! A sandbox would be quite useless if not. If the log says Delivered Email, that always means your mailserver accepted the email for delivery. It may still have quarantined the email, however. This may happen because you have a DMARC policy that...
At a general level, yes: use https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/bulk-extract/bulk-extract#retrieving-jobs and get daily totals. It isn’t broken down by user.