Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
You've got it! Good luck with the merges
HI Matt,There's not a way to do that which I know of, unless it's possible to limit the number of leads/contacts which can be selected in a list in SFDC at one time. I'm not certain if it's possible, but I haven't heard of it before.
Hi Jennifer,The Marketo sync user creates the activities with whatever activity type is the default in SFDC, so if you change the default activity type from Phone Call to Email, that should get the behavior you want.Grant
Hi Daniel,If the value is already 'true' and they choose 'true' in a form fillout, that is not seen as a 'change', so there is no Change Data Value activity created which could trigger the campaign. To work around this, I've seen other customers use the trigger Fills Out Form in conjunction with a f...
Hi Dan,The first thing I would check is the rich text editor for the label:Edit a Field Label in a Form - Marketo Docs - Product Docs There's a little pencil icon to the right of the Label in the form editor which brings up a rich text editor. From there you can drill into the HTML to see if there's...
Using two triggers will not accomplish what you're looking for. The problem is that triggers will always use OR logic. If you have multiple triggers, then ANY of them can set off the campaign. Josh's solution comes close, but the problem is that you want this to apply to any web page, not just a spe...
For landing pages outside Marketo, form prefill and progressive profiling are disabled for security reasons, although with developer knowledge one can use the SOAP or REST APIs to create a similar affect.
Hi Chris,It sounds like you know your way around HTML and CSS alright - have you tried just viewing the source code of the page, then copying and pasting it into a landing page template in Marketo? Once you've done that, you just need to change relative paths to be absolute (CTRL F to search, then c...
Yes. If Marketo sees that email address already in the database, it updates that record and associates them with the list. It doesn't matter if it's a trusted or untrusted list import.
Hi Maude,When you're setting the field to be hidden and get it's value from a referrer parameter, you can choose the parameter name there. For example, here I set it to "dinner".Then in the referrer URL, you would use the same parameter name to give a value:domainname.com/en/products/?dinner=chicken...