Knowledgebase

Sort by:
Issue Description Lead fails sync to SFDC with the error INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST: bad value for restricted pick list field Issue Resolution This happens when the Marketo field has a value that is not available in the list of accepted values on SFDC. We suggest that you check with your SFDC admin to find out the list of accepted values and make necessary changes. Who This Solution Applies To Customers integrated with Salesforce
View full article
Issue You want to have one email address in the From field ( abc@test.com) a different email address in the Reply-To (all@test.com)? Solution Yes, you can use different email addresses in the From and Reply-To.  If the Reply-To is an email alias that sends to a group, you should confirm that email is working and able to receive email.  Please note: Automatic replies, such as out-of-office notifications will be sent to the From address, not the Reply-To.  Reply-To is only used when the person who received the email clicks the Reply button in their email client. Note :- The SMTP envelope sender typically appears as <uniqueidentifier>@*.mktomail.com. You will only receive responses of this nature if you have configured a branded sender for your subscription. While this serves as the correct destination for auto-responses, regrettably, it is frequently overlooked.    
View full article
Included in this article Overview Your Premier Support entitlement has been enhanced with a Premier Success Team. Now, your Named Support Engineer is part of a 5-member Premier Success Team whose members work in concert to provide a full range of complementary skills. All your Premier support features remain intact (Mentoring Sessions, Accelerated SLAs, etc), but now your Named Support Engineer will be backed by a focused team of Premier Support Engineers to deliver world-class support tailored to meet the needs of your account. Benefits Each team is led by two Lead Support Engineers, and aided by three Premier Support Engineers. With a larger team, your engineers can specialize in specific knowledge areas, and we can connect you with our most senior engineers for your half-yearly instance reviews and mentor sessions. This will help to increase case resolution speed, decrease escalations, and elevate your overall support experience. Your Team Bethany Sweet, Senior Technical Support Engineer Bethany has been with Marketo Support since 2015. She Specializes in Deliverability & Microsoft Dynamics CRM, and letting Brian get out of line In her free time Bethany participates in tabletop gaming and going outside Dietrich Struble, Senior Technical Support Engineer Dietrich has been with Marketo Support since 2014, and Premiere Support since 2016. Marketo Certified, he specializes in Deliverability and keeping Brian in line In his free time, Dietrich enjoys PC gaming and gardening Brian Burks, Technical Support Engineer Brian has been with Marketo since 2017, and specializes API, Coding, and fierceness In his free time Brian participates in tabletop gaming and staying indoors Tamar Borneman, Technical Support Engineer Tamar has been with Marketo since 2016. She specializes in RTP and is MCE Certifiable In her free time Tamar participates in tabletop gaming and staying indoors Gio Alvarez, Associate Technical Support Engineer Gio has been with Marketo since 2017 and is a native of Texas. In his free time Gio participates in tabletop gaming and staying indoors.
View full article
Issue Description Your phone calls are not logging to Salesforce   Issue Resolution Tout Phone is a great way to get your call information logged to Salesforce, but there are a couple things you will want to be aware of when using the log a call feature. 1. The Contact must have a Salesforce ID attached to them. 2. We currently do not log calls to Opportunities.           Who This Solution Applies To ToutApp customers Is this article helpful ? YesNo
View full article
Note: Please ensure that you have access to an experienced JavaScript developer, because Marketo Technical Support is not set up to assist with troubleshooting custom JavaScript. Is this article helpful ? YesNo   The default subscription management records the email address through hidden fields when users click the unsubscribe link in emails. A simple JavaScript can capture the email parameter and pre-populate a visible field. Drag and Drop a "Custom HTML" object into the top of the unsubscribe landing page. Add the following code:   <script language="Javascript" src="/js/public/jquery-latest.min.js" type="text/javascript"></script> <script src="/js/public/jQueryString-2.0.2-Min.js" type="text/javascript" ></script> <script>   // to set cookies.  Uses noConflict just in case   var $jQ = jQuery.noConflict();   var pEmail = $jQ.getQueryString({ ID: "Email" });   document.getElementById("Email").setAttribute("value", pEmail);   </script>
View full article
Issue A recent Smart Campaign or Email Program sent Person records in Marketo more emails than should be allowed based on settings in Communication Limit Settings in the Admin area of Marketo. Solution This is commonly caused by one of three things: The emails that sent after the communication limit was hit were Operational. To verify if this is the case, select the email asset from the menu tree on the left and review the summary of the asset in the canvas where you will see if the email is Operational or not. The Block non-operational emails checkbox is not checked in Edit Communication Limit Settings. Setting values the "Per Day" and "Per 7 Days" dropdown menus does not enforce the communication limit. In order for this limit to be enforced, the "Block non-operational emails" checkbox must be checked.  Enable Communication Limits The Email Program or Smart Campaign are not set up to follow Communication Limits. Apply Communication Limits to Smart Campaign Enable/Disable Communication Limits in an Email Program  
View full article
Issue Description Email filtering can prevent the delivery of the invitation email to the Sales Insight Outlook Plug-in, preventing end users from being able to activate the plug-in.   Issue Resolution This can be re-mediated by white-listing the trusted IP range from the following document:   https://docs.marketo.com/display/public/DOCS/Setup+Steps#SetupSteps-AskITtoConfigureProtocols   The email invitation return path is determined by the Marketo user who is inviting in the instance. So if there is a restriction on the domain that the email can be sent from you can adjust this by creating a dummy user with a username with the a domain that would qualify for IT restrictions.  Then log in as the dummy user and send the invitation. It will have the dummy address in the From line.   Who This Solution Applies To Outlook Plug-In users Is this article helpful ? YesNo
View full article
Issue Description You want to measure who clicks a specific link that uses a query string from a landing page, but when you try to use this logic in a smart campaign or smart list, it tells you the URL can’t be found, even though you can see the URL embedded on the landing page.       Issue Resolution If you are using the link "marketo.com/company/contact/?firstname=test", then you need to seperate the url into the link and the query string. The root domain (Link in the filter/trigger) will be marketo.com/company/contact/ and the query string (from Add Constraint dropdown) will be firstname=test. This will allow you to correctly track the links you are wanting.       Make sure that you have the correct Web Page associated as a constraint as well.     For a better understanding of what query strings are, they are the parameters that are preceded by the "?" in the url.         Is this article helpful ? YesNo
View full article
Issue You notice that new records in Marketo have the 'Website' and 'Company Name' fields populated with the domain of their email address.     Solution This will happened when a new lead is created by a form fill-out. If the new record is imported or created manually then this would not apply. This design decision has been a part of the code for many years where the domain of the email is used for the company name and website fields on the lead record. This feature cannot be disabled.    
View full article
Issue You are following the SSO setup instructions provided by Azure to configure your IDP (https://docs.microsoft.com/en-us/azure/active-directory/active-directory-saas-marketo-tutorial). However, you are getting the error message: " Error processing SAML message. Request was ill-formed in some way. " To troubleshoot that message you are collecting the SAML assertion being passed to Marketo to identify potential issues with it (as described here: https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-saml-debugging ). However, when trying to capture the SAML, you are not able to find any SAML in the network tracer even after arriving at the error message.    Solution Confirm the field "Sign on URL" is empty as it is only intended to be used for service provider initiated single sign-on, which is not supported by Marketo.  Disclaimer: Marketo does not support 3rd party products such as Azure Active Directory and cannot configure your IDP on your behalf. This document is intended to assist Azure users in configuring their IDP, but no guarantees are made that this information is accurate.    
View full article
Also see: Enabling Asset Discovery - Marketo Docs - Marketo User Manual Steps to fix: Verify the RTP tag exists on the page Verify there are no any jQuery / Javascript / Other errors in the Developers Console Login to your account and go to the 'Account Settings' panel > make sure the 'Assets' toggle is switched to On In the 'Account Settings', go to the 'Assets' tab and make sure the URL patterns configuration are valid Select an asset in 'Assets' tab and click on link to check if click count increases and capturing you as the visitor. (see note 2) NOTES Don't forget to add wildcards (*) in your URL patterns, otherwise it will only cover the exact page you inserted:  www.marketo.com/solution  won't match: www.marketo.com/solution/rtp.pdf This step doesn't work with PDF files, simply because the rtp js tag is not installed on PDFs. In addition, the click event listener doesn't work on the back office, so only if it is an HTML page and you are viewing it (while rtp is running in the background) you should see the counter changes.
View full article
Issue Description Can multiple Marketo forms be used on the same page? Issue Resolution Due to the way Marketo forms are embedded on pages, you cannot have two Marketo forms on a single page (landing page or external). Having multiple forms on a single page can prevent the forms from submitting properly.
View full article
Yes. There is a daily/weekly Recommended Assets email report that can be configured to be sent to users. Recommended Assets Report This email report includes all the pieces of content and count of clicks on the Content Recommendation Bar. To customize which automated email report the user receives, see: Email Reports - Marketo Docs - Marketo User Manual .
View full article
Issue Description When sending an email from Sales Insight it looks as though it has been sent as expected, but the person to whom the email was addressed never received the message, nor can it be found via the Was Sent Sales Email filter in a Smart Campaign.   Issue Resolution Sales Insight for SFDC will not send to people who have a status of Email Invalid, Marketing Suspended or are Unsubscribed. Please validate that the person you are trying to send to does not have these statuses. As well, Sales Insight emails can be sent to groups up to 200 people.  Any more and your send will not process.   If the person's statuses are as expected and the group was less than 200 people, please contact Marketo Support to troubleshoot further.   Note: The Sales Insight plugins for Outlook and Gmail will send emails to leads regardless of Unsubscribed, Email Invalid, or Marketing Suspended status.       Who This Solution Applies To Customers using Sales Insight for Salesforce Is this article helpful ? YesNo
View full article
Issue Values for a person were changed while they were in a wait step and you want to know if this will affect the values they see in an email they are set to receive after they come out of the wait step.     Solution When a lead enters a wait step, they are put on hold until the specified time. The logic is simply to wait until the specified time, then move on to whatever the next step is. The next step can even be changed while people are waiting, and they will go on to the new step. No content is generated in preparation of them exiting the step. When the wait step ends, the person moves on to the next step in the flow. Any information that was updated while they were waiting will be reflected in that next step. Thus, if values were changed while they were in the wait step, those new values will appear in the email they are sent after the wait step.    
View full article
In order to improve our targeting abilities, once a known lead has visited your website, we will override their company name by using their email domain. This way, even if the visitor is not currently at the office, but visiting your website from their house, instead of appearing as an ISP (Comcast Cables / AT&T..) they will appear as coming from the company associated with the email domain they used. For example, someone is known in Marketo Lead Database as 'john.doe@example.com' – once they have visited your website, they will show up as coming from Example Corp even if they are not currently at the office.   IP based geo-location targeting has a 95% accuracy rates for country level and around 85% for states which is why you may sometime see discrepancies. Location identification is not 100%, especially with ISP’s. Given this information, the visitors might be at their home using an IP that is registered as in the wrong city and sometime even state. Once we override the company name, they will still appear as coming from their company but a wrong location.    
View full article
The asset discovery is an event listener that sits on every page and waits for visitors to click links that are considered content assets. Any behavior on web pages is being recorded in the 'session' and this event listener is continuously checking the session to see if anything happened. Once he identifies an event, he checks if this is a click on content asset. By default, assets are defined as any external pages or files (PDF, PPT, PPTX, MP4, OGG, WEBM, YouTube..) but if you configure URL patterns so the engine will look for them as well.   See: Enabling Asset Discovery - Marketo Docs - Marketo User Manual Create a New Asset - Marketo Docs - Marketo User Manual   A few example of how to configure the exclude/include rules for Asset URL Patterns:   Page to include/exclude   Is this article helpful ? YesNo
View full article
Also see: Enabling the Content Recommendation Engine - Marketo Docs - Marketo User Manual   1. Login to your RTP account and verify the Recommendation toggle in the 'Account Settings' is enabled for the relevant domain. **verify that the domain is configured properly   2. Make sure the exclusions/inclusions configured are valid and correct.   3. Go to the 'Assets' tab, check if there are some assets that turned on (green light) and being recommendable   4. Wait a few minutes seconds and refresh page - if the bar still does not appear - contact support.   Is this article helpful ? YesNo
View full article
1. Check the RTP Tag Verify that the RTP is properly installed on your website (see: Deploy the RTP JavaScript) In the developers console (under the Network tab) you suppose to see the following calls made by RTP while the page is loading: rtp.js?rh=www.YOURDOMAIN.com&aid=YOURACCOUNTID trw?aid=YOURACCOUNTID&trwv.uid=YOURACCOUNTID msg?a=2&sid=YOURACCOUNTID   2. Check View Filters Check if all Domains are selected under the Organization and Visitors table filters      Check your user's Region Settings by navigating to 'User Settings' > 'Edit Regions'             Is this article helpful ? YesNo
View full article
All the Recommendation Bar customization options are available within the RTP account settings page:   Colors: Link Color: select the color from the dropdown choices. Background Color:select the color from the dropdown choices. Font: Font Size: type in the size in the 'Font Size' field (must be in pixels - px) Font Family: type in the 'Font Family' field Arrow Icon Color: select the color from the dropdown choices. Icon Font: select the icon style Icon Opacity: define the opacity level for the arrows     Advanced customization There is additional customization can be done by the support team: Horizontal Bar Position: bottom (default) /top Vertical Bar Position: right (default) / left Is this article helpful ? YesNo
View full article