Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I wouldn't say "unpredictable" because every rules engine has one fixed way of executing a condition. They're usually left-associative for both AND and OR, plus AND is usually higher precedence than OR, so x AND y OR z is most commonly equivalent to (x AND y) or Z. x OR y AND z needs a bit more pro...
Well, if you're going to be precise, that won't suffice, either. There is still a wrapping FORM and DIV.mktoTemplateBox that could have styles applied as well. The most complete solution is to set the FORM to { display:none; } by default and then only display it if has the real form elements. Or ...
Oh, sure, we can log() and pow(), too. I guess my question is really whether you are intending to crunch (and re-crunch) historical activity logs on every update. If so, that would take a BI integration because you'd be maintaining a data warehouse. If all your math is based on "token values in, new...
Follow me back and we can PM. I'm sure we can keep it pro bono... but this thread is just getting in the way!
Well... you shouldn't have any spaces in URLs! It's bound to cause problems with text-only clients, which are forced to use their "intuition" about clickable-looking links since they don't have such thing as an tag.
Josh, it was something that was unofficially supported, then officially removed, then officially restored (very recently).Michael, please provide an example URL where we can test this. Obviously the token text is being munged in some way that will be easy to reproduce and report to Marketo.
Yep, just upload the asset to anywhere that's publicly accessible!
Amy, when using mailto: links you must add the class "mktNoTrack" to the in the email or the link will not be functional for many of your leads.Because of this requirement, the only feedback you'll get is via inbound emails to your domain (which aren't processed by Marketo). All the same, those emails do represent real engagement, so I don't mean to devalue them by any means -- they're just outside the realm of marketing automation, so you'll need to complement them with manual lead updates.
Allison, we have a new service in Beta called magICS (geeky name subject to change!) that allows you to have dynamic ICS files, including not only reminders but tokenized text. For example, you can include the lead owner in the event title: "Meet Linda from CorpoSoft." If you're interested, my ema...
Can you still not see my demo code?It should be easy to adapt it so that the user sees the NumBags on the next page. The onSuccess function always gets the two args (postedValues,followUpURL). So you can read directly out of postedValues.NumBags.