Hi everyone,We're exploring alternatives to using Sales Insight for displaying activity data in Salesforce. Note I'm only talking about activity data, not the other functions of Sa...
Update: you can't find the segment names via the interface (as far as I can tell), but it's easy to pull via the REST API using the segmentation ID. http://developers.marketo.com/r...
Or - alternatively - the lead doesn't have a first name. I recommended giving an actual default instead of leaving it as "edit me". For example:{{lead.First Name:default=there}}So ...
Does your instance have a custom field "FirstName" which is a duplicate of the standard field "First Name", which perhaps synced into Marketo from your CRM? Either your token is ma...
Hi Katie,If you are integrated with SFDC or Microsoft Dynamics, that data should already be available. If not, and if the database you're pulling from doesn't support it's own inte...
Hi all,I'm trying to interpret the lines regarding segments in the New Person activity. Here's an example:For example, the line "Change Segment (key=1021): 1131"It looks like the "...
Sarah - did you check the campaign members to see if the leads qualified? It seems unlikely the lag would be connected to an email not sending. This topic has been more related to ...
I received an email from Marketo yesterday, encouraging me to contact our CSM as a primary point of contact for non-support related issues -- rather than other internal points of c...
Are you already updating the records in batches (one call, many records) rather than a separate API call to update each custom object record? You sound like you would've already be...