Knowledgebase

Sort by:
Issue Description You have an active campaign with a wait step in the flow but you noticed leads aren't coming out of that wait step, or they seem to be repeating the wait step. Issue Resolution The most common reason for this is adding a flow step above the wait step. If you add a flow step above a wait step the position of the wait step is changed. Example your flow steps were a total of 4 with the wait step being the 3rd flow step but you add a flow step above the wait step making it the 4th step in a total of 5 flow steps. This means when the leads come out of the wait step they end up going right back into the wait step. The best solution is to not add/modify flows with wait steps on active campaigns, but for more information and options, see this article: Editing Campaign Flow with Members in Wait Steps . Is this article helpful ? YesNo
View full article
Issue Description How to edit the page title (shown on a web browser tab) of an email when viewed as a web page. Issue Resolution The web page title of an email can be modified by editing the HTML of the email. For instance, entering the title tag in the header will make this change: <title>Email title</title> w3schools.com/tags/tag_title.asp docs.marketo.com/display/public/DOCS/Edit+an+Email%27s+HTML As this requires editing the HTML or customizing the code of an email, if you are unfamiliar with coding, contact a web developer for further assistance.
View full article
Issue When attempting to import a program into another instance, an error occurs, displaying the message of "Unable to import due to field missing".     Solution In order to address this issue, you should review the program that you are attempting to import, to ensure that you have not only created all fields that are referenced, but also any filter types that are used. If a Smart List filter is used in the program that identifies members of segment, then the segment will also need to be created in the other instance in order for the program to be imported.  
View full article
Issue Description How to edit the schedule email in ToutApp.   Issue Resolution The way to change the time of a scheduled email: Go into your on the conversations page. Click the Edit button next to the scheduled email. From here you will be able to change the time of the delivery of the email.  Is this article helpful ? YesNo
View full article
Issue Recent Activities are shown in Lead Activity Log for being added to an SFDC Campaign, however this campaign may have occurred a significant time in the past. Solution A common reason for this occurring is a deleted record in SFDC was restored, so the past activities are coming down to Marketo as if they happened recently. The root cause is that the SysModStamp for one of the object records (Campaign, Campaign Member, Campaign Member Status) for the record was updated, so, in the perspective of the Sync User, the newly updated (recent SysModStamp time) record needs to be queued up to be synced. If this is causing some unintended Marketo Trigger Campaign activity, we advise that active Trigger Campaigns be reviewed to make sure that past campaigns are deactivated, and only relevant campaigns are currently active.      
View full article
Issue You have a trigger campaign using the "Visits Web Page" or "Clicks Link on Web Page" triggers, and you are seeing anonymous records in the Campaign Results.     Solution Anonymous records can trigger campaigns that use the "Visits Web Page" or "Clicks Link on Web Page" triggers.  These anonymous leads will go through the flow of the campaign.  To prevent anonymous leads from entering your Visits Web Page or Clicks Link on Web Page trigger campaigns, add the filter "Email Address is not empty" to your campaign Smart List.
View full article
Issue You have noticed that in some Asset URLs the 9-digit Munchkin ID displays, and you would rather have something else display.     Solution It is possible to alter the URL and replace Munchkin ID with the Account String for your Marketo instance located in Marketo Admin > Landing Pages. The following can only be done when inserting the URL into your email or landing page HTML. There is no global setting to change this permanently. For example say you have an image asset at the URL:  na-sjst.marketo.com/rs/164-CZO-458/images/android.jpg When you insert this link in an email or landing page, you can replace the Munchkin ID with the account string of for your instance:  na-sjst.marketo.com/rs/mktosupportmybaben/images/android.jpg This link will still resolve correctly and the Munchkin ID will not be displayed.
View full article
Issue Description You sent an email using a Smart Campaign and the email performance report for the email shows more Sent than there are members in the Smart Campaign Issue Resolution The email may have been sent by more than one campaign.  You can determine this by looking at the "Used By" info on the email's summary page, to see which campaigns sent the email.  In this case, you can use the Campaign Email Performance Report to view the email's performance within the specific campaign.
View full article
Issue Issue Description You want to add a filter to your RCE report to only include records that do not have a value for a certain field. Solution Issue Resolution You can use the field value "Not Available" in the filter module for that field to capture anyone with a blank value for that field Who This Solution Applies To Customers using RCE
View full article
Issue Issue Description Person appears to have changed Segment, but there is no activity for that 'Change Segment' recorded in the Activity Log. Segmentation was not recently re-approved, so this would not account for the behavior we are seeing in other circumstances.   Segmentations Not Writing Change Activities However, the record was recently converted from a Lead to a Contact in the CRM.   Solution Issue Resolution Upon Lead conversion to Contact in Salesforce, an "initial" segmentation process for that Contact is computed. During these "initial" segmentation computations, in a manner similar to when a person is initially created in Marketo, no activity is recorded in the record's Activity Log.  
View full article
Issue You want to send out an email to a group of people and break it up so that it sends in smaller batches over time.     Solution To break up an email send over time, you can use a Smart Campaign with Choices and Wait steps in the flow.  Example provided below. Choose the criteria you want to use to break up the send.  In the example, we use the first letter of the last name. Use a Send Email flow step with a Choice defining your first group (Last Name starts with A-F) and select the email you want to send. For the rest of the leads, use a Default choice of "Do nothing." Add a Wait step. Repeat 1-3 for the each group, separating them with Wait steps.    
View full article
Issue You have Visibility Rules enabled for a field on your form, but the field is not shown or hidden as expected based on the values in the other fields.     Solution If you have enabled visibility rules for Field B but the field is not showing/hiding as expected when the correct value is chosen in Field A, one possibility could be the with the setup with the selected operator in the rule.  When using visibility rules for Field B, the "is" operator will use and reference the displayed values of Field A, but "contains" will use the stored values.   For example, let's say you have a visibility rule that should display the a particular field when 'Marketo Lead Management' is selected for the "Product Interest" field. The displayed value for the field (the one shown to the customer) may be "Marketo Leads Management" but the stored value for the field (the value written to the lead record) is "MLM". If you set up the visibility rule as "Product Interest is Marketo Leads Management", the rule will look at the Display Value and see a match.  However, "Product Interest contains Marketo Leads Management" will look at the Stored Value, which is "MLM." It will not see the match, and the field will not be displayed. 
View full article
Issue Description Person/Lead Source is empty. Why isn't it populating?   Issue Resolution Marketo does not automatically assign Person Source. We do populate Original Source Type.   Assigning credit for a Lead can only be determined by someone with intimate knowledge of a company's marketing strategies.  If someone fills out a form, Marketo doesn't know if they were brought to that form by an email blast, TV commercial, talked to a salesperson, or any number of other reasons. If they came in through a List Import, they could have attended a Tradeshow and signed up there, they could have been exported by a CRM and are being imported, or any number of other ways.  There are many discussions on best practices for handling Lead Source attribution in the Community.  If you need assistance setting up Smart Campaign to update the Lead Source based on your specific business criteria, please contact Marketo Support. Is this article helpful ? YesNo
View full article
Issue An update made in the CRM is taking longer than expected to sync to Marketo via the usual sync cycle. You need to avoid this for some of the data being passed between the two systems.     Solution Some delay in the sync is expected. It all depends on the current sync status, as well as how much data is being synced.   One possible workaround  would be to use API calls to push data into Marketo immediately. To make API calls into Marketo, you'll need to do the following Create an API Only User Role Create an API Only User Create a Custom Service for Use with ReST API   From there, you will be able to create API calls from your CRM and access API endpoints with this user to make updates in Marketo.  This method can also be used to sync data between Marketo and unsupported or custom CRMs.  Note: You will need to work with a developer to create the API calls.  Marketo Support are not trained as developers, so if you need assistance creating your API calls, you will need to work with Marketo Professional Services instead.    
View full article
Issue You see that a program imported from another instance is missing email or landing page assets. Solution Emails and landing pages with dynamic content and snippets are skipped during the import, because the snippets and dynamic content are not imported with the program.
View full article
Issue You are unable to add members to a secondary instance using a secondary login.  You receive an error that the email is already in use.       Solution This solution applies in the following scenario: You have two or more Marketo instances. The instances are set up so you are allowed to specify the login email address separate from the email address used to notify/invite the users.  For example, something like this: Login: login.user@domain.com Email: user@domain.com You have a user in the second instance whose email address exists in the first instance, using a different login but the same email address, like this: Login: login2.user@domain.com Email: user@domain.com When you try to do invite the user to the second instance using Universal ID, you will get an error stating that the email is already in use. To resolve this, you will need to delete the existing login for the user in the second instance (login2.user@domain.com) and instead invite their primary login (login.user@domain.com) to the instance.   This will allow the user to access both instances from a single login   For more information on Universal ID: Using a Universal ID for Subscription Login - Marketo Docs - Product Docs   Who This Solution Applies To Subscriptions with Universal ID active      
View full article
Issue An embedded Marketo form on your company website showed up in the past, but is now not showing on the page.     Solution Embedded forms may not show if you have mixed content on your website (meaning that your website is using HTTPS, but the embedded form from Marketo is using HTTP). To resolve this, you need to ensure the content from Marketo is also using a secure connection. You can purchase an SSL certificate to use for your Marketo forms by contacting your Customer Success Manager/Sales Account Manager.    
View full article
Issue Description You have a record in Marketo that is a Contact in SFDC, and the record fails to sync with the error "INSUFFICIENT_ACCESS_OR_READONLY: insufficient access rights on object id." Issue Resolution This error can occur if the Record Type ID field is not updated in Marketo when the SFDC Lead is converted to a Contact.  If the Record Type ID value displayed in Marketo is not valid for Contacts, the sync will fail with the error, "INSUFFICIENT_ACCESS_OR_READONLY: insufficient access rights on object id." To resolve this, you can update the Record Type ID in Marketo with the correct value from Salesforce, or you can delete the value from Marketo and allow the sync to write the correct value from Salesforce.
View full article
Issue You have multiple domains for your landing page CNAMES and want to choose which one is used for a landing page. Solution First, you will need to make sure your secondary domains are set up with a CNAME and a domain alias. You don't choose a domain when creating the page.  All pages are created under the default/original landing page domain, but they're all available from all domain aliases as well. Swapping out the default domain with the domain alias in the URL will take you to the same page.  You find more detail on this here - Multiple Domains (CNAMEs) in a Single Marketo Instance  
View full article
Issue A Smart Campaign with a "Person is Created" trigger, in combination with additional filters, doesn't qualify people as expected.   Solution Using filters with "Person is Created" triggers can cause issues when a person is created, but the values that the filters look for aren't filled in yet. When the Smart Campaign checks the filters, the data it looks for hasn't been filled in yet, so people don't qualify. Here are a couple alternatives: A scheduled batch campaign that looks for people who were created and meet those filters. Use the Person is Created trigger, but use a wait step to allow time for the date to fill in, followed by choices in the flow to qualify people.
View full article