Knowledgebase

Sort by:
Issue Issue Description When adding a new field to MSD Custom Object sync, the field just reports Fieldname(syncing...) and never actually syncs.     Solution Issue Resolution The current workaround would involve the following:  Disable the native sync.  Disable the object sync in the custom entity because that will drop the table entirely in the database.  Then, re-enable the sync for the custom object, including all field to sync and use for filter and triggers to recreate the table in the database.  This should sync all of the fields including the new one.   Who This Solution Applies To Customers with MS Dynamics
View full article
Issue Email asset does not show which template it was built on and shows the word "none" instead of the name of the template that was used to create that asset. Solution Any edit directly to the HTML code of an email will break the connection between the email and the template. Changes made to the template will no longer flow down to the email. After making those change you will see a template name of None instead of the name of a template. When editing the HTML in the email, you will see this warning message: This is a article attached image
View full article
Issue Does Marketo have the ability to edit the email header detail for particular email sends? Solution Marketo currently does not provide an option via the UI to customize the headers of emails. Custom headers can be built at a cost. For more information, reach out to your Customer Success Manager.
View full article
Issue Form in Design Studio will not convert the time format upon language selection. English form with date format dd/mm/yyyy This is a article attached image Below is a form using settings with form language selecting German. The date format remains the same "dd/mm/yyyy" when the expected value should be "tt/mm/jjjj" as per language date format This is a article attached image Environment Marketo forms and common web browsers such as Chrome, Opera, Firefox. Root Cause This behaviour is related to the browser language settings. It automatically translates the date in the format of the selected language in the browser. Example of the same form with different browser language selected, the date format is changed by the browser  This is a article attached image This is a article attached image
View full article
Issue When searching or grouping a list of leads based on email address filter ‘Contains’ @ sign, you may encountered the different numbers in the ‘People’ tab (result). Environment This behaviour is specific to the email filter as it uses two main indexes; we’ll call them Index 1 and Index 2 when using the contains/not contains operator. Index 1 searches for the entire email address value from beginning to end. This Index is used when the @ character is not included in the list of values. Index 2 searches only for the domain half of the address, which comes after the @ symbol. This Index is used when the @ character is included in the list of values. Solution A suggestion is to create a smart list with two Email Address filters wherein you will have all the ones that do not have the '@' symbol, and for the other, you will include the '@' symbol for the email address and use the logic as 'Any'. That would give you the preferred number of leads in your smart list. Root Cause Marketo database searches for email domains in a way that when using the 'contains' keyword in the 'Email Address' filter, you must make sure that if you are using the '@' symbol in your list of domains that all email domains contain this. If you want to filter for email domains that do not include the '@' symbol, you must make sure that no email domains in your list use the '@' symbol. This behaviour happens when the indexing of the database and the rules that apply to the contains operator.
View full article
Issue Sometimes, you may receive an auto response from an email that has been sent through a batch campaign. The auto response email will not show the lead's email address instead it does contain the HTML of the email along with the Marketo decorated link. Is there a way to decipher this to determine which lead record this corresponds to?   Solution You could try opening a new browser window and either clear your cookies first or use the browser's private browsing feature (makes a cookie sandbox) so you don't confuse Marketo and tie that person's lead to you by accident. Anyways, in your cookie-free browser, click the link and then go to a form that Marketo prefills for you and you may see the email address that was originally targeted.    
View full article
Issue You want to delete an Email Template but that template was used to create existing emails in your instance.     Solution It is not possible to delete an Email Template that is in use by emails in your Marketo instance, even if those emails are not approved.  If you wish to delete the template, you will need to first delete the emails that use it.  You can find these in the Used By tab in the template's information.  Alternately, you can break the connection between the email and the template, which would allow you to keep the email but delete the template.
View full article
Issue You have been receiving form submissions that appear to have bogus/nonsensical data in the fields, such as "kjsag@sm4.to" for email address, or "111-111-1111" for phone number, or in a Comment field other random nonsensical text.     Solution Currently, there are no default settings in Marketo that prohibit a form submission if the required fields are filled out. A great workaround for addressing these bogus form submissions in Marketo is to implement a 'honeypot' field on the form. To do this, you will need to create a custom Marketo field, string type, and name it something distinctive (such as "spam" or "honeypot"). After creating this field in Marketo Admin > Field Management, place this new field on the form as a hidden field. Real live end-users do not see hidden fields, but spam bots will see them and fill out all available fields. So now when we see form fills with this honeypot field "not empty," we know that it was a bot fillout.   Setting up the Honeypot Field Say that you have a Trigger Campaign that's having some issue with these spam/bogus form fills. In the flow of this campaign, you can add a flow step at the top: Remove from Flow, with a Choice.   Choice: If Honeypot field Is not empty, then remove from flow Default: do nothing   This way, the lead record is removed from the flow. You can also have other campaigns to handle these bogus form fills, such as a daily recurring batch to delete the record.   Other Options Another method of dealing with bot fillouts is to enable a reCaptcha. In fact, a very prolific Marketo user has written custom code that you feasibly could use to enable a reCaptcha on the form! Check this out: https://codepen.io/figureone/pen/meybqN?editors=0110    
View full article
Issue You would like to customize Forward to a Friend emails to add personalized content. Solution You can in fact customize the look and feel of the Forward to Friend form using a combo of Velocity and JavaScript. This article describes how: http://blog.teknkl.com/building-a-better-forward-to-friend-with-velocity/  
View full article
Issue You receive the "Subject is empty" error when attempting to approve an email which contains an emoji character in the subject line, and elsewhere in the email, emojis may fail to render. Solution Marketo can render any Unicode character up to 5.2 and any ASCII character, but this does not encompass emojis. The Marketo email editor will strip out any unsupported symbols. This is because we cannot guarantee the consistency of their appearance across platforms, as not all clients can render all emoji. Marketo only supports the text symbols that are generally then converted into emoji's by the recipient client or operating system. The basic symbols in a list such as https://www.copypastecharacter.com/symbols should work, as they are ASCII characters and not reliant on extra encoding. These are a set of accepted text symbols that will universally work on all clients and many will convert them to emoji. Just highlight the symbol from  https://www.copypastecharacter.com/symbols, copy and paste it into your email. Alternately, you can work around this by q-encoding the emoji in UTF-8 format, which will render a string of code to add to your subject line. This code tells the email client to render the desired emoji. All you need to do is copy your desired emoji and run it through a Unicode to UTF-8 translation tool, such as https://onlinetools.com/unicode/convert-unicode-to-utf8. As an example, say you want to send a Happy Birthday email to a lead. You could copy the  (birthday cake) emoji and run it through a translator to yield the code "=?utf-8?Q?=F0=9F=8E=82?=" Entering this code in your subject line without the quotation marks will render the emoji on the client's end, and render it in the design most compatible with their device/browser. With any email design, it's always important to test before a live send to confirm it appears the way that you expect it to.
View full article
Issue The deep link in a Marketo email does not redirect to the designated App.   Solution By design in Marketo, when tracking is enabled for a link, the link will be wrapped with a tracking link like 'http://test.website.com/[unique sequence of characters]'. So when a tracked link is clicked, the link 'http://test.website.com/[unique sequence of characters]' is first loaded in a browser then redirects to the actual link in the same browser. Therefore, as some deep link configuration can depend on the actual link first loading, a tracked link in Marketo does not redirect to the App. One workaround here is to disable Marketo tracking link so that the deep link will redirect to the App. However, the trade-off of this is that the click link activity will not be recorded in Marketo.
View full article
Issue Issue Description Marketo allows you to upload any file type to your instance (100MB or less) but these files don't always download automatically or open in a new browser tab or window consistently between users.   Solution Issue Resolution Marketo's servers are not configured to force a download, so any desired effect is up to the user and/or utilizing custom code to achieve that effect. How a file is handled or displayed is largely up to the browser and you will need to test whether your specific desired outcome is possible. Keep in mind, this may vary by file type and file size and may not be feasible.  
View full article
Issue Sometimes, you may notice that editing the text version also affects the HTML version of the email. Is there a way to edit the text version without the same edits occurring to the HTML version? Solution Changes to TEXT never apply to the HTML version. It's likely because when you "save" an element, it will add the "root block element" to the HTML side if one isn't present. So, your HTML is probably not handling it correctly. You can change the "root block element" to none in the Admin > Email > Editor Settings dialog. https://docs.marketo.com/display/public/DOCS/Using+the+Rich+Text+Editor        
View full article
Issue You want to use a Marketo Form in an email. Solution Forms cannot be used in email. Forms rely on using scripts to be able to pull and send data, but email clients will usually scrub or prevent the execution of scripting languages such as Javascript for security reasons. Note: Including scripts in your email can increase the chances of your email being classified as spam as well.    
View full article
Issue Using a random sample rule causes the smart list to update each time. Is there a way to freeze or cache this list so it doesn't update later? Solution Create a static list(or set of lists) and use a Smart Campaign and Add to List flow step with random sample choices to distribute the set of leads.  You can then reuse the static list(s) as many times as you want.    
View full article
Issue Delay in SFDC Sync causes email to be sent with unpopulated tokens Wait steps in campaign designed to prevent race conditions are sometimes not long enough for the SFDC Sync to complete Wait steps cause delay in customer receiving their email after filling out for - bad user experience Environment Smart Campaign triggers off form fill and flow step syncs Person record to Salesforce  Info from SFDC sync is used to populate tokens in email Campaign uses Wait steps to hold email send until sync is finished Solution Split the Smart Campaign into two campaigns The first campaign runs the sync activities, but does not send email The second campaign triggers off of the Data Value Changes resulting from the sync and sends the email with the email tokens populated
View full article
Any emails being sent as part of 'Forward to Friend' will create that user as a new lead (provided that the lead does not already exist in Marketo). When leads are created in Marketo via the 'Forward to Friend' feature, Marketo automatically unsubscribes the lead records in order to protect our global customers from anti-spam laws. This is because a lead being sent a forwarded email doesn't qualify as opting in to a mailing list and also prevents them from getting any other emails by accident.    
View full article
Issue What happens if you log off (close) Marketo when importing a large amount of data through list import? Will it be processed or resume when you log back in? Solution It will keep running if you log off.  Next time when you have a large list to import, we would recommend sending a notification to yourself.  There is a little box you can put your email address in right when you start the import, it will email you when the import is done.        
View full article
Issue Leads with the same first and last name are not showing up in the Possible Duplicates list. Solution For leads to be in Possible Duplicates, they need to have the same email address which is the unique identifier in Marketo.  This is the only matching that Marketo does. If the first and last name are the same and one is missing the email address or has a different email address, Marketo will not recognize this as a duplicate.
View full article
Issue You can't delete a lead/person due to a permission error. Solution If your User Permissions do not include "Delete Lead/Person," you will be unable to delete lead records and will encounter a Permission Error (insufficient privileges/permissions). To resolve this, an administrator will need to add the following permissions for you: "Delete Lead/Person" "Run Single Flow Action"  
View full article