Knowledgebase

Sort by:
Issue You receive a Marketo email and an email address in the text is blue and underlined, which does not match your desired styling for the email. Solution When an email address is simply included in the email text, the email client's default behavior may automatically convert it to a link with blue text and an underline. In order to override this default email client behavior, use the following HTML: <a href="mailto:[email address]" style="[custom styling]">[email address]</a> When the email address link is inside the anchor tag <a>, the email client will not override this custom styling that you wish to use.   This can be used for tokens as well: <a href="mailto:{{lead.Email Address}}" style="[custom styling]">{{lead.Email Address}}</a>    
View full article
Issue You created a Smart List, but did not define the filters (example: "Member of Smart List" with no Smart List named) and are wondering if this will cause no leads to show up in the results.     Solution If you create a Smart List and you do not define any filters, this will cause all leads in your database or leads visible in the partition and workspace to appear in your results. This can create problem if you have nested Smart Lists. For example, if you have a Smart List with the filter "Member of Smart List = Lead not in" with Smart List A selected, and Smart List A has no filter, this logic will cause you exclude all leads in your database.    
View full article
Issue Links placed into emails by a token are not being tracked and do not show successful click activity in the lead/person record.     Solution When Marketo sends emails, you can think of building the email in 2 steps: Marketo searches the email code for "http" or "https" and wraps the tracking code around the URL Marketo inserts the values of {{tokens}} into the email.   If the {{token}} value is www.domain.com, that would be expected to not track because of the above 2 steps. After the {{token}} value is inserted, Marketo does not go back to wrap tracking code around http/https. The {{token}} doesn't look like a URL when the system applies the tracking code because the tokens don't pull the values in until the next step after. The solution to tracking tokens is to place or on the outside of the token, like such: {{token}} That way, when Marketo builds the email, in step #1, the system recognizes the http and knows it's a URL. Then the tracking is wrapped around the http and the {{token}} as well. Then in step #2, the {{token}} value is inserted into an already-wrapped link. Keep in mind is that if the {{token}} value contains http, but http is on the outside of the {{token}}, the link will break. Let's say the URL you want to insert is www.domain.com. You have to move the out in front of the {{token}}, but you don't want to also have it inside the {{token}} as well or your link ends up being http://www.domain.com. To get around this, you'll need to remember to take the out of the {{token}} value. {{www.domain.com}} would instead be {{www.domain.com}}
View full article
Issue Leads that qualify for a Smart Campaign run through the flow with a Change Data Value flow step, but some leads don't have a data value changed, while other flow steps still apply. It seems that those leads have just skipped the Change Data Value step and went right on to the next flow step.             Solution If the new value for the Change Data Value is exactly the same as the current value in the lead record, Marketo will skip that flow step. There won't be an activity entry in the activity log or results tab because the action did not actually happen.  Example Say you had a field called Favorite Sport and a lead that already has the value of "Football" in that field on their record.   The flow step is Change Data Value: Attribute: Favorite Sport New Value: Football   In this example, a lead will run that through flow step, but since the value did not change Marketo will just move on to the next flow step.    
View full article
Issue After moving an asset to a new folder, you are unable to see the asset in the tree, or see duplicates of the asset in both the new and old location. Occasionally, this may occur even when you have not recently moved the asset. Solution Sometimes when an asset is moved from one folder to another, it may not display correctly in the navigation tree.  This is generally due to a caching issue.  Try refreshing the browser or logging out of your Marketo instance, then logging back in.  If this does not clear the issue, contact Marketo support to have us clear the tree cache for your instance.
View full article
Issue Campaign has a "Visits Web Page" trigger and a wait step in the flow.  Leads are showing as being in the wait step, but are not shown in the Campaign Members tab     Solution The leads do not show up in the Campaign Members list because they are anonymous. Anonymous leads can trigger "Visits Web Page" but do not show in the campaign membership.  They can go through the flow, including going into wait steps. To prevent this, add the filter "Email Address is not empty" to the Smart List for your campaign.  This will prevent anonymous leads from being pulled into the flow.
View full article
Issue You are seeing updates in Microsoft Dynamics to a field named Birthmark but do not see the field in your Marketo instance.     Solution The Birthmark field indicates whether the lead was created in Marketo or MS Dynamics.  If the Birthmark field is blank, the lead would be a CRM-created record.   If the Birthmark field contains the value 'mkto', then the record was created in Marketo.      
View full article
Issue You see that a lead has an unusually high amount of Clicked Link activity for a particular email after delivery.     Solution There can be a couple reasons for this.  If you see that all links in the email are being clicked immediately upon delivery, it is likely that the lead's email security software is link-testing to guard against phishing or malicious links.  However, if you see an unusually large number of link clicks over the course of a day or two, it may be that the lead forwarded the email to other people who clicked on the links.  Since the tracking links are specific to the lead who was sent the original email, if the email is forwarded to other people, their clicks will be recorded under the initial lead's activity history. Marketo does not have a way to confirm this is the case, but if you open the Click Link activities in the leads Activity Log and look at the details, you may see the User Agent (which indicates the operating system and client software used to display the email) is different for each click.  If you see a variety of different user agents in the details, it is likely the email is being opened and clicked by different people who were forwarded the email.
View full article
Issue You try to merge two records in Marketo, one SFDC Lead and one SFDC Contact, and the merge fails.     Solution When you are trying to merge a Ccontact record with a Lead record and the Lead record is losing record, Salesforce will try to convert that Lead record to Contact and merge both records in SFDC and Marketo. If the Marketo Sync User in Salesforce does not have permission to convert the SFDC Lead to a Contact, the merge will fail in Salesforce and in Marketo. To see if this is the problem, log into SFDC using the Marketo Sync User credentials and try to merge the records in SFDC. If you cannot merge the records while logged in as the Sync User this means that the Sync User does not have permissions in SFDC to covert a Lead to a Contact. To resolve this ask your Salesforce Admin to change the permissions on the Marketo Sync User to allow it to convert leads.
View full article
Issue When sending an email through the ToutApp Panel within Salesforce, what email server is used? Solution The Salesforce plugin will utilize the settings for your ToutApp.com sends. In ToutApp.com you can choose to send via the ToutApp Servers or via your company's outgoing email server.
View full article
Issue What happens when you enable "Send all Tout emails in my team through this server connection" within the SMTP Server settings on ToutApp.com. Solution When you select "Send all Tout emails in my team through this server connection" within the Tout admin panel, this will provide the option to all standard users to either choose to use the ToutApp Email Servers or your company's own Email servers. If you decide to share the SMTP Settings with the team, t is recommended that you have your IT team setup a dedicated STMP/Email account to use as the Custom SMTP Credentials. Note: Each user can choose to either use the Tout servers or the configured & shared SMTP server. It is not applied automatically to all users.
View full article
Issue You sign up for ToutApp and receive a notice that your account is under review or your account is not verified. Solution If you sign up for ToutApp using a generic email address such as Gmail, Yahoo, Hotmail, Outlook or other email providers your account may require verification by Marketo Support. Please contact Marketo Support with the following information. Company Name: Business Address: URL(s) of your primary Web site(s): What is your average weekly and/or monthly email volume? Do you purchase, or have you ever purchased lists of leads? If yes, which providers have you used and when was your last purchase?    
View full article
Issue A person record in Marketo is getting created by the CRM sync even though there is a previously existing record existing in the Marketo database with the same email address. Solution By design, Marketo does not run the standard de-duplication process on records that come from your CRM. If you wish to prevent duplicates from coming over from your CRM, you would need to hide them from the Marketo sync user on the CRM side, or work with Marketo support to set up a custom sync filter. Instructions for Creating a Custom Sync Rule  
View full article
Issue A lead qualified for a Smart Campaign even though they do not meet the Smart Campaign filter requirements. Solution At the time the campaign ran, the Smart List was configured differently, which made the lead qualify at that time. The Smart List of the campaign was then changed after the campaign ran. Users with admin permission can check this using the Audit trail https://docs.marketo.com/display/public/DOCS/Change+Details+in+Audit+Trail#ChangeDetailsinAuditTrail-AssetAuditTrail
View full article
Issue Changing your primary domain can be a bit of a daunting task if you don't know where to start, this guide will walk you through the steps you will need to take to use a new domain with your Marketo instance.   Solution Create your new CNAME and point that to your Marketo instance. If this new CNAME is going to be used as your primary domain, then the Domain Name in Admin > Landing Pages will need to be changed to reflect your new domain and your old domain should be added as a domain alias so any old links will be redirected to your new domain Add Additional Landing Page CNAMEs Adding a new branding domain is recommended when changing your domain. This will allow tracked links in emails add a tracking cookie when being directed to your new domain. A new CNAME will also need to be created for this and will need to point to the original tracking link for your instance. Add an Additional Branding Domain with Workspaces   If you plan on signing your emails with your new domain, setting up a new SPF/DKIM record is recommended to help keep your deliverability rates as high as possible. Set up SPF and DKIM for your Email Deliverability Set up a Custom DKIM Signature
View full article
Issue Why don't some emails appear as an 'Email Filter' option in an Email/Email Link Performance Report? Filter Assets in an Email Report documentation Solution The reason why some emails do not appear as an 'Email Filter' option in an Email/Email Link Performance report is because the emails were used in an A/B test. Similar to the product behaviour illustrated below, when adding an A/B test, the selected email will not be directly selectable or appear as an Email Filter option in an Email/Email Link Performance report. "When adding an A/B test, the selected email will no longer be available for use in any other program." Add An A/B Test In order to report on the A/B test emails that do not appear in the Email Filter option, the parent program can be selected.    
View full article
Issue An email appears to have been sent twice to the same lead when it should not have been.     Solution It appears that the record was sent the email twice because the record was merged with another record after the email was sent. So when the email was sent, the record was two separate records that was sent the email individually. This can be identified by looking at the record's activity log for a 'Merge People' activity
View full article
Issue How to identify in which campaign the "Delete Person" flow step is used. Solution You can identify it by going to "Campaign Inspector" in Marketing Activities. From there you can filter down by type of Smart Campaign and search "Delete Person" and the resulting list will be Smart Campaigns containing that flow step. If you do not see the Campaign Inspector, contact Marketo Support to have it enabled.        
View full article
Issue Error "API is not enabled for this Organization or Partner" occurs during Marketo - Salesforce integration.     Solution This is a Salesforce generated error and indicates that API access is not available in your SFDC instance.  For more information, see this Salesforce documentation: http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_calls_concepts_core_data_objects.htm . To resolve this, contact Salesforce to enable API access.
View full article
Issue Email bounces with Error: 550 Rejected by header based Anti-Spoofing policy Solution This error can happen if: DKIM/SPF configuration is incomplete for the from domain in the sending email address. https://experienceleague.adobe.com/docs/marketo/using/getting-started-with-marketo/setup/configure-protocols-for-marketo.html?lang=en
View full article