Getting activities to play nicely in Marketo is tricky, since they're entirely separate objects from leads or contacts. I'm not sure about the Task Status, but it's probably referr...
There's a filter that is called "Activity Was Logged" that lets you enter a subject, and also a constraint that says "Is Task" -- so you can differentiate between tasks and events ...
So "Registration Error" is a program status as well, and instead of "Registered" the leads are being set to the first one? Is "Registration Error" the default program status?
<script type="text/javascript">$( document ).ready() { var testEmail = "{{lead.First Name}}"; console.log("User ID: " + testEmail);}</script> Ignore the fact that the variable is ...
I'm trying to set javascript variables using lead tokens, but it looks like the tokens spit out html entity versions (e.g. instead of "Matt" it spits out "Matt"),...
Just adding my vote to this. I use programs exclusively in streams to allow me some additional flexibility, so it'd be great to be able to use the champion/challenger feature in th...
Is it possible that you have a CSS link style on the landing page that matches the color of the background the link is sitting on? If you highlight the paragraph that includes the ...
You would use the "Visited Web Page" filter the same way as if you wanted to see if they had visited a landing page, or a page with the munchkin code on it.If you want to filter ju...
So in essence, if a press release directs people to www.mysite.com/?source=PR and I cookie the source value so it'll follow that user around until it expires or they convert.My cur...