Question: Is there a way to query a lead using Marketo APIs with just a lead’s full name? Answer: It is not directly possible. However, the workaround described below will allow you to do this. 1. Create a custom field called “Fullname” in Marketo. Here’s a blog post that describes how to do this. 2. … Continue reading “Search by Full Name via Marketo REST API”
Blog
August 2014 Release Updates
New REST APIs There are three new endpoints available for the REST APIs: Describe (Lead metadata), Get Import Warning File and Get Import Failure File. The highly anticipated lead metadata API will allow developers to programatically retrieve a list of all lead record attributes. Get Import Warning File and Failure File return the status for … Continue reading “August 2014 Release Updates”
Hide Lightbox After Form Submission
Overview The current lightbox embed code generated by Marketo does not disappear when the form is submitted. It will reload the page after form submission, and the form will appear again. If you would like to create a lightbox that hides after form submission, then please follow the steps below. How to Guide 1. After … Continue reading “Hide Lightbox After Form Submission”
Create a Custom Field in Marketo, and Update this Field via API
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”
Using Multiple Munchkin Tracking Codes on a Single Page
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”
Integrating Munchkin with Google Tag Manager
Google Tag Manger lets you add tags to your website. Rather than manually add each tracking script like Munchkin to the source code of your website, you can put Google Tag Manager on your site, and then add tags like Munchkin through Google Tag Manager’s UI. In this post, we’ll first show how to generate … Continue reading “Integrating Munchkin with Google Tag Manager”
July 2014 Release Updates
REST APIs Updates There are two new endpoints available for the REST APIs: Import to List and Get Import to List Status. The Import to List API supports syncing leads in bulk. The Get Import to List Status API will return the status of lead operation from the Import Lead API call. Munchkin Updates The new version of Munchkin is … Continue reading “July 2014 Release Updates”
Storing a Foreign Key in Marketo
When synchronizing contact and lead records between systems like a proprietary CRM or data warehouse, it is a common requirement to associate a lead record with a unique system identifier. In Marketo you can create or update a lead record through a syncMultipleLeads API call using your unique system identifier. To accomplish this, you would … Continue reading “Storing a Foreign Key in Marketo”
June 2014 Release Updates
REST APIs ARE HERE: You heard right, the highly anticipated Marketo REST APIs are here and now available in your Marketo subscription. We introduced over 13 new API endpoints spanning operations for Leads, Lists and Campaigns. Endpoints for Leads Get Lead by ID Get Multiple Leads by Filter Type Get Multiple Leads by List ID … Continue reading “June 2014 Release Updates”
Getting Data into Marketo
The presentation below shows you the different ways of getting data into Marketo. It focuses on forms, custom objects, and integrations. Getting Data into Marketo from Murtza Manzur