Knowledgebase

Sort by:
Issue Email Link Performance report on the same email shows more clicks compared to clicks in the Email Performance Report. Solution Email Performance Report clicks shows the total number of leads who has clicked any link in that email. This count is independent of any links and how many times a lead has clicked any link on that email. Email Link Performance shows the number of unique people who clicked each link. It shows the number of leads who clicked that particular link. The same lead could’ve clicked another link. So in the total it would be counted as 2 leads in the report but in reality both are same leads. This is the reason why you see Email Link Performance report shows more clicks compared to clicks in the Email Performance Report    
View full article
Issue How do you delete the data in Marketo Custom Object records, or in specific fields on the custom object if the the custom objects have already been created and approved? Solution Marketo Custom Objects are not accessible via the User-Interface. API calls must be utilized in order to delete this record data.   You can delete the records via the 'Delete Custom Objects' call Delete Custom Objects   If you are interested in extracting any of the existing data, you can use the following GET call. You will need to make a 'Get Custom Objects' call Edit Custom Objects   Here is an additional resource that may be useful and relevant List Custom Objects
View full article
Issue Admin > Sales Insight > Licensed Seats displays the number of seats used in the last 30 days.  How is this calculated?     Solution The number of seats used is calculated by the number of unique SFDC users that have loaded either the Sales Insight panel on a Lead/Contact/Account/Opportunity page layout or accessed the Marketo tab in the past 30 days.   Who This Solution Applies To Customers with Sales Insight for Salesforce    
View full article
Issue Lead didn’t fill out the unsubscribe form but the unsubscribed reason states that “Customer complaint received from ISP”   Solution There is an arrangement between an email sender and an Internet Service Providers (ISPs) called a feedback loop. When the lead marks your email as spam, this loop allows the email sender to notify the email sender (Marketo) that they have marked it as spam. Marketo automatically changes the value of the field “unsubscribed” to “True” and the unsubscribed cause as "Customer complaint received from ISP" for the lead. You can learn more about feedback loops in the below document. Feedback Loops (FBL)  
View full article
Issue You need to revert a data value change for a field on multiple leads. Solution There is no way through the UI to "undo" a data value change (unless it was a boolean field, in which case there are only two possible values.)  You can certainly use a Smart List to identify whose values have changed, but there no way to go back to the old value (unless it's stored elsewhere in another field or through another data store, along with the API). However, you can use the API to extract the data value change activity from the activity log, which would include the old and new values, extract the original values, then use the API to rewrite the old values back to the lead record. http://developers.marketo.com/rest-api/lead-database/activities/#data_value_changes      
View full article
Issue You receive the below sync error notification which states "CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY: [process/workflow name]: System.LimitException: Apex CPU time limit exceeded"   Solution The error means that you have one or more triggers running when the leads are inserted that consume too much CPU time. You are hitting what are called SFDC Governor limits. This is really something you need to review with your SFDC admins and developers. Consider moving some workflows from Triggers (synchronous) to batches (asynchronous).    
View full article
Issue How to move Design Studio assets when migrating to a new instance. Solution Clone the assets into a Program, then import the Program into the new instance. For Forms, make sure the fields also exist in the destination instance. Same for Lead tokens in Emails/LPs. Dynamic Content & snippets are not supported in Program Import.
View full article
Issue You create a new field on the Lead and Contact objects in SFDC and two fields are created in Marketo, one mapped to Lead and the other mapped to Contact.     Solution You will see this behavior if the an SFDC field is created on two objects across more than one sync cycle, one before a sync cycle starts and the other one during or after the sync cycle completes. To ensure both the lead and contact show up mapped to the same custom field Marketo, do the following Disable the global sync in Marketo. (Admin > Salesforce) Create the field on your desired objects in SFDC.  Make sure they both have the same API name. Re-enable the global sync in Marketo, allowing the field in both objects to sync down to Marketo at the same time. If you find yourself with multiple fields in Marketo after the sync, contact Marketo Support to have the fields merged or remapped as necessary.  
View full article
Issue Issue Description Even though the Success Path Analyzer and the RCE report may be looking at the same thing (e.g the conversions from one stage to another), the numbers in Success Path Analyzer and RCE Conversion Ratio will not match. Solution Issue Resolution Success Path Analyzer is telling you that records are flowing from one stage to another, for example a record moving from Cold List to MQL, the conversion rate will display the rate from this stage to the next stage. If you look at the RCE Conversion Ratio, this is not tracking just the conversion from the first stage on the Success Path Analyzer to the second but instead this tracks all the conversions from this stage to another (eg. Cold List to MQL, Cold List to Attempting). Thus resulting in a much higher conversion percentage as the RCE is not bound to the green path from the Success Path Analyzer. Who This Solution Applies To Customers using RCE, Customers using Success Path Analyzer
View full article
Issue You would like to have a list of leads who will get blocked from receiving emails when you send email via campaign or program due to Communication Limits. Your Communication Limit setup can be found in the Admin Panel and looks something like this.     This is a article attached image   Solution You can create a Smart List with the below setup and this list will show you the list of the people who will hit communication limit when you try to send an email.       This is a article attached image To learn more about Communication Limits and how they work, you can review this article.
View full article
Issue Description Can you remove a CRM from Marketo? Issue Resolution You cannot remove a CRM integration from an instance. Once the CRM of your choice is clicked (Dynamics or Salesforce) the instance is set to use that CRM for the remainder of its life. Once the login and mappings have been setup for a instance, the CRM instance or org cannot be changed as well. If for a reason you do need to change the CRM or the linked instance, you would want to reach out to your Customer Success Manager to get information on provisioning a new Marketo instance.
View full article
Issue You want to use Slack with webhooks to be able to customize the integration a bit more than using it as a Launchpoint service. Solution We will assume you have already created your App within the Slack API page  we will cover everything after that here. 1) Make sure you are logged in so you can access your App through the Slack API page. 2) Select your App: 3) From here you will want to select the "Incoming Webhooks" from underneath "Features": 4) Use the on/off toggle to the right of the title "Activate Incoming Webhooks"   5) Select the "Add New Webhook to Workspace" button to create a new URL that we will use for our webhook within Marketo: 6) Select where you want to post, either at a specific user or channel:   7) Now we are directed back to the page we were one, hit the copy button next to the Webhook URL to copy the URL as we will need it for a later step. 😎 Login to your Marketo instance and navigate to the Admin section. 9) Select Webhooks 10) Select Create Webhook. For the following fields assign the appropriate values: Webhook Name*        =        What ever you want to name Description                 =        A description of what the webhook is used for URL*                           =        Here is where we paste the URL we copied before Request Type*            =        POST Template                     =       This is the information you want to send to your slack channel/user It should in the following format:                                              payload={"text": "DEVELOPER SITE ALERT: {{lead.First Name:default=edit me}} {{lead.Company:default=edit me}},                                                            {{lead.Email Address:default=no email address}}" } Request Encoding Token     =  None (You can change this if you want) Response Type                    =  None 11) Click create and now we are ready to call our webhook and send necessary data to our users in Slack!  
View full article
Issue Description How do the links (both Marketo and Non-Marketo) populate in the dropdown of Visited Web Page trigger or filter? Issue Resolution These links are fetched from any of your leads' activity logs. The values in the dropdown of the "Visited Web Page" will show if there is any lead who visited a webpage and this webpage or link is stored in the activity log of the email (may be in past). It the expected webpage doesn't show up in the dropdown list, then none of the leads have visited that page at least once. You can create a test lead for yourself, visit the desired webpage to get this added in the dropdown.
View full article
Issue You receive the error "Failed: cannot retrieve values for sfdc id" when trying to sync a record between Salesforce and Marketo.     Solution You can get this error message if the lead owner associated to the lead is not visible to the Marketo sync user. To troubleshoot this issue, do the following" Log into Salesforce using the Marketo sync user listed in Admin > Salesforce Confirm the record is visible to the Marketo sync user. Confirm the lead owner associated with the record is visible to the Marketo sync user. If the lead owner is not visible to the Marketo sync user, work with your SFDC Admin to allow the sync user to see it, or change the lead owner to something that is visible to Marketo. Once this is done, try the sync again.        
View full article
Issue While going through the steps of this doc - Create a Custom Field for CRM Discovery - step 3 asks you to choose "Named Account" as the object for the field to be created on.  Sometimes, that "Object" option is not available when creating a custom field. Solution The ability to select the Named Account object for a new field to be created on is a feature that must be enabled for your Marketo instance.  If you come across this issue, simply submit a support case requesting that the "ABM Custom Fields" feature be enabled in your instance.   Who This Solution Applies To Customers with Account Based Marketing    
View full article
Issue Description You want to prevent a situation where you create or sync a new field on the Lead and Contact objects in SFDC and two fields are created in Marketo, one mapped to Lead and the other mapped to Contact. Issue Resolution You will see this behavior if the an SFDC field is created on two objects across more than one sync cycle, one before a sync cycle starts and the other one during or after the sync cycle completes. To ensure both the lead and contact show up mapped to the same custom field Marketo, do the following Disable the global sync in Marketo. (Admin > Salesforce) Create the field on your desired objects in SFDC.  Make sure they both have the same API name. Re-enable the global sync in Marketo, allowing the field in both objects to sync down to Marketo at the same time. If you find yourself with multiple fields in Marketo after the sync, contact Marketo Support to have the fields merged or remapped as necessary. Who This Solution Applies To Customers integrated with Salesforce
View full article
Issue You have sent out an email, and the Link Performance and Email Performance reports are showing clicks on the unsubscribe link in the Clicked Link numbers.     Solution Typically Marketo automatically omits clicks on unsubscribes, but that only happens in certain situations. If the email has a link to the unsubscribe page hard-coded in the email (or template) HTML, Marketo will see it as a simple link, like any other link, and will include it in reporting as a Click Link activity.  Marketo will only automatically omit clicks on unsubscribe links when either the {{system.unsubscribeLink}} token or the default email footer is used in an email.  These links will will show up as Unsubscribes instead of link clicks.    
View full article
Summary A service issue has been identified that can potentially cause duplicate leads to be generated in Marketo for customers using Microsoft Dynamics (MSD) CRM. This issue only applies to customers using MSD 2016, and only when upgrading to MSD version 9. Who is Impacted All customers using the native CRM Sync between Marketo and MSD 2016  Already Impacted: Customers using MSD  2016 Version 9 with Marketo Lead Management (MLM) solution version 4.0.0.23 or lower Potentially Impacted: Customers using MSD 2016 version 8 or lower who plan to upgrade to version 9 The issue of duplicate leads being created occurs when the MSD instance is upgraded to version 9 All customers who have already upgraded to MSD v9 are already impacted If you have MSD but have not yet upgraded to v9, you are not yet impacted, but could be by upgrading to MSD v9 Who is Not Impacted Customers using MSD On Premises CRM instances Customers using Dynamics 2011, Dynamics 2013, or Dynamics 2015 Customers with Salesforce CRM When the Service Issue Occurs Qualifying a Lead to a Contact in MSD may not be reflected properly in your Marketo subscription. Expected Behavior: The existing Lead record in Marketo is converted to a Contact record (i.e. the Microsoft Type for the person record should change from Lead to Contact). The existing record in Marketo remains synced to this record in MSD Current Behavior: A new Contact record is created in Marketo to sync with the Contact record in MSD. The existing Lead record in Marketo becomes orphaned (no longer synced with any record in MSD). Additionally, the orphaned Lead record in Marketo contains the activity history while the new Contact record in Marketo contains the contact information Resolution There are two parts to the solution, depending on whether you have already upgraded your MSD 2016 instance to version 9. If you have not yet upgraded your MSD 2016  instance to v9, you will only need the first step. If v9 has already been installed, you will need to perform both. Part One - Install the latest Marketo Lead Management solution A new version of the Marketo Lead Management solution has been released for Dynamics 2016 that prevents duplicate records from being created when upgrading to MSD 2016  v9. This solution must be installed before upgrading to MSD 2016 v9. Installation Process      1. Within your Marketo subscription, you will need to download the latest version of the Marketo Lead Management solution.  Documentation on how to download the Marketo Lead Management solution for MSD can be found here:  Download the Marketo Lead Management Solution Documentation on how to upgrade the Marketo Lead Management solution for MSD can be found here: Upgrade the Marketo Solution for Microsoft Dynamics NOTE: Microsoft Dynamics has 4 product versions that Marketo supports; Dynamics 2011, Dynamics 2013, Dynamics 2015 and Dynamics 2016. The only product version this applies to is Dynamics 2016. No other product versions are impacted in any way. 2. Install the new Marketo Lead Management solution in your MSD 2016 instance as a normal update. Be sure to install the new solution on top of your existing solution in Microsoft Dynamics as a normal update.  Part Two – Correcting Duplicate Records in Marketo This step only applies to customers who have already upgraded to MSD 2016  v9 prior to the new Marketo Lead Management solution being released. This part applies to customers who have had duplicate records created in Marketo. In order to eliminate the duplicate records that were created in error, we must first identify those records. The next step is to merge the two duplicates together. In this scenario, due to both records being synced to MSD, it is a little complicated. Build a Smart List to Identify Duplicates Use the following filters to identify the impacted records: Duplicate Fields > Email Address Microsoft is Deleted > True Microsoft Type > Lead When finished, your Smart List will look like this: This Smart List will identify the duplicate records created by this service issue. When this issue occurs, both of the duplicate records are synced to MSD. It is not possible to merge two records if they are both synced to MSD. However, Marketo Support is able to disconnect the sync of one record on the back end and perform the merge of the two records. Submit a Case with Marketo Support Merging these duplicate records is only possible when done by Marketo’s Engineering team. Contact Marketo Support to open a Support case. Be sure to include all related details, including the link to your Smart List. Marketo Support will evaluate the duplicates and escalate the ticket to our Engineering team. The Engineering team will perform the merge for the records.
View full article
Issue Description You recently passed the MCE and want to add the certification to your Community profile.   Issue Resolution Certification updates happen every 2 weeks, and your Community profile has to be filled out completely for the update to work. If you don't see your update within two weeks, please reach out to mktcertf@adobe.com.     Is this article helpful ? YesNo
View full article
Issue How to export a list of all the field mappings between Marketo and SFDC.     Solution Issue Resolution You can do export field mappings by following these steps: Go to Admin > Field Management. Click over a tab to Field Mapping. Click the export button, next to the search bar at the bottom.  
View full article