Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
By deleting the email address you are deleting the primary key in the Marketo database, so generally I wouldn't recommend that. I agree that leads with invalid email addresses are generally not very useful, but not sure why you would blank out the email address. Jep
Sherry, you can use the Munchkin API's "Visit Web Page" call for this: https://community.marketo.com/MarketoArticle?id=kA050000000Kyr7CACYou use it to log a fictitious URL that corresponds to a particular action. Best, Jep
Actually, you do have to worry about that. If there are duplicates in your list, it will give an "add to list" event twice, resulting in the lead being entered in the trigger nurture campaign twice. Therefore, go to the "schedule" tab in your campaign and select "run once" to avoid any issues. If I ...
Jamie, you can set up Criteria-based sharing rules in salesforce that prevent Marketo from accessing records that don't have an email address. This requires that your organization wide default is private for Leads and Contacts. See below for an example of such a sharing rule. If you're not familiar ...
You can't add PHP to a template. There are a couple of system PHP includes, but you can't add your own.
Just keep in mind that people who are "cookied" for one domain will not be cookied for the second domain until they fill out a form on that domain (or click a link in a Marketo email that goes to a web page on that domain). From that moment on, they will be tracked on both domains. Also, there is on...
Marketo Support should be able to create that link. Jep
Moderator removed due to security risk and unsupported implementation.
See an example here: http://pages2.marketo.com/emailsubscription.html. It uses a hidden field "Suspend_Email_for_90_Days" and some custom JavaScript which - when the button is clicked - sets the field to TRUE, then submits the form. Inside Marketo it triggers a Smart Campaign that will set Marketing...
Most commonly, duplicate leads originate from the CRM system (Salesforce or MS Dynamics) or through manual lead creation in Marketo. Are you sure the lead was created via the form submission? Maybe the record already existed, then you manually created a duplicate through manual lead creation, and fi...