Add a Reset Button to a Marketo Form

March 18, 2015 | by

Read More >

Highlighting Open Source Projects Built on the Marketo Platform: Part Three

February 20, 2015 | by

This is the third post in an ongoing series highlighting open-source projects built around the Marketo platform by the developer community. The first post in this series is available here, and the second post is available here. We maintain a list on Marketo’s GitHub account where we track client libraries and projects created by the … Continue reading “Highlighting Open Source Projects Built on the Marketo Platform: Part Three”

Read More >

Change a Lead’s Score via the REST API

February 19, 2015 | by

Let’s say you want to change a lead’s score in Marketo using the APIs. This is possible to do with the REST API using the Create/Update Lead endpoint. Below is a code sample in Ruby that shows how to make this call.

In the JSON body of the request, we specify updateOnly as the … Continue reading “Change a Lead’s Score via the REST API”

Read More >

Embed a YouTube Video with Lead Tracking on a Marketo Landing Page

February 9, 2015 | by

In a previous blog post, I described how to segment leads in Marketo based on if they have a started or finished a specific YouTube video. In this blog post, we’ll walk through how to take the implementation from that post and use it on a Marketo landing page. Step One: Navigate to the Program … Continue reading “Embed a YouTube Video with Lead Tracking on a Marketo Landing Page”

Read More >

Highlighting Open Source Projects Built on the Marketo Platform: Part Two

January 20, 2015 | by

This is the second post in an ongoing series highlighting open-source projects built around the Marketo platform by the developer community. The first post in this series is available here. We maintain a list on Marketo’s GitHub account where we track client libraries and projects created by the Marketo developer community. Below are three projects … Continue reading “Highlighting Open Source Projects Built on the Marketo Platform: Part Two”

Read More >