Knowledgebase

Sort by:
Issue An email asset with a program MyToken is not reflecting correctly after a campaign send, even though the email asset is within a program with the correct token value. Root Cause If the smart campaign that sent the email is in a different program, the MyToken reference will come from the program of the sending smart campaign, not the program where the email lives.
View full article
Summary Some users encounter problems with their Marketo domain not handling URL parameters correctly and resolving URLs. Issue When using URL parameters, some users experience issues where their Marketo domain does not correctly handle and resolve URLs. Cause: The issues can arise due to errors in how the URL parameters are structured, syntax errors, or difficulties in the domain's ability to handle parameters. One common problem is placing the anchor (represented by "#") incorrectly in the URL string, especially before the parameters.     Solution URL parameters are extra pieces of information added to a URL to provide specific data or instructions. E.g., Example Domain?parameter1=value1&parameter2=value2 However, incorrect handling of these parameters by the domain may cause issues in resolving the URL, resulting in broken links or incorrect behavior in your Marketo campaigns. Therefore, it is crucial to ensure that URL parameters are correctly managed to avoid any problems. Below are some recommended guidelines to follow while using URL parameters. Proper use of "?" in URL parameters: Start your URL with "?" if it contains parameters. This correctly initiates the parameters and allows the URL to resolve correctly. Example: www.example.com?parameter=value#anchor   Verify your domain's ability to resolve parameters: It's possible that certain websites may not be set up to accept or process parameters present in URLs automatically. If you're facing such an issue, it's important to inspect your website's domain settings. This can be done by exploring the configuration options offered by your content management system (CMS) or hosting provider. In case your domain isn't equipped to handle parameters, you may need to reach out to your domain provider for further assistance.   Place the anchor correctly: The anchor is typically included at the end of a URL to direct the user to a specific section of a webpage. If you are using parameters in your URL, the anchor must always be placed after the parameters.  Example: Incorrect: www.example.com#anchor?parameter=value Correct: www.example.com?parameter=value#anchor Some examples of different URL constructions. Both of these are valid, correctly constructed URLs: www.example.com?parameter1=value1&parameter2=value2 www.example.com?parameter1=value1#anchor In the examples above, the "?" symbol is used to start the parameters, and the "&" symbol is used to separate multiple parameters. The anchor is placed at the end, after the parameters.  
View full article
Issue Google Adwords gives the error message " This Google AdWords account is already connected to Marketo and can only be used once. Revoke access in your Google account settings and try again." Solution 1. Click on the Gear Menu in Adwords and Click on "Account Access" tab under account settings. 2. Under Actions menu, Select "Edit Google accounts info" for the Adwords user credentials used in Marketo 3. That will bring up a separate page -  myaccount.google.com. 4. In the "Sign-in & security" page there's a "Connected apps & sites" section that lists all of the apps connected to the account - one of them should be Marketo. 5. Clicking the "Manage Apps" link should bring up a list of apps, and clicking on the Marketo app should give you the option to Remove. 6. Once removed, you should be able to reauthorize the account in Marketo.    
View full article
Issue Issue Description When linking Google AdWords account to a Marketo Revenue Model and adding the Google Adwords conversion in the Revenue Model, Set AdWords Conversion button is missing from the Stage Actions drop down.   Solution Issue Resolution You need to add Google AdWords as a Launchpoint service with a manager account Add Google AdWords as a Launchpoint Service with a Manager Account - Marketo Docs - Product Documentation 
View full article
Issue 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: []'   Solution 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 You have disabled starter templates in the Admin section but the templates are still available while creating a new email asset. Solution Try navigating to Admin Panel > Email > Edit Email Editor Setting > check the box for "Enable Marketo Starter Template" and then save the settings. Again navigate to the same location and uncheck the box. Upon saving the setting now, the problem should be solved.
View full article
Issue Description How to select specific campaign or program emails for your Email Link Performance report.   Issue Resolution Email Link Performance report can customized according to specific campaign or a program. In the report Setup tab, you can change the selected emails to the entire campaign folder, or even select individual emails. Is this article helpful ? YesNo
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 Description You would like to export your ToutApp contacts. Issue Resolution Tout doesn't support exporting capabilities at this time.
View full article
Issue Communication Failure is displayed when trying to swap an image in a section of the email. Solution This is known to occur when the email contains a significant amount of elements configured with dynamic content. These elements refer to subject, hero-banner, cta-button, etc. For example, for an email that contains 10 elements with 50 segments (used for dynamic content), there are at least 500 versions (i.e. 10 elements multiplied by 50 segments) of the email that need to be updated when an element is updated (e.g. swapping an image) In order to avoid the communication failure or be able to swap an image, try reducing the number of elements configured with dynamic content (i.e. make some elements static where possible.)    
View full article
Issue You send yourself an email and when you click the link, it goes to your fallback landing page instead of the intended URL. Solution This can be caused by an extra space being added to the end of the URL in the email The URL should show a %20 where the space is, so simply deleting the space will fix the problem    
View full article
Issue Description You sign up for ToutApp and receive a notice that your account is under review or your account is not verified. Issue Resolution 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 lead shows as being a member of a campaign that had a single flow step of 'Change Data Value'. However, the lead doesn't show in the Results tab of the campaign, nor is the CDV activity logged in the activity log for the lead. Solution This can happen if the field to be updated was blank/null, and the new value in the CDV flow step is derived from another field, using a token, and this other field is also blank. Because the value 'changes' from blank to blank, we don't log anything in the activity log, but the lead is a member of the campaign.
View full article
Summary Marketo Form Does Not Appear on a Landing Page Issue Marketo Form embedded on a Landing Page and the Form does not load.  Environment Marketo Solution If you are able to reproduce the behavior in a Private Browsing window using Firefox, then issue is most likely caused by the embed being used. Examine the embed code on the page and ensure that the Form is loading using your instance's Landing Page Domain.  For example you may see your embed code formatted as   <script src="//app-sj01.marketo.com/js/forms2/js/forms2.min.js"></script> <form id="mktoForm_1"></form> <script>MktoForms2.loadForm("//app-sj01.marketo.com", "123-ABC-456", 1);</script> It instead it should look like  <script src="//123-ABC-456.mktoweb.com/js/forms2/js/forms2.min.js"></script> <form id="mktoForm_1"></form> <script>MktoForms2.loadForm("//123-ABC-456.mktoweb.com", "123-ABC-456", 1);</script> Once the embed code has been updated, load the page again and the Form should now appear.     Root Cause Firefox released a privacy update that blocks loading of certain elements directly from the marketo.com domain. This prevents Marketo Forms from loading when they point to a source of marketo.com. Updated the embed code to use your Landing Page Domain allows the form to load correctly. 
View full article
Issue Why is the number of records shown in the Opportunity Analysis report in Revenue Explorer different from the number of records shown in a Smart List with the same filters? (e.g. 100 records in Opportunity Analysis vs. 200 records in smart list) Why are some records in the Smart List that do not appear in the Opportunity Analysis report? Solution The attribution settings are set up to report on "Explicit: Only contacts with roles (default)" This means, the records in a Smart List that do not appear in the Opportunity Analysis Report in RCA are contacts without roles.
View full article
Issue Description You receive an error in ToutApp - "IMAP access is disabled for your domain. Please contact your domain administrator for questions about this feature. (Failure)" Issue Resolution 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: support.google.com/a/answer/105694?hl=en
View full article
Issue When attempting to access Marketo Sales Insight within Salesforce, you may receive the error "Marketo Sales Insight is not Enabled".  Environment Marketo Sales Insight Solution To resolve the error follow the steps documented here  to reenter your credentials for Marketo Sales Insight. Once the credentials have been entered and saved, Marketo Sales Insight will become accessible.   
View full article
Issue You are setting times using natural language inputs, but are wondering: if I set a constraint of "in past 2 days", will that looks at the last 48 hours or will it look at the last two calendar days from Midnight-Midnight based on the timezone specified in my instance?     Solution Using a constraint that is looking "in past 2 days" will look at the last 48 hours, if it was set as "in past 3 days" it would look at the last 72 hours, etc.  
View full article
Issue Description When we delete the static lists from a program after a period of time, will the leads they contain no longer be member of the program?   Issue Resolution The individuals should still be a member unless you change their membership status to remove them. Remember lists are simply collections of individuals so you can easily process or associate them, they don't automatically get "membership" unless you had corresponding flow steps that you used when putting them on the list.     Is this article helpful ? YesNo
View full article
There is an option to configure specific company names from being included in the RTP email reports (daily/weekly). Simply submit a support ticket with the exact names you would like to exclude and the support team will make the configuration.    
View full article