Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I'm not a developer, but this article may be useful: http://integratingthecloud.com/what-marketo-api-time-is-it/Best, Jep
You can retroactively add Leads to SFDC Campaigns by creating a Smart Campaign for each Program: It's not super pretty and the order of the campaigns will be random in SFDC, but it works. Therefore I agree with Michael that - if possible - you want to sync all Marketo Leads to SFDC (except bogus lea...
Marketo can only create Leads in SFDC, not Contacts. There are tools on the AppExchange that make it easy to mass-convert Leads to Contacts and Accounts. Please also note that the Marketo-SFDC sync will only work if there is access to Lead, Contact, Account and Opportunity objects. If you revoke acc...
To add to Cathal's suggestion: if you create Marketo-only fields, you could create a Smart Campaign that copies the values in those fields to the fields that are synced with SFDC, but only under certain conditions. You can create the rules in your Smart Campaign. You would use a Change Data Value f...
I'm not a JavaScript programmer so I can't help with the implementation unfortunately. You may want to try support. Jep
What I mean is that the new Lead will automatically be cookied by the associateLead call, but the cookie is specific to the domain that the associateLead function runs on. So if it runs on myemma.com, you will be able to track the Lead's behavior on that domain only.
It will use the cookie ID of the domain that the JavaScript runs on.
Yes, Munchkin API 'associateLead' will create/update the lead in Marketo. It will not give an 'fills out form' event, just a 'change data value' (updated lead) or 'lead is created' (net new lead). Jep
if you have your own forms on your website but you want to post into Marketo, you have multiple options:1. Change the form to post into Marketo directly; you need to make sure the field names exactly match the Marketo specs (see “Marketo Forms on Non-Marketo Pages”). In your case, you may want...
Usually with a data integration tool like Informatica, Pervasive, Muv or Boomi. Email me at jep@Marketo.com for more info