Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
If you use a lot high end velocity scripting for lead involve Custom Objects and their properties into the script and perform sorting and filtering math operations. Those high-end features can add latency in email delivery as more processing has to be done these delays can range from milliseconds to...
If you wish to transition exhausted leads of one stream to other stream the simple way is to use a Batch Campaign with following Smart List and Flow rules:Smart List Filter: Flow:Also Exhausted Leads are not in any case lost, exhaustion simply means that there is no more content in the stream to se...
I will explain the complete process hoping that it would clear your doubts - When a lead enters the marketo system, it goes through several stages before it is won or lost(these stages are of-course configured as per the requirements e.g. Known, Engaged, MQL, SQL, SAL, Oppurtunity, Won/lost). With t...
Let us know if you face any issues in configuring the MSI. 🙂
Priority has to be configured as the Engagement field in the sfdc. So if you configure the Engagement field in the sfdc like you did for other fields it should resolve your issue. Marketo should update this in the doc to involve this point under the MSI - SFDC configuration setup doc.
Does the lead data have a special character or a symbol in it? Many a times registration errors are caused by "invalid" symbols in the name, title, or email. For example, if there is a "|" in the value. Other reasons could be like the field data is too long.
@Robert_Villanue If your instance already has the RCE package then would recommend using it, else as @Ajay_Mamgain2 said you can utilise activity API! 😀
Passing next paging token to get more data will actually consume API limit as a separate call will be made to activities API endpoint. Also btw RCE will export the data directly in to excel.
I would not recommend this until its extremely required, as the response for the getLeadActivities is limited to only 300 lead activities per call and extracting all the data for all the lead activities would actually require to page through all the activities by making multiple API calls and this...
Please accept this solution so that the question can be marked as solved.Many Thanks!