Let’s say you want to get all leads that were added to a list this month. Using the Get Lead Activities REST API, you can get this data. Before calling the Get Lead Activities API, it is necessary to get an access token from the Authentication API and also get a starting date token from … Continue reading “Get Activity Data via the REST API”
Blog
Change the Hint Text Color on a Marketo Form
Let’s say you want to change the hint text color (also referred to as the placeholder text) in Forms 2.0. This is possible via custom CSS. For example, in the screenshot below I made the hint text in this Marketo Form blue. There are three options on how to do this depending on how you … Continue reading “Change the Hint Text Color on a Marketo Form”
Lead Tracking and Multiple Domains
Marketo’s Munchkin tracking code helps you track visits to your web site. You’re likely to want to use Munchkin tracking code to cookie anonymous leads for most or all of the pages on your website. Let’s walk through how Munchkin works. Visits to the page are recorded for existing leads, and a visit to the … Continue reading “Lead Tracking and Multiple Domains”
Dynamically Change Page Content Based on a User’s Location
Let’s say you would like to dynamically change the phone number on a landing page depending on where a user is located. For example, if the person is in California you would like to show them the phone number for your California office on your landing page, but if they are in Japan you would … Continue reading “Dynamically Change Page Content Based on a User’s Location”
January 2015 Release Updates
There are three new endpoints available for the REST APIs: Delete Lead, Get Multiple Leads By Program Id, and Get Deleted Leads. There is also an update to the Create/Update Leads API endpoint that allows you to request asynchronous processing.
Highlighting Open Source Projects Built on the Marketo Platform
This will be the first post in an ongoing series highlighting open-source projects built around the Marketo platform by the developer community. We maintain a list on Marketo’s GitHub account where we track client libraries and projects created by the Marketo developer community. Below are three projects developed around the Marketo REST and SOAP APIs. … Continue reading “Highlighting Open Source Projects Built on the Marketo Platform”
December 2014 Release Updates
There are three new endpoints available for the REST APIs: Associate Lead, Merge Lead, and Get Lead Partitions.
Show Thank You Message Without a Follow-Up Landing Page
Typically, when you use Marketo forms, you create two landing pages – one to place the form on and one to redirect to after the form is completed. However, in some cases, you may not want to have two separate but very similar landing pages to maintain. You can actually use the same landing page … Continue reading “Show Thank You Message Without a Follow-Up Landing Page”
Add a Confirmation Alert to a Marketo Form
Let’s say when a user click the “Send” button on a Marketo form, you would like to display a notification that asks the user if “Is it really ok to send”?. This possible by implementing a few lines of JavaScript, which will show a confirmation box when somebody clicks the Send button. Here’s an example … Continue reading “Add a Confirmation Alert to a Marketo Form”
Use cURL to Import Leads via the REST API
Do you want to import leads from a CSV file through the REST API, but noticed this is challenging to do using the Postman Chrome extension. In this post, we’ll walk through how to do this with cURL. Step One Download and install cURL, a command line tool we’ll use to push data to Marketo’s … Continue reading “Use cURL to Import Leads via the REST API”