Knowledgebase

Sort by:
Issue You see one value for Acquisition Program and a different value for Acquired By. What do they mean and how are they different?     Solution Acquired By specifically means 'this program was responsible for creating the lead record'.  Acquisition Program is an attribute that you are able to change, but Acquired By is something controlled by the system that designates when that program is directly responsible for creating the record. For example, if you had an SFDC Campaign that was synced to a Marketo program, and you added a lead to that Campaign, the lead would be synced down to the Marketo program.  You could then use a Smart Campaign to set the value for Acquisition Program.  However, the program would not receive Acquired By credit because the lead came from Salesforce and not from the program directly.      
View full article
Issue Does the email address assigned to the API user need to be an email address maintained by an actual person? https://docs.marketo.com/display/public/DOCS/Create+an+API+Only+User Solution The email address assigned to an API user does not need to be an existing email address or an actual person. It is used as an identifier for the API user. Generally, customers name the API user according to the integration the API user is being used for (e.g. integrationuser@company.com). This is useful for tracking where API calls are coming from when there are multiple integrations configured with Marketo via the API
View full article
Issue Changing From address on multiple email assets at once instead of one-by-one by hand. Solution You can use program/folder tokens as the from address, and then change the token. Once the token changes it will update the assets using the token. For any pre-existing emails, updates in bulk could be made through a API call to the Marketo API endpoint - http://developers.marketo.com/rest-api/assets/emails/#create_and_update.
View full article
Issue When forwarding email that was received via Marketo to other people, the email does not render the same in the recipient's email client. Solution This can happen when forwarding emails, as the email rendering capabilities depend upon the email client that recipient uses. HTML and CSS can be interpreted differently by different email clients. As noted in the comment below Some clients' HTML parsers don't understand all types of markup, for example an HTML4-level client will not recognize HTML5 elements. Some HTML elements and CSS rules are deliberately ignored, even if the underlying parser and (in the case of webmail) browser supports them completely The HTML markup is can be changed, sometimes drastically, from the original markup before being displayed for security reasons   With that said, you can code against some of these anomalies by adding extra code in CSS to account for the differences. Marketo Support is not set up to assist with troubleshooting custom code as we are not web developers. We would suggest that you consult with an HTML/CSS designer to make these changes. To ensure that the existing email templates are coded to comply with different email clients, it is advisable to consult with a web developer/designer to review the code. Here is a guide that you may find helpful: https://www.campaignmonitor.com/css Furthermore, even if the clients are the same, the act of forwarding an email can itself change the HTML of the email.  However, Marketo does have a workaround for this. You would just need to put the ‘Forward to Friend' link directly into an email and when the person forwards the email using this link, there is a reduced possibility of the rendering issue occurring.  It also adds the forwarded email address to your Lead Database as an unsubscribed lead. The below article covers adding the ‘Forward to Friend’ link to your emails https://docs.marketo.com/display/DOCS/'Forward+to+a+Friend+Link'+in+Emails    
View full article
Issue You need to create custom fields under the Opportunity object but do not have the option in Marketo. Solution You will not be able to create custom fields under Opportunity objects in Marketo. Only Marketo Support has access to do this. A support ticket needs to be opened to create fields under the Opportunity object.    
View full article
Issue Often times variables are used in emails and guided landing pages for marketers to quickly and easily change a link URL in a CTA button. However these links cannot be made dynamic when used with a variable. Solution The variable needs to be removed and replaced with an editable section or a rich text element. Once this is done the editable section or rich text element can be made dynamic. This will require some prior knowledge of HTML as the code of the asset itself will need to be changed. The links below will guide you through the syntax that needs to be used to modify your HTML. Create a Guided Landing Page Template Email Template Syntax    
View full article
Issue Customize call outcomes in Salesforce.     Solution 1. Go to your Setup page in Salesforce   2. Customize > Activities > Task Fields 3. Click into Subject field 4. From here, you can add/remove/re-order all the options 5. Then, you will see this custom list in Tout when completing a call      
View full article
Issue How to disable Niko from ToutApp extension. Solution To remove Niko, simply click on the blue Tout envelope at the top right of your browser, then manually uncheck the box next to "Show Niko as I browse the web". Refresh the page, and Niko should disappear.  
View full article
Issue How to edit the schedule email in ToutApp. Solution 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.       
View full article
Issue You receive an error in ToutApp - "IMAP access is disabled for your domain. Please contact your domain administrator for questions about this feature. (Failure)" Solution This due to an invalid Gmail connection For this error message to be resolved, we recommend looping in with your Gmail Administrator regarding the IMAP access of your domain and whether or not it can be enabled. See the link below for additional reference on this for your Gmail Administrator: https://support.google.com/a/answer/105694?hl=en    
View full article
Issue How to delete email from ToutApp Live Feed. Solution The way to stop the tracking is to archive the email.  All you need to do is find the email, click the arrow next to Email, and click "Archive". This will stop the tracking and it won't show up in the live feed.   )   Who This Solution Applies To ToutApp customers    
View full article
Issue Emails with valid email address get soft bounced with this error:  Local address contains control or whitespace. Solution This error means that the email has a space somewhere in the the From email address or there was a comma or extra character in the From line.  If you do not see a space inside the email address, check the end of the address to see if a space somehow got added at the end. The email send did not occur due to the error with the address. The emails will need to be resent once after the associated address is corrected with white spaces or extra characters. Also, there is the possibility that email address "text" contains Paragraph marks or hidden formatting symbols (https://www.computerhope.com/jargon/f/formmark.htm) and instance users will required to have it reviewed and changed.        
View full article
Issue You are trying to manually edit a lead record to remove the value of the Email field but the change doesn't save.     Solution Marketo enforces this as a required field for deduplication purposes and won't allow a direct manual edit as a preventative measure. Removing the field can create duplicates, so it's generally recommended that instead of removing the field you maintain the record in your CRM or mark this record as marketing suspended to avoid inadvertent communications. However, if you need to remove the value there are two workarounds to this issue. 1) Create a smart campaign with smart list criteria that isolates that specific lead record, with a Change Data Value flow step. Specify Email as the attribute and the New Value as NULL. This will clear out the value for that field. 2) You can remove the email address from that record in your CRM. Marketo treats your CRM as the source of authority, so removing that value in your CRM will sync down to Marketo during the next sync cycle.    
View full article
Issue You want to lock specific parts of an email, such as the From or Reply-To, to prevent certain users from editing them. Solution Through roles and various permissions you can prevent editing of the email as a whole. You do not have the ability to allow only partial edit of an email header such as the From/To. The same applies to Sales Insight emails. Edit permissions are granted for the email as a whole Note: You can prevent people from editing pieces of an email by making those sections non-editable on the template level, but again, this would apply to all users.        
View full article
Issue Is it possible to add snippet to a template (email or landing page)?   Solution Snippets can't be added to directly to the templates. You would need to add them into the specific landing pages or emails created from the templates.
View full article
Issue When attempting to publish a landing page to Facebook, you get the error "Error when calling Social Campaign API. Warnings: Error while creating facebook tab." Solution If you haven't purchased Ad Targeting add-on for your instance, you could face this issue. You can contact your Customer Success Manager to include this add-on in your Marketo subscription.  If you are facing the issue in spite of having ad targeting add on to your subscription, we would suggest that you contact Marketo support and we will be able to troubleshoot it for you.  
View full article
Issue After deleting a lead or contact in Salesforce that has been synced to Marketo as a person record, attempting to merge that synced Person record with another Person record in Marketo keeps failing.     Solution When a merge is performed in Marketo, the Marketo Sync User will first automatically attempt to merge the associated records in Salesforce. If the records have been deleted in Salesforce this attempt to merge the records in Salesforce will fail, meaning that the rest of the merge operation will fail in Marketo. To complete this merge, the best option is to perform the merge through the API. The Merge Leads endpoint allows you to skip the automatic Salesforce merge attempt that will always run when performing the merge through the Marketo UI. Marketo support does not troubleshoot or write custom API calls like this, so it is best to work with your in-house developer or IT staff to create these API calls. http://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Leads/mergeLeadsUsingPOST        
View full article
Issue How to create a Smart List that only shows leads created in Marketo as opposed to leads that were synced from Salesforce. Solution Create a Smart List using the filter "Original Source Type - is not - Salesforce.com"  
View full article
Issue You have a custom landing page template and are able to see that landing page is not rendering perfectly on the editor but works as expected when published.   Solution As you are facing the issue on a custom template, we suggest you to follow the below steps.   Download a template form the URL- experienceleague.adobe.com/docs/marketo/using/product-docs/demand-generation/landing-pages/landing-page-templates/guided-landing-page-template-list.html In Marketo, navigate to the Design Studio Click Landing Pages in the left-hand tree, then select Templates. In the menu bar, click Import Template. Choose the downloaded file, enter a template name, then click Import (make sure to pick a descriptive name and indicate that editing mode is Guided). Create a new Landing page with the recently downloaded template without making any changes. If the default background image works on this landing page as expected, it confirms that the issue lies with the custom coding that was added to the template. Marketo Support is not set up to assist with troubleshooting custom code. The best point of contact will be your web developer who should be able to resolve the issue for you. Please be aware that the landing page editor may not load all external resources in the editor or previewer, which can cause them to look different than the published version. If the background image doesn’t render on this newly downloaded template as well, contact support and we will assist in troubleshooting your issue.    
View full article
Issue What BCC options are there for email sends? Solution Marketo support can enable BCC on request.  If an email address is to be BCC'd on a batch email send, they'll get 1 BCC for every 1 email Marketo sends. (10k email sends = 10k BCC emails). This can be useful for archiving and compliance purposes, but should not be used for simple campaign confirmation. If you just want to make sure the email went out as scheduled, the easiest way is to create yourself as record in the database, and include yourself in the batch send. Only one BCC address is supported at this time, if multiple BCC recipients are required then it is recommended to create an alias which will forward the messages. This setting is applied to the entire instance, and will affect all emails sends from all Campaigns and Programs while enabled.  Every email sent while this feature is enabled will result in a corresponding BCC email. CAUTION: Dedicated email address setup for the BCC email traffic must be able to handle high volumes of email. Discuss with your IT Team or email service provider to verify their Email Server can handle the estimated volume of incoming email. If the Email Server is not well equipped this feature can cause your Email Server to backlog, become unavailable temporarily, or reject the BCC emails. If the request is for a single email send, we recommend using the following CC process: Email CC | Adobe Marketo Engage  
View full article