Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 Sales Insight like sending sales emails or adding people to Marketo campaigns. That is, we're *just* concerned about popul...
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/rest-api/endpoint-reference/asset-endpoint-reference/#/Segments For the above example, GET /rest/asset/v1/segmentation/10...
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 if the value is empty it will say "Hi there," instead of "Hi ,"
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 malformed (should be "First Name") or it's the wrong field and the value is empty.
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 integration with Marketo, you would indeed need to pull it in using an API. http://developers.marketo.com/rest-api/lead-data...
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 "key=1021" is the ID of the segmentation, which you can see in the URL when looking at the segmentation in the Databa...
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 things being a little slower than normal in the interface, for example taking a few seconds longer than normal to load a...
I've created an idea here: Like it and comment to it so it appears higher in results!
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 contact at Marketo -- and providing their contact information. Is there a way to also see this person's information in th...
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 been on top of that, but it's the only thing that comes to mind besides increasing the API limit.