Knowledgebase

Sort by:
Issue In the report subscription, there is a link to the person in Marketo. Likewise, is it possible to add SFDC links for contacts/leads to report subscriptions? Solution Currently, there is no option to include the link to the person in CRM in the report subscriptions.    
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 Sometimes you may get this error when trying to sync a Marketo Program to an SFDC Campaign -  "Not allowed: Salesforce campaign contains incompatible statuses", even though the statuses match in the Marketo program and SFDC campaign.   Solution Check for the statuses in the Marketo program channel and SFDC campaign - you will see the same statuses. This error occurs if there is any case-sensitive error in the statuses. For example, if your Marketo program has the following statuses: Attended, Registered, Unable to Attend and the SFDC campaign has Attended, Registered, Unable to attend. Then you will encounter the above error. You have to change the status in Marketo as "Unable to attend" or change the status in SFDC Campaign as "Unable to Attend"  in order to fix this.    
View full article
Issue Is it possible to integrate multiple social media accounts with Marketo for integration with services such as Facebook and Google? Solution There is  only one LaunchPoint service for each, but multiple accounts can be referenced in : Lead gen forms - Linkedln Custom audiences - Facebook    
View full article
Issue How do Revenue Cycle Explorer filters operate? Solution RCE Filters operate in the following ways: Select from a List (Includes, Excludes) -- This filter type within RCE will let you include or exclude preset values Match a specific string (Contains, Does not Contain) -- This filter type will let you enter a free form value such as Contains "We" to find statuses which may have Web in them. The not-contains would filter anyone who did not have "We" in the status. On either filter you can select Multiple Values. Within the Match a Specific String function click on [+] and add another value option and this will then add additional string areas to use. A example would be Status contains: Reg Regis Registered Registered - Web etc.. As you can see you can match to one of many values!  
View full article
Issue The Smart Campaign has a last modified date of x, however, it does not have any details of any change on date x in the Audit Trail. Solution The Smart Campaign's last modified date was updated by a campaign change that is currently not recorded in Audit Trail (e.g. campaign was aborted). https://docs.marketo.com/display/public/DOCS/Change+Details+in+Audit+Trail#ChangeDetailsinAuditTrail-AssetAuditTrail Please contact Marketo Support if you need further assistance in tracking down changes made to a Smart Campaign  
View full article
Issue By default, new Marketo person records will not automatically sync to Salesforce to create new Lead records. There are other actions required to get these new records into Salesforce. Solution In order for new Marketo person records to sync over to create new Salesforce Lead records, they will need to be run through a Sync Person to SFDC flow step or be given a member status in a Program that is synced to a Salesforce Campagin. Sync Person to SFDC flow action: You can sync a new Marketo person record to Salesforce using this flow action as either a single step flow action or as a flow step in a smart campaign. Single-Step Flow Action: In Lead Database, select the Marketo person records you want to sync, click Person Actions > Salesforce > Sync Person to SFDC Flow Step: Creating a smart campaign that utilizes the Sync Person to SFDC flow step will sync the Marketo person record to Salesforce. Note: Other SFDC flow steps, such as Change Lead Owner, or Change SFDC Campaign status, will also sync the record to Salesforce, since the record must be in Saleforce in order for these steps to execute. Program Member Status Sync: Giving a new Marketo person record a member status in a Program that is synced to a Salesforce Campaign will sync that new person record to Salesforce during the next scheduled Salesforce sync.    
View full article
Issue You click on a link in a sample email to test form pre-fill, but when you do, the form is not pre-filled. Solution When sending sample emails, the send sample feature does not generate links which are captured by the web browser, so the form pre-fill information is not passed. The test needs to be performed by sending an email using one the features below:   Single Flow Action "Send Email" in a Smart List A Smart Campaign An Email Program Once a live email has been sent and not a sample email, the tracked link which contains the mkt_tok passes the lead info and the form will now pre-fill with that lead's information until the cookies are cleared, a new browser is used or an incognito browser is used.
View full article
Issue In the activity log, you see that a lead has been added to a Marketo Custom Object, but in the Custom Object tab there is no data. Solution The reason why that it appears as the custom object data is missing for a lead is because the custom object data becomes disassociated to the lead and associated to another lead when the custom object data is pushed into Marketo. When the custom object data is pushed to Marketo intended for lead A with the same dedupe field value of an existing custom object record associated to lead B, it disassociates it from the lead B and associates it with lead A. Therefore, when looking at lead B that has had an 'Add to Custom Object' activity, but does not have the Custom Object data visible in the Custom Objects tab, it is because the custom object data was associated to another lead.   For example: On Lead A, custom object data is added on x time with the dedupe field value 'test' --> custom object data is associated to this lead and is visible in the Custom Object tab On Lead B, custom object data is added on y time with the same dedupe field value 'test' --> existing custom object data that was created in previous step is now associated to this lead, becomes visible in the Custom Object tab Since the custom object data is moved to this lead, it is no longer visible in the custom object tab for Lead A.
View full article
Issue New user gets message that the password link is expired when attempting to login for the first time. Solution If the invite isn't accepted within 24hrs of the first invite email being sent, it expires and there is no way to re-send it. You will need to delete the user and create a new one with the same email address. After you delete a user, it take a few minutes to clear out of the backend, so if you get a message that the user is already in use, just wait a few minutes and try again.
View full article
Issue User is unable to delete categories for their templates, regardless if they have Admin status. Solution Categories cannot be deleted unless the user who created the category deletes it. If user is no longer with the company, then removing the user should also remove the categories associated with their account.  
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 When sending an email from Sales Insight it looks as though it has been sent as expected, but the person to whom the email was addressed never received the message, nor can it be found via the Was Sent Sales Email filter in a Smart Campaign.     Solution Sales Insight for SFDC will not send to people who have a status of Email Invalid, Marketing Suspended or are Unsubscribed. Please validate that the person you are trying to send to does not have these statuses. As well, Sales Insight emails can be sent to groups up to 200 people.  Any more and your send will not process. If the person's statuses are as expected and the group was less than 200 people, please contact Marketo Support to troubleshoot further. Note: The Sales Insight plugins for Outlook and Gmail will send emails to leads regardless of Unsubscribed, Email Invalid, or Marketing Suspended status.  
View full article
Issue Acquisition Program is not being assigned when a new lead is created by filling out a form associated with a program.  Environment Form embedded in a non-Marketo web page Solution In order for a program to be assigned as the acquisition program, the form and landing page both have to be child assets of the program. If the form is embedded on an external page, Marketo has no way to associate the form fill out with that specific program. You can either use a trigger campaign that looks for the form fill out and assigns the Acquisition Program through a Data Value Change flow step, or put the form on a Marketo landing page within the program.
View full article
Issue A recent email send resulted in a number of leads specifically blocked by Communication Limits, as seen within the Results or Lead Activity Log. What are the re-sending options? Solution The Marketo Application does not offer any automatic re-sending/rescheduling functions within the campaign. If communication limits are low, and records are blocked from being sent emails, you may need to adjust the limits or set the necessary programs or campaigns to ignore communication limits. Enable/Disable Communication Limits in an Email Program Apply Communication Limits to Smart Campaign - you would need to undo this process in this case. Even if the records were not sent the email because of Communication Limits, they would still be made members of the campaign or program.  If you were going to try to re-send these records that were blocked due to communication limits you could try this Filter combination: Member of Smart Campaign/Member of Program and Not Was Sent Email   Those 2 filters will show you the members that were not sent the email, and then you could re-send them at a later time.
View full article
Issue What type of formats are accepted for uploading data to Facebook custom audiences from Marketo?   Solution Note: The phone numbers must always have the country code included even if they are in the same country as your business.. The endpoint for facebook allows the following formats: 1-234-567-8910 12345678910 +44 123 456 7890 With or without punctuation is allowed.          
View full article
Issue You are trying to access the Marketo site, but keep reaching a screen telling you your browser encountered an error. These error messages include: "ERR_EMPTY_RESPONSE" or "DNS_PROBE_FINISHED_NXDOMAIN"   Solution Flush the DNS Cache on your local machine. To do so: Open Windows command prompt as admin (you can do this by searching for command prompt in Windows, then right clicking it and selecting "run as administrator") Run the command: ipconfig /flushdns The command will return a simple completed message or will prompt you for another command when it is done Re-open your browser and go to the site you wanted to reach Please note: The DNS Cache is cleared on a normal reboot too. However, the hosts file on your computer will be used during startup to put in new DNS entries, so it will never appear completely empty if you open cache.
View full article
Issue A webhook that looks to be structured the same as other functioning webhooks is failing with HTTP Error 400: Bad URL request. Solution A 400 error message usually means that the request was malformed. In other words, the data stream sent by the client to the server wasn't formatted in the exact way required by the receiving service.  You will need to work with the service you are trying to reach to figure out the exact cause of the error with the webhook.
View full article
Issue When you try to save a report in Revenue Explorer you experience  the following error: "Unable to save your file. Please try again or contact your system administrator for assistance."     Solution In order to save a file in Revenue Explorer you need to to save it in either "My Dashboard" or "My Report". RCE will not allow you to save files in the top-level folders.
View full article
Issue Are Marketo forms responsive? Will they auto adjust their layout to the size of the screen depending on if they are mobile or desktop? Solution The form layout can work responsively on mobile and desktop depending on how you have it setup. If your form in whole is never wider than your intended screen size (like a mobile at 480pixels), then the form will not differ on mobile devices from its desktop view. If your form is too wide, you can alter the layout using custom CSS on the form code to make the form fit within the mobile browser screen size bounds. How to edit CSS of a Form is covered here: https://docs.marketo.com/display/public/DOCS/Edit+the+CSS+of+a+Form+Theme    
View full article