Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The Forms 2.0 Checkbox type works straightforwardly: if it’s checked, it sends the string “yes” to Marketo, and if it’s unchecked, it sends the string “no”.If the corresponding Marketo field is a Boolean, the “yes” is saved as true, and the “no” is saved as false.[1]This behavior is desired almost a...
Memory still matters!RAM sticks are cheap and plentiful, and it’s been over a decade since everyday users needed to worry about memory usage on their desktop or laptop.Yet that’s not the case on the server side. There’s still a pretty low ceiling for per-process/per-tenant RAM allocation in traditio...
Marketo's URL field type is a weird wee beastie. For one thing, it’s not long enough to fit all URLs (you can store decoded URLs to save space).For another, although a URL value must begin with http:// or https:// when validated on a form (indeed, absolute URLs must have a protocol part[1]) includin...
We usually say you can choose any subdomain as your Marketo LP domain, as long as it’s not already used by your company: pages.example.com, lp.example.com, get.example.com, signup.example.com, whatever-sounds-right.example.com. But in truth there are subdomains you definitely should not choose: prom...
Couldn't have said it better than @Christiane_Rode. It's about comparative reporting. We have a lot of trouble claiming something is invisibly working.
It’s well-established that SFDC’s URL field type isn’t up to the task of storing real-world URLs, since it maxes out at 255 characters.[1]What isn’t discussed much, if at all, is that those 255 characters aren’t limited to ASCII. Indeed, a URL field can contain an IRI, a.k.a. URL with Unicode charac...
for error check and auditing purposes, what is the best way to export form data into a report?An Activity Log extract via the REST API contains the details of each Filled Out Form activity. This is the only way to see the form data as originally processed by Marketo.
I'm thinking yes, with a regex matching on the semicolon-delimited string you get from Checkboxes ("sports;theater"). But haven't tried this exact method.
If your form’s Thank You page is on a different private domain — not just another subdomain of your main domain — and you want to pass over form values, they need to be appended to the query string.[1]For example, if you’re forwarding people to a partner site, they probably have a keen interest in t...
Should eliminate logging activities into Marketo that identified as botsVs Should just mark the identified activities with an attribute let's say bot-activity "True" Which approach do you think we should stick with going forward?I far prefer the latter (marking).