Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
There's two reasons this could happen that come immediately to mind:1. You have forms iframed onto a Marketo landing page.2. You call the form embed code JS using your landing page domain rather than the default app-xxx.marketo.com/js/forms2/js/forms2.min.js path.In both scenarios you would need t...
Hi Evgen,Please file a customer support ticket to get this diagnosed.
There are two categories of hard bounces:Category 1: The recipient server bounced your email as spam or due to a blacklist. The person record is marked as email suspended for 24 hours and then becomes eligible for emails again.Category 2: The email address is invalid or doesn't exist. Marketo auto...
This sounds like a case where an Appointment custom object would be useful. You could use velocity scripting to print all of the appointments someone has booked on a particular date.
The History object is used by SFDC to log changes to the individual records. It's not supported by the sync, however, so you should not enable the History objects to sync to Marketo.
Yes they can. That can be set at the email asset level. Just make sure you have SPF/DKIM set up in your instance for all the domains you plan to use.
By default, leads that have an email that bounces are not marked as Marketing Suspended. Marketing Suspended is a field wholly controlled by your marketing team; if leads are being marked that way then you have a Smart Campaign or some other process set up to mark them as Marketing Suspended. With...
Try sfdcLeadId (which retains original Lead ID for converted Leads) and sfdcContactId to get that information. sfdcId is for internal use unknown to me but it's being denoted as having a type lead_function instead of string, which is probably why it doesn't return data over Bulk API.
Push Lead can be used to add someone into a Program http://developers.marketo.com/rest-api/lead-database/leads/#push_lead_to_marketo
There is a doc on purchased lists here Best Practices for Purchased Data . If they have not consented to email from your business it is against Marketo Use Policy to email them.