Knowledgebase

Sort by:
Issue Do users within a Marketo instance get automatically subscribed to receive emails about upcoming Marketo webinars? Solution Users with a login in Marketo are not automatically subscribed to receive emails about upcoming Marketo webinars. The users would need to subscribe to the communications by filling up a form on any Marketo landing pages (e.g. marketo.com/company/contact)    
View full article
Issue: You are unable to put the cursor into a form field to enter data in a form. Solution: Edit the landing page to ensure that there are no element boxes overlapping the form fields. Nice! You just figured out what the issue was and leads can now access all form fields to input their data.
View full article
Issue A lead was not sent an email by a Smart Campaign even though they should have qualified for the Smart List.     Solution * Check if the lead has reached the daily or weekly communication limit. https://docs.marketo.com/display/public/DOCS/Enable+Communication+Limits https://docs.marketo.com/display/public/DOCS/Apply+Communication+Limits+to+Smart+Campaign   * Check if the lead has a duplicate lead with the same email address that was sent an email already.   * Check if the campaign is set to qualify leads only once. If the lead has ran through the campaign previously when it had different flow steps, then the lead cannot qualify for the campaign again even though the flow steps have changed. https://docs.marketo.com/display/public/DOCS/Edit+Qualification+Rules+in+a+Smart+Campaign   * If all leads in the campaign were not processed, check if there is a campaign restriction. https://docs.marketo.com/display/public/DOCS/Enable+Person+Restrictions+for+Smart+Campaigns    
View full article
Issue Description You want to use a non-English keyboard with your tablet running the Marketo Event Check-In App.   Issue Resolution Currently, the Marketo Event Check-In App only supports English language keyboards. Is this article helpful ? YesNo
View full article
Issue Description You want to set a field such as "Country" to be required on a list import.   Issue Resolution You cannot require a field to be included on a list import. To see any leads imported recently with blank values you can setup a smart list with a subscription Filters -- Lead was created Source Type - Import [Field you are wanting to watch] is Empty   You could setup a daily subscription to get the leads who qualify and then correct those leads as needed. Is this article helpful ? YesNo
View full article
Issue Description When we try to drag and drop elements (form, rectangle, etc) into a free-form landing page, nothing happens. Issue Resolution If the free-form template is not mobile compatible, you may experience this issue. Please make the template mobile compatible to fix it. Refer this article to make the existing free-form template mobile compatible: Link - docs.marketo.com/display/DOCS/Make+an+Existing+Free-form+Landing+Page+Template+Mobile+Compatible
View full article
Summary Customers may face errors referencing Segmentations when importing programs between instances. Issue Program import fails giving an error message like the example below: "Marketo encountered an error while importing Nurture Program: EXAMPLE - Acquisition NUR B2B [SMB] FY24 - TEST Why: The Segmentation_Type_1003 field exists in the following objects: Person What to do now: Create a field named Segmentation_Type_1003 in the Person object." Environment Marketing Activities Import Program Solution The simplest solution would be to temporarily remove the Segmentation references from the child assets (Smart Campaigns, Smart Lists, etc.) that currently exist in the importing Program within the source instance. Once the import succeeds, references to the Segmentations can be re-added to the source (as well as the destination, if needed) instance's Program's assets.  
View full article
Attached to this article is a PHP implementation of Marketo's SOAP API.  This is unsupported, but you can use it freely as a starting point for building your own SOAP API client. Learn more: Marketo SOAP API
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 Customize call outcomes in Salesforce   Issue Resolution 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   Who This Solution Applies To ToutApp customers 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 creating a Smart List with a "Member of SFDC Campaign" filter, the SFDC Campaign is visible on the drop-down list, yet it throws an error when selected and the Smart List is loaded: "Error running Smart List: Check your Smart List configuration" Solution Things to check: The campaign has been re-named in SFDC or has been deleted. It could also be that somehow a "space" has been entered before the campaign name. For example, Marketo is looking for "SFDC Campaign Name" and SFDC has it as " SFDC Campaign Name" or "SFDC Campaign Name ". The campaign is present and active in SFDC, but is not visible to the sync user. The Marketo Sync User details can be located in [Admin > Integration > Salesforce > Username] This can be checked by logging in to SFDC as the Marketo sync user and verify that the campaigns are present with the correct name and activated for that sync user.    
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
Yes. You can sync down new fields to Marketo as long as the sync user has access to these fields. You can sync down new fields by going to Admin > Microsoft Dynamics > Field Sync Details. Please note that we will only be syncing new values for these fields, we don’t do complete initial sync for this field. For options to do a complete initial sync for a particular field, please contact support.
View full article
Issue When using My.Tokens in a Choice step, leads are not being sorted into the correct choice option. Solution My.Tokens can't be used in Choice steps. Using the My.Token in the Choice flow step will not resolve the token and hence the flow step will not be executed correctly.
View full article
Issue When editing a form, a field called 'x' is visible. However, when previewing the form, the field is not visible. Solution The reason why the field 'x' in the form edit mode was not visible when previewing the form because the form that was being previewed was the approved version which did not contain the field 'x'. The field 'x' was in the draft version of the form, which needed to be approved in order to see it in the preview of the approved version of the form.  
View full article
Issue When viewing the activity history for email sends to a lead, the campaign name does not reflect the program name responsible for the send.   Solution Marketo will run background campaigns to handle emails sent through a either an email program or a nurture program. The naming convention for this may look like the following:   Program - #### - Exploration - Campaign Program - #### - Exploitation - Campaign Email Batch Program - #### - send-email-campaign To refer to the accurate name of the program responsible for the send, this information can be found in the Detail section of the activity log.    
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
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 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