Knowledgebase

Sort by:
Issue Issue Description You enabled a field for email CC and it is working for some email CC recipients, but some records on the CC are not receiving the email.   Solution Issue Resolution If any of the CC email addresses are known leads in your Marketo database and marked as unsubscribed they will not receive the email, even if the email is marked as operational.  
View full article
Issue You encounter Validation Errors in the Smart List. Solution If you hover your cursor over the red squiggle in the Smart List, Marketo should pop-up a reason why the error is occurring. A very common reason for Validation Errors when using an "is" logic for a constraint is that the value being used does not exist in the database. In situations where you are uncertain if the exact value exists in the database, try using "contains" for the constraint logic.    
View full article
Issue Issue Description Getting 'Communication Failure' error popup repeatedly when doing normal operations within the application.   Solution Issue Resolution:   - Disable all browser extensions especially any dealing with ad blockers as they seem to be the primary cause of this issue ("Ghostery" is an example of extension known for blocking multiple Marketo operations/ tasks). - Try to repeat same operations after you have cleaned cache and cookies - (If above option does not work) Try to repeat same operations while using a incognito browser window.  
View full article
Issue Issue Description Google is changing production of their robots.txt parser to an open source format and removing support for some widely used but unsupported  code:   In the interest of maintaining a healthy ecosystem and preparing for potential future open source releases, we're retiring all code that handles unsupported and unpublished rules (such as noindex) on September 1, 2019. For those of you who relied on the noindex indexing directive in the robots.txt file, which controls crawling, there are a number of alternative options:   -Link to Blog Post from Google: https://webmasters.googleblog.com/2019/07/a-note-on-unsupported-rules-in-robotstxt.html?m=1     Solution Issue Resolution This should not affect any Marketo Landing pages if the Noindex, NoFollow code has been put in the Robots meta tags as per the documentation: https://developers.marketo.com/blog/block-crawling-and-search-indexing-of-a-marketo-landing-page/ This will only affect your landing pages if NoIndex, NoFollow are in the robots.txt file and not in the header meta tags.
View full article
Issue Issue Description You are unable to log into multiple instances at one time so you spend time switching between instances frequently.     Solution Issue Resolution Chrome profiles can be used to log into multiple instances at the same time on the same computer in different chrome windows. Rather than logging out then logging into additional instances, you can simply switch between windows. Setup:  Here is a 1 minute video that walks through the setup process: embed.vidyard.com/share/kpx65nDnwivFuRPyktmJgW?   If you have not logged into google chrome:   Click the main menu in the upper right corner Click Settings  (or navigate to chrome://settings/) Under the people section click Add person Choose an avatar and give your profile a name If you have already logged into Google Chrome:   Click your profile icon in the upper right corner of google chrome (next to the main menu button) Click Manage People Click Add Person Choose an avatar and give your profile a name.   To access the profiles when you open chrome you can click your profile icon in the upper right corner of chrome then click the name of the profile you wish to access, this should open a new window you can use to log into Marketo.  
View full article
Issue Issue Description Marketo records have opportunity role while they don't have any opportunity   Solution Issue Resolution This can happen because they are separate SFDC objects so it is possible that the opportunity is not visible to the sync user but the OpportunityContactRole is.  To resolve this, log into SFDC as the Marketo sync user and ensure that the opportunity is visible to the sync user.  
View full article
Issue Description You may have received an alert from Salesforce informing you of End of Life for TLS v1.0 and 1.1 as of September 2019 Issue Resolution Marketo Supports TLS encryption v1.2, and is fully ready for Salesforce End of Life of versions 1.0 and 1.1 https://www.marketo.com/company/trust/security/ Who This Solution Applies To Salesforce Administrators
View full article
Issue Issue Description A Smart List using a "Member of Program" or Member of Engagement Program" filter is qualifying people who are not members of the specified program, or not qualifying people who are members of the program.     Solution Issue Resolution Check if you have the filter set to "Member of Program/Engagement Program = true, Program is not [program name]". If this is the case, the logic works a little differently than you may think - what this means is that the person can be a member of any program, as long as it's not the specified program. How you may want to set up the filter would be "Member of Program/Engagement Program = FALSE, Program IS [program name]". That indicates that you want people who are not a member of the specified program.
View full article
Included in this Article: Overview The Content Recommendation Engine (CRE) is a powerful tool that can recommend selected content based on a visitor's information in the Marketo database. While you may want the CRE to appear on any page in your website, you may only have certain pages which you do or don't want the CRE to appear. In this article, we will demonstrate two ways of achieving this inclusion or exclusion of the CRE. Edit the CRE Settings First, go to Account Settings In the Domain tab of Account Settings, you will find the options for customizing the appearance of the CRE Enter the URL you wish to include or exclude in the URL Path field You can use wildcards tokens (*), which will match any character or sequence of characters, to match other pages on your website. Edit the HTML If you know how to edit your website's HTML code, you can edit the code to exclude pages. Between the <head> </head> tags on the page you wish to include, insert this CSS code: <style> .insightera-tab-container-bottom{      visibility: hidden !important; } .insightera-bar{        visibility: hidden !important; } </style> If you don't know how to edit your website's HTML, let the developer of your website know you want to have this done.
View full article
Issue Description Unable to send Operational Email via Marketo Sales Insight when the lead is flagged as unsubscribed. Issue Resolution Check the settings for your Sales Emails in Admin > Sales Insights.  You may have them set to "Respect Unsubscribe Settings." If you wish for MSI to respect the operational email flag this will need to be changed to "Ignore Unsubscribe Settings" for Operational Emails. Who This Solution Applies To Customers using Marketo Sales Insight
View full article
Adding a div id to your website involves modifying the underlying HTML code of the site. This is a task that needs to be handled by your web team.   Before your developers can add a div id tag, they will need to know the name of the corresponding Zone id of the RTP campaign.        Go to Campaigns page             Edit the existing campaign          Find the Zone id in the In Zone tab of the campaign editor     Your web team will be able to add the div ids if you provide the Zone id and point out the regions of the website that you wish to be used for your campaign. We recommend to provide your developers with a PowerPoint including screenshots of your website, marking the areas that should be used by the campaign.   A developer will be able to add the div ids by editing the HTML and simply including id="Zone_id" into the desired div tags, replacing Zone_id with the given Zone id.
View full article
Issue Description When editing a template and you validate the HTML, you receive an error of 'Error: Nested Editable Element: ...' with the id of the element following causing you to not be able to approve the template. Issue Resolution This is due to having an element with a 'mkto...' class nested inside another element with a 'mkto...' class. Below is an example:  <div class="mktEditable">      <div class="mktEditable"></div> </div> You will need to remove the 'mkto...' class reference from one of the elements to be able to pass validation and approve the draft as in the corrected example below:  <div class="mktEditable">      <div class="newClassName"></div> </div>
View full article
Included in this article   Overview Include Pages Target URL Use Case   Overview Target URL and Include Pages are both RTP terms that sound the same and get confused together, but they have different uses and meanings. This doc will go over what the differences between them are and how each can be used.     Include Pages "Include Pages" is a filter used in Segments that will look for visitors who have been to specific pages. This filter will make the segment match for the visitor when they go to the designated page during the visitor’s session. If the visitor goes to one of the "Included Pages" during their session, then they match for the segment.     Target URL "Target URL" is used in RTP Campaigns. In the campaign editor, the Target URL defines which page(s) the campaign will be displayed on. So, whenever the campaign is called by a segment, it will only be displayed on those pages specified in the Target URL area of the campaign. If the visitor is not viewing one of these specified pages, the campaign will not show.     Use Case By using these together, you can create a campaign that will be displayed on your homepage (the Target URL) only if the visitor first viewed the pricing page (the Included Page). So, let's say your visitor went to the pricing page to look at Product A, then went back to your home page. You can have a campaign display info about Product A on your homepage knowing that the visitor is interested in that product already.    
View full article
Included in this Article: Overview Attributes Settings Firmographics Known Profiles Behavioral Device/Browser API   Overview   In the Web Personalization platform, you can set up segments to target your leads and site visitors into groups based on certain attributes. These attributes can be found in the segment editor. To navigate to the segment editor:           Go to the Segments page          Click the button to create a new segment, or the Edit button to edit an existing segment          Attributes are found in the segment editor, arranged into categories such as Firmographics, Known Profiles, etc.     These attributes and the values that they can take on are described below. To learn more about segments, visit RTP Segments - Marketo Docs     Attributes   Settings   Firmographics   Known Profiles   Behavioral   Device/Browser   API
View full article
Issue Issue Description You have IP login restrictions set up per documentation, but you're logged in via Single Sign-On (SSO) from an IP that isn't whitelisted, or is blacklisted.     Solution Issue Resolution Marketo cannot enforce IP login restrictions on users accessing the instance via SSO. The IP Address restrictions are only enforced on users who login via login.marketo.com.    Who This Solution Applies To SSO Users
View full article
Issue Description Is it possible to add Lead partition/Workspace information in a custom Revenue Explorer reporting?   Issue Resolution RCE does not have the ability to segment reports by Lead Partition or Workspace. One possible workaround for leads is to create a custom field on a lead's record and populate it with the partition name.  There is no such option, however, for assets in different workspaces.     Who This Solution Applies To Customers use RCE/RCA Is this article helpful ? YesNo
View full article
Issue Description When selecting an image to display on a landing page, the image shows as a featureless grey box. There are also spaces in the image's file name. Issue Resolution Ensure that there are no spaces in the image's file name in Marketo. If there are, remove the spaces from the file name and re-upload. 
View full article
Issue Description An email was sent to leads but immediately returned an 'Email Bounced Soft' Activity Type with the Activity Details stating: 'Details: Empty address: []' Issue Resolution This is due to a token used in the 'From Address' Field in the Email editor that does not have a valid value or valid default value. For example: {{lead.Partner Email:default=edit me}} The Record's field value for 'Partner Email' is Empty. As there is no value for the record the token would use the default value 'edit me' which is not a valid value. A valid value must be an email string format such as mark@eto.com
View full article
Issue Issue Description A Smart List with a filter for an integer field with a specified range value, such as 'less than 100', is qualifying records that have a NULL(empty) value for the integer field.      Solution Issue Resolution Marketo will treat NULL/empty as equivalent to 0 in this case, and qualify the lead as having a value less than 100.  However, Marketo does not treat 0 as NULL/empty Adding the filter "[field] is not empty" to block records with NULL values will resolve this  
View full article
Issue Issue Description Velocity scripted tokens are not displaying the default value in the asset if the information required for the token is not in the database.     Solution Issue Resolution Email Script tokens are not designed to work with the {{my.token:default=Some Value}} syntax, which is for simple tokens. Rather, you must output the default value within the code (using #if/#else, $display.alt or any other conditions) then include just {{my.token}} in the email. Examples can be found here: https://developers.marketo.com/email-scripting/
View full article