Marketo Developer Blog RSS Feed

September 16, 2014 | by

If you want to be notified with updates to the Marketo Developer Blog, you can add the Marketo Developer Blog RSS Feed to your RSS reader of choice. Marketo Developer Blog RSS Feed: “http://developers.marketo.com/blog/feed/“

Read More >

Clearing Marketo Tracking Cookie from Forms 2.0 Submission

September 11, 2014 | by

Overview Forms 1.0 contained the value for the Munchkin tracking cookie as a field in the DOM. This was submitted along with all of the other inputs. Forms 2.0 omits this field, and dynamically populates the value upon submission rather than on form load. While this is generally acceptable, it does creates a class of … Continue reading “Clearing Marketo Tracking Cookie from Forms 2.0 Submission”

Read More >

Create a Custom Field in Marketo, and Update this Field via API

August 19, 2014 | by

Let’s say you have additional data about your leads that does not fit into the standard Marketo fields. For example, this custom field could be a third-party score. You can create a custom field in Marketo for your third-party score, and then update the value of this field via either the Marketo REST APIs or … Continue reading “Create a Custom Field in Marketo, and Update this Field via API”

Read More >

Using Multiple Munchkin Tracking Codes on a Single Page

August 8, 2014 | by

Let’s say you have multiple Marketo instances and you would like to send web tracking events like page visits or clicked links to these multiple instances, it is possible to do this with Munchkin. Marketo tracks visitors to your website by domain (e.g. “marketo.com”). If you’re hosting this Munchkin script on a domain that’s different … Continue reading “Using Multiple Munchkin Tracking Codes on a Single Page”

Read More >