Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Sanford Whiteman, if you can help with arranging for someone to video the presentation, we can post it in the Community where it will be available to all members. Marketo requests that we only accept members that are in the local area, but if she follows you, you can post updates in https://nation....
The Smart List Status in the smart campaign Schedule tab will show the count of the leads the email will be sent. However, in the example below, the smart campaign's smart list was set to include 1 email address, but there are two lead records with that same email address. So it is overstating what...
The Not Had Interesting Moment uses 'not contains' as the operator, which translates to don't select any leads that had an Interesting Moment whose Type is email and the Description contains something other than 'Opens Email'
That should work as long as you have enabled personalized URLs for your Marketo account.
I think it is because the Dashboard shows the number of leads that clicked one or more links in an email, while your link performance report is counting the clicks on different links. For example if you sent an email with 4 links to one lead, and he clicked every link in your email, the Dashboard w...
We had a similar problem with Server Side From Post to Marketo where the plus character was converted to a blank character. I think we replaced the '+' character with its HTML equivalent (%43) and that solved the problem. We may have had to convert all the fields' characters to their HTML equivale...
You could create a parallel field to use in the form. You'd have a smart campaign that would copy the value from the Last Name field into the Last Name (form only) field, but not if the value in the Last Name field is '[not provided]', 'N/A', etc. Then the form prefill would be blank in that field...
Be sure that the page your referral form is on does not create a _mkto_trk cookie; otherwise, the referrers activity will become associated with the lead record of the last person she refers. If your form will be on a Marketo landing page the Kiosk form? help article explains how to disable the cre...
The mkt_tok changes. You could use the case safe SFDC ID, which are unique. Since the ID will change when a Lead is converted to a Contact, copy it into a custom field and use that value in your emails. Then even if the Lead is converted, the original ID will be preserved.
If you want to include leads that have only Opens Email Interesting Moments and no others you would use the following filters.Had Interesting MomentType is 'Email'Description contains 'Opens Email'Not Had Interesting MomentType is 'Email'Description not contains 'Opens Email'Not Had Interesting Mome...