TLS 1.0 and TLS 1.1 End-of-Life for Munchkin Services

October 4, 2021 | by

Beginning on October 21st 2021, munchkin.marketo.net, which is used to serve Munchkin JavaScript to visitors, will no longer accept connections using TLS 1.0 or TLS 1.1.  These encryption standards are no longer accepted as part of web security best practices and are no longer supported by modern browser versions.  There are no anticipated negative impacts … Continue reading “TLS 1.0 and TLS 1.1 End-of-Life for Munchkin Services”

Read More >

Munchkin Version 161 Rollout

August 24, 2021 | by

On September 7th 2021, version 161 of Munchkin will begin rolling out to 10% of subscriptions with Munchkin Beta enabled, followed by 50% on September 16th, and 100% on September 30th. This change will affect Marketo landing pages and the version of the file munchkin-beta.js served to external landing pages which are loaded from subscriptions that the new version … Continue reading “Munchkin Version 161 Rollout”

Read More >

Final API Deprecation of Email V1

March 17, 2021 | by

Deprecation of Email V1 began almost two years ago and beginning with the March maintenance release to London & Netherlands subscriptions on March 17th, 2021 and all other subscriptions on March 19th, 2021, all API support for V1 emails will be ended.  After this release, any attempts to interact with V1 emails via the Asset APIs will result in errors and no actions taken.  All … Continue reading “Final API Deprecation of Email V1”

Read More >

Munchkin 160 Beta and Beacon API

January 8, 2021 | by

Jan 27th 2021: Some Marketo users who will be affected by Associate Lead deprecation received an email notification in error indicating that they have the Munchkin Beta setting enabled on one or more of their instances.  This release will be held until the correct audience can be notified. Beginning with version 160 of the Munchkin … Continue reading “Munchkin 160 Beta and Beacon API”

Read More >

Make a Marketo Form Submission in the Background

May 26, 2020 | by

When your organization has many different platforms for hosting web content and customer data it becomes fairly common to need parallel submissions from a form so that the resulting data can be gathered in separate platforms. There are several strategies to do this, but the best one is often the simplest: Using the Forms 2 … Continue reading “Make a Marketo Form Submission in the Background”

Read More >

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 >

Important Change to Activity Records in Marketo APIs

March 1, 2017 | by

Note: This post will be updated to reflect changes made to activity records returned by the API due to migration to new infrastructure. Last Update: September 13, 2018 With the rollout of Marketo’s next-generation Activity Service beginning in September 2017, we will be unable to enforce the uniqueness or presence of the integer “id” field in … Continue reading “Important Change to Activity Records in Marketo APIs”

Read More >

Using swagger-codegen with Marketo

October 10, 2016 | by

Swagger-codegen is a powerful Java library which can generate both server stubs and API clients from swagger definitions.  This can dramatically ease the difficulty and cost of generating clients for any specific language.  To get started and generate your first client, you’ll first want to grab an instance-specific copy of one of Marketo’s Swagger Definitions.  … Continue reading “Using swagger-codegen with Marketo”

Read More >