Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
A related tip is to include the Program ID in the Program Name. Some parts of the extracted Activity Log aren't usable unless you do this.
You can't do those redirects in Marketo, because Landing Pages are served directly from the root of your LP domain, not a subfolder (deeper path).
Or not so much “beware” as ignore an Email Bounced Soft that doesn't have an associated Category.Far too many posts and practices imply that grouping Email Bounced Soft-s together with a simple filter is harmless. The thought is that you may want to separate Category 3, Category 4, and Category 9 bu...
You can use the same tracking code on all the domains you want. (In fact, it's impossible not to do this, since you don't have multiple Munchkin IDs.)Marketo doesn't consider any web properties to be specifically associated with your Marketo instance.As I detailed above, the same Munchkin tracking c...
Marketo's Known Visitor HTML (If Known Visitor, Show Custom HTML in Form Editor » Settings) feature is the obvious answer to a few questions: “How can I completely ungate an asset — no form fillout at all, just a redirect — if a web session is is already associated with a known person in my instance...
Our unsubscribe page is on a non-marketo landing page and an embedded marketo form. Can I still use the system unsubscribe token? If not, what is recommended?You can use the {{system.token}} if you add a Redirect Rule.
Of course. Only changes the field in the step. (You likely don't have to @ me btw. )
Change Data Value sets a lead field (left hand side) to a specific value (right hand side).
Ooh, that's definitely not my code as I don't use jQuery unless some other library requires it.But yes, any code that depends on MktoForms2 must go as low in the as possible.Also, we have embedded forms on our WP site. How do I know if I added everything correctly since it's "Invisible"? I will not...
What code exactly?You should strive to avoid jQuery-dependent code at all costs.To add custom Marketo Forms 2.0 behaviors to a Marketo-hosted LP, add your scripts just inside the closing tag. This is because your scripts will rely on the core MktoForms2 object, which won't exist until the Forms 2.0...