Deprecation of Munchkin Associate Lead Method

May 5, 2020 | by

With the  next release of the Munchkin JavaScript Client, version 159, we will begin deprecation of the Munchkin Associate Lead method.  Beginning with this version, when the method is invoked, a warning will be issued in the browser console indicating that the method will be removed in a future release.  Once the method has been … Continue reading “Deprecation of Munchkin Associate Lead Method”

Read More >

Summer 2018 Updates

October 12, 2018 | by

The Summer 2018 release is primarily a maintenance release comprised of minor enhancements, and defect resolutions.  See the full list of updates below. REST API Enhancements Added support for Email Disposition fields that were unnecessarily omitted originally.  These fields will now be available for reading and writing over REST, as appropriate. Black Listed Marketing Suspended Email … Continue reading “Summer 2018 Updates”

Read More >

Bulk Lead Extract

May 12, 2017 | by

Bulk Lead Extract Endpoint Reference The Bulk Lead Extract set of REST APIs provides a programmatic interface for retrieving large sets of lead/person records out of Marketo.  Additionally, it can be used to retrieve leads incrementally based on the created date of the record, the most recent update, static list membership, or smart list membership. … Continue reading “Bulk Lead Extract”

Read More >

Leads

June 30, 2016 | by

Leads Endpoint Reference The Marketo Lead’s API provides a large set of capabilities for simple CRUD applications against lead records, as well as the ability to modify a lead’s membership in static lists and programs, and initiate Smart Campaign processing for leads. Contents Describe Query Adobe ECID Create and Update Fields Query Fields By Name … Continue reading “Leads”

Read More >

Configuration

June 21, 2016 | by

Munchkin can accept a variety of configuration settings to customize behavior. Configuration settings are properties of a JavaScript object that is passed as the second parameter when calling Munchkin.init().

The configuration settings object can contain any number of properties from the table below. Properties Name Data Type Description altIds Array Accepts an array of … Continue reading “Configuration”

Read More >

Lead Tracking

June 9, 2016 | by

Marketo’s Munchkin JavaScript allows for tracking of end-user page visits and clicks to your Marketo landing pages and external web pages.  These are recorded in Marketo as “Visit Web Page” and “Clicked Link on Web Page” activities, which can subsequently be used in triggers and filters for Smart Campaigns and Smart Lists. Contents Embedding the … Continue reading “Lead Tracking”

Read More >

Get a Visitor’s Cookie ID and then Query Associated Lead Data

October 30, 2014 | by

Using the Get Multiple Leads by Filter Type REST endpoint, you can query lead data based on a user’s cookie id. For example, you can use this approach to prefill a form on a non-Marketo landing page. This post will show you how to capture the user’s cookie value during a webpage visit, query Get Multiple … Continue reading “Get a Visitor’s Cookie ID and then Query Associated Lead Data”

Read More >

Merge Anonymous Visitor Activity when Visitor Fills Out Form

April 22, 2014 | by

In the blog post titled, “Capture Anonymous Visitor Activity Based on Business Logic,” we discussed how to create anonymous lead records in Marketo based on custom events. In this blog post, we will build on that post, and associate an anonymous lead record with a known user after you receive the user’s contact information. Marketo’s … Continue reading “Merge Anonymous Visitor Activity when Visitor Fills Out Form”

Read More >