Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Caitlin,I know this is going to seem like one of the most idiotic answers ever (it's because it's the classic - "did you plug it in?") but over the past 10 years what I find is that that I myself go to so much effort double and triple and quadruple checking the complicated stuff, that I often ov...
Just to play devil's advocate:There are certain situations where I'd argue that NULL does equal.Take score for example - A lead with no score, would have a score of 0, a lead with a blank score is equally 0. While they represent different versions of no score, if I had to prioritize leads based on t...
Hey Natasha,What a great question! I think I've been playing around with different approaches to this question since about the time engagement programs came out! The easiest way I've found to explain it is as such:An engagement program represents a series of related messages with a goal of driving a...
Hi Amy,If you've got a flow of emails separated by wait steps people only need to qualify at the point of entry.Even if you change the smart list and they are no longer qualified, once they are in they will keep going until they reach the end.UNLESS:You run a flow step: "Remove from Flow"You can set...
Hi Emma,You've actually got a number of options here -If you're looking to answer the question "Who are the individuals who clicked on the email" then you can create a smart list to find themIf you're looking to answer the question "How many people clicked on the eail" then you can use an email perf...
Whether or not Marketo will send multiple emails to a single person depends on how you set the campaign up and is based on 3 factors:Whether the campaign is a triggered campaign or a batch campaign (Whether the campaign runs when something happens or is run on all leads at once)Whether you've set th...
It is a slippery slope, but I'd settle for the ability to have a "default form wrapping" so that when people tried to embed forms using the "embed form" functionality, they'd get the code the way I want them to get it and not just the Marketo part of it.Is there a way to leverage the ability to inse...
Hey Sara,The Perkuto blog post isn't bad... It's probably a bit more than what you need as you seem to already understand what you'd like.The short answer is, you're totally on the right track... What you're trying to do is SPOT ON!Before we talk about your program it's worth understanding that ther...
Thanks Sanford! As a reluctant self-taught coder at best, the semantics of it all get a little complex at times.It's a very neat little script you've got there... very elegant as a workaround.I've implemented workarounds in JS and PHP in the past and hijacking the form is a relatively legitimate wor...
I've actually run into a very similar challenge recently when trying to extract the data from the infamous utmz cookie (I figured I'd let google do the heavy lifting).I've done it in PHP/JS before and it's easy enough, but when trying to identify the name of the cookie, there's really no clear guida...