Knowledgebase

Sort by:
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 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
If you tried to sync a lead, company, or opportunity field to to the Revenue Explorer and see this error -- "This field cannot sync with Revenue Explorer" The most common reason is because this field is already synced to Revenue Explorer. Check the Revenue Explorer Sync status of that field to check if it's enabled: Otherwise, please contact Marketo support to help. Is this article helpful ? YesNo
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
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 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 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 The Get Lead Activities REST API is not returning any activities even though the lead referenced definitely has multiple activities of the type being called. REQUEST: https://[munchkinID].mktorest.com/rest/v1/activities.json?access_token=x&leadIds=123&nextPageToken=ABC&activityTypeIds=46 RESPONSE: { "requestId": "xyz123", "success": true, "nextPageToken": "ABC", "moreResult": true }     Solution The Get Lead Activity REST API are reliant on timestamps for their nextPageToken. Each Get Lead Activity call will go through 300 activities of ALL types from the timestamp placed on the nextPageToken. This is supported by the article http://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#/Activities/getLeadActivitiesUsingGET "By default, the endpoints mentioned in this section will return 300 activity items at a time.  If the moreResult attribute is true, this means that more results are available. Continue to call the endpoint until the moreResult attribute returns false, which means that there are no more results available." Based on that, the reason why the API call does not return any activities is that it does not find any activities of type 46 in the 300 activities it checks from the timestamp placed on the nextPageToken So when making a Get Lead Activity call for a specific activity type, ensure that nextPageToken is as close as to the timestamp of the specific activities    
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 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 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
Article Text Included in this article: Navigate to the Clickstream module How is Visit Duration Caluclated 00:00 Visit Duration Single page viewed Session timed out   Navigate to the Clickstream module        Go to the Visitors page        Click on a visitor to find the Clickstream module in the bottom right     How is Visit Duration Caluclated When a visitor visits a website being tracked by an RTP campaign, it records clicks in the Clickstream module in the RTP platform. Clicking on a visitor allows you to view their viewing information in the Customer Journey section, including: Links clicked Time stamp of each link click Total visit duration     Visit duration is calculated by subtracting the first time stamp from the last time stamp. In other words: visit duration = last time stamp - first time stamp. See the image above for an example of this calculation.   00:00 Visit Duration Single page viewed Both RTP and Google Analytics rely on clicks to determine visit duration. This means that if a visitor only views a single page, neither RTP or GA can track when the visitor leaves the page, since there is only the initial time stamp without a time stamp to mark the exit from the page. The visit duration for viewers that didn't view more than one page during the session is recorded at 00:00 since it cannot be calculated.   Session timed out Another way that a visit duration can be recorded as 00:00 is if a visitor's session times out. By default, a session will end after 15 minutes of inactivity. For example, if a visitor stays on a page without making any clicks for 25 minutes (perhaps they are reading an article or watching a long video), that session will time out and be recorded with a duration of 00:00. If the visitor finally makes a click after the 25 minutes of inactivity, a new session will begin. In Google Analytics, the session timeout can be customized to be longer or shorter than the default 15 minutes.
View full article
Issue When you use the "Add to SFDC Campaign" flow step, and the lead isn't already in SFDC, this step will sync the lead to SFDC, and you want to know which assignment rules will be applied.   Solution The SFDC auto-assignment rule will be used. To explain this further, if for some reason you don't have lead assignment rules firing properly in Salesforce, it will be assigned to what is called the "Default Lead Owner" in Salesforce. It's not just "Add to Salesforce Campaign" that uses what is called "implied Salesforce actions". All of the following flow steps will sync the lead to Salesforce first before running the flow step if the person is not already synced to Salesforce: Add to Salesforce Campaign Change Status in Salesforce Campaign (this will sync them AND add them to the campaign first) Change Owner Convert Person Create Task      
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: I just tried to edit an email and I receive the following message. Solution: We got your back.  These errors will cause your message to look strange in certain email systems. Click on the Show Details link to see the errors and then on Automatic Fix to make them all good again. Be sure to Send a Test Email and check the format once the fix has completed.
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 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 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 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 You want to change the description of an email template after the template has been created.   Solution To update the email template description, follow these steps: Go to Design Studio > Emails > Templates. Click the name of the template. Hover your mouse cursor over the name of the template. When a pencil appears beside it, click the name of the template to change it to an editable field. Write in the desired name of the template. Click the Save button.
View full article