Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
A common question we see in consulting relates to how a customer can use a non Marketo form, but still associate that lead with a known lead in Marketo. With Marketo forms, of course, it's simple, you jhust submit the form. With Non Marketo forms, its a bit tricker, but still possible.One reason you...
That would be my recommended approach. You also have the ability to create a custom sync filter, meaning that you could create a field on the Lead and Contact with the same API name like "Sync_to_Mkto__c", and support or consulting could configure the sync so that we only sync down those entities wh...
Sorry I'm late to the party, Osman Erzinclioglu. to answer your second question, changing the dupe rule can only be done globally, not just for a single partition.. this is sort of an orthogonal but related question. It sounds like you're best off using the dupes by partition, and steering clear of...
Kristen Carmean is correct.. multi level objects aren't supported in Velocity yet.
Renault NZ unfortunately no. Custom objects can only be populated via REST API, SOAP API, and import. Same for SFDC objects really.. those are READ ONLY within marketo.. so you'd have to use some other method like the SFDC REST API to populate those (non marketo forms).. then you'd make a REST call...
I've talked before about using Postman to make REST API calls, and it's perfectly fine for one off calls for testing.. but what about those times when you need a full on programming language to upsert leads or custom objects, or perform some other function using the REST API? Well, you can write you...
Previously I talked about creating nested SPF entries, but as was pointed out to me by our excellent deliverability team and Kiersti Esparza specifically.. there is another way to handle this, and there are a few things we commonly see as misconfigurations and causes of breakage with SPF, and I'll ...
Fair point. I haven't seen any clients who are configured using the multiple DNS entry spanning SPF configuration, but this approach works, because I have clients using it. Im talking to some of the deliverability folks on their recommendation, so stay tuned, and thanks for your comments!!Point take...
If you're setting up Marketo you're no doubt familiar with how to set up SPF and DKIM to ensure higher deliverability rates, but did you know that there is a limit of 255 characters in an DNS entry, and you'd have to span DNS entries to have an SPF entry longer than 255?so, if you have a TON of doma...
This is really cool. I like how you broke this down. Well done.