Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Customers often ask about exporting Marketo Activity Data. This can be accomplished using the bulk activity API or the standard activity API. Some things you might consider are...Is this a one-time or a recurring activity export?What activities do I need?Marketo Activities Data Retention PolicyLead ...
You might find this blog useful Opportunity Attribution for Dynamics Integrations
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...
The rules governing insecure content are established by the W3C, so im not sure where you heard that. It's 100% true that if you refer to a non http asset in an secure page, you'll see a warning in MOST browsers (its browser dependent). The most glaring of these will be scripts and CSS files, which ...
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...
I'll try to get the official word on this.
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, ...