Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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...
Hey Eumee,Theres a great quote by H.L. Mencken that I swear by in these sorts of situations"For every complex problem there is a solution which is clear, simple, and wrong"my personal approach is that sometimes we set lofty goals and want to achieve complex processes and that's totally awesome... I ...
The most successful IS comp plan I've ever seen was actually a hybrid model for a B2B enterprise software company. Since the sales cycles were 9 months +, as Maria mentioned it's difficult to create an incentive based on won opportunities, but it was also important to having the IS reps feel a sense...
Hey Eumee,The reason you're getting people receiving duplicates is exactly what you mentioned. What you're doing is saying:Take 100% of the leadsRandomly select 2% and send them the emailWait 1 dayTake 100% of the leadsRandomly select 2% and send them the emailetc.While the probability of the same p...