Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Good point, Greg.It make be "spooky" to get field values set even though they are not defined in the form, but not having to add fields to form when you need a new parameter is an obvious advantage.Thanks for pointing that out.Pavel
Hi Geoffrey,I agree with your web team. You do not need to set the values for the hidden UTM fields in Marketo at all - it can (and perhaps should) all be done in the JavaScript that manages the persistence of the UTM values. In that case you can leave the autofill for the field empty as follows:and...
Hello Geoff,according to the docs: Make an Email Operational - Marketo Docs - Product Docs , operational emails are sent to leads that have Marketing Suspended set.Best,Pavel
Hello Jenny,the SFDC Type (together with other Salesforce mappings) is documented here: Default Salesforce Field Mapping - Marketo Docs - Product Docs.I hope it helps.Pavel
Hello Aurélie,you will be able to track all activities through the Munchkin script. To make sure that the activity is tracked to the correct person in Marketo and not anonymously, you use the AssociateLead API call when the user logs in on a new browser or computer.Best regards,Pavel
Hello Michael,I would be happy to walk you through Sanford's demo. Follow me on the community or send me an email at pavel@revenue2.com.Best,Pavel
One of our clients uses PeopleImport by CRM Fusion to de-duplicate and match people records to existing accounts. It works well.
Hello Ryan,as Jim noted, adding Javascript is possible. There are a few ways to do it. 1. Add HTML block to your landing page2. Add the script to your landing page template3. Use a token in your landing page template and set the token value in a program containing the landing page. I hope it helpsPa...
Hello Jenny,Marketo has a field SFDC Type, which tells you if a record in Salesforce.com is a lead or a contact. In your case you could use a condition like this:Advanced filter (1 or 2)1. Lead owner not contains Roger2. SFDC Type is LeadBest,Pavel
Hello Harshit,The easiest way to do this is through the Velocity email scripting. There is no Marketo UI for this functionality.Best,Pavel