Beginning with the 2022.R2 release, currently scheduled for the week of March 24th 2023, the Adobe Marketo Engage Forms Asset APIs will consistently return only the name of the form without a prefixed program name, regardless of whether the form is a child of a program or not. This change will make the Forms API’s … Continue reading “Upcoming change to Marketo Forms REST API”
Author: Kenny Elkington
TLS 1.0 and TLS 1.1 End-of-Life for Munchkin Services
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”
Munchkin Version 161 Rollout
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”
Final API Deprecation of Email V1
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”
Munchkin 160 Beta and Beacon API
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”
Make a Marketo Form Submission in the Background
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”
Deprecation of Munchkin Associate Lead Method
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”
Important Change to Activity Records in Marketo APIs
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”
Fall 2016 Updates
In the Fall 2016 release, we are adding CRUD support for Email v2 variables and modules, and CRUD support for Named Accounts. You will now be able to locally read and edit the content using Marketo REST APIs, as well as move, reorder and delete them. See the full list of updates below: Lead Database … Continue reading “Fall 2016 Updates”
Using swagger-codegen with Marketo
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”