Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Here's the basic outline of what I'm doing: I am setting up separate engagement programs per use case for our business, each with two streams. Within the emails in these streams, the content is already segmented on a different value and not their particular use case.What I want to do is be able to t...
It might not be related, but I've had troubles with this when using the social form fill. If a lead goes to your form, clicks on the social form fill button and logs in, but then abandons the form, it would still create the lead -- but not follow the lead flow of if they had completed the form.I exp...
Add a "SFDC Created Date = Is Not Empty" filter along with "SFDC Is Deleted = False" to get only your SFDC leads. Then for activity, it depends on if you want SFDC activity, or general Marketo activity.If it's SFDC, look in the SFDC inactivity filters, if it's Marketo, look at those inactivity filte...
Check out this page for a bunch of things you can do with a mailto link: http://css-tricks.com/snippets/html/mailto-links/In your case, you would simply do this: Click here
Other browsers tend to be more forgiving, while IE is not. Your problem looks like you've got some code in the wrong places. If you have Firefox, open up the source code and look at lines 189 and 196 -- FF will turn bad code red and bold for you.A quick look suggests you have some tags existing outs...
When you use the "Delete Lead" option in Marketo, it will ask if you want to delete it from the CRM. Just make sure that's set to "False" and you should be good.
Hey Sheila,I figured this out today.. so I thought I'd see if you were still needing help.In order to do this, you use jQuery and manipulate the form using the directions here: http://developers.marketo.com/documentation/websites/forms-2-0/So you would alter your embed code to look like this:
Hi Paul,Thanks for responding to such an old thread! I think in the months since I originally posed the question I was able to figure it out... if you use the embed code for the form and modify it with this: http://developers.marketo.com/documentation/websites/forms-2-0/ -- you can overwrite redirec...
The programs would be outside of the engagement stream, but I would add all the leads who received Email A to Program A, so it was my understanding that when programs are in a stream, it checks for membership. If they're existing members of the program, it skips to the next one and in effect, skips ...
So if I understand correctly, you have a webhook being called that validates the email address, right? And if the webhook's response is X, you want those leads deleted.You can set up a trigger smart campaign for when a webhook is called and add a constraint for a specific response. Then you can have...