Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I would recommend starting your own discussion to address this question in the Products section. This initial thread was created in October of 2014 with the last response occurring a year ago. Please feel free to link to this post within your new discussion, but this way, it would provide you a way...
You do have redundancy in your Smart List for the Trigger Campaign. If you are reading out the logic you have:Trigger If Person [Fills Out FORM-Event-Registration] AND [Web Page is X]ANDFilter by those that [Visited Web Page X] AND [Filled out FORM-Event-Registration]You would only need the first tr...
Caitlin mentioned that there is the durable unsubscribe, which would help to solve for that issue within Marketo. Will you also be keeping or removing those people from SFDC? If you are planning to keep them into SFDC, you could always mark them as Email Opt-Out (create the field if you don't have o...
For the textarea fields, you would apply a min-height attribute or a static height..mktoForm textarea.mktoField { min-height: 150px; /* or height: 150px !important for static */}For the two questions you have (On a scale), you have the second one within
tags whereas the first one does not. Depe...In your admin section, you will see the Tags option. Within there, you will have a channel called "Email Send," which should look like it does below. Perhaps the email campaign you have created has a different channel than Email Send. Would you check that on your program?
Technically, since there is a durable unsubscribe in Marketo, what you could do in your Smart Campaign flow for purging is to Change Data Value of Unsubscribed to TRUE before you remove the person from the database. This way, if the lead was to come back into Marketo, they wouldn't receive any email...
I am not sure if you have fixed this but within your call for the mktoModule, you have utilized mktoName for naming the module. Instead you should use mktoname. Let me know if that works for you.Also, when you are adding a snippet of code, it would be best to use the advanced editor to post the code...
Has everything been resolved with your landing pages or have you been able to get in touch with support about this issue?
Nate, this redirect occurs because the Register Now button is a tracked link within the email. Thus, it does not go directly to that website. The only way for this re-direct to work, as you mentioned is through Javascript. Your possible fix would be to disable the tracking for the link. However, thi...
To echo what Sandy said, you should utilize the form elements that are available within a guided and free-form landing page. The mktoForm element is one that is created at the template level for a guided landing page.For a quick overview of these, you can view Marketo's documentation on LPs: Landing...