Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Wyatt. Looking at this http://developers.marketo.com/rest-api/lead-database/#objects you can choose to deleteBy "dedupeFields" , and depending on how your object is set up... you can pas sin whatever dedupe fields you like. If your fields are something like "email" and "uniqueID", you can try p...
Thanks Kevin Bickelmann !!! I updated that link.
When you decide to secure your marketo landing pages using SSL, the final step will be Marketo consulting "cutting over" the server so that all of the landing pages redirect to their SSL versions.When that happens you need to worry about mixed content.What is that? Good question. Mixed content is no...
Hi Justin NorrisIm glad you're finding it useful!Sanford is a great resource, so im sure you're getting good advice. It all comes down to client or server side, with thee Forms 2 API being on the client, and REST on the server. Just depends on how your pages are designed, both are equally good opti...
Thanks for your comment Sanford. My schedule is pretty rough, so I only just had the chance to write the second half of this blog, which was, in fact "Push Lead to Marketo"
It's true. Here at Marketo we use Slack, and our Slackbot HATES server side post.. so much so that when you mention it, it chastises you. It's really pretty amusing.Fine! Jeez.Really though, Slackbot is completely right. Server side post has effectively been replaced by the following REST endpoint, ...
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...
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...