getMultipleLeads

June 30, 2016 | by

Like getLead, this operation retrieves lead records from Marketo. Instead of data for a single lead, this call returns data for a batch of leads which match the criteria passed into the leadSelector parameter. The criteria can be a date range, such as the last updated date; an array of lead keys; or a static … Continue reading “getMultipleLeads”

Read More >

getLead

June 30, 2016 | by

This function retrieves a single lead record from Marketo, with all field values for the built-in and custom fields, for a lead identified by the provided key (LeadKey). If the lead exists based on the input parameters, the lead record attributes will be returned in the result. NOTE: Lead attributes that are of string data … Continue reading “getLead”

Read More >

Push Notifications

June 29, 2016 | by

How to enable Push Notifications. Contents Setup Push Notifications on iOS Configure Push Notifications on Apple Developer Account Enable Push Notifications in xCode Enable Push Notifications in App with Marketo SDK Setup Push Notifications on Android Troubleshooting Setup Push Notification on iOS There are three steps to enable push notifications: Configure push notifications on Apple … Continue reading “Push Notifications”

Read More >

Installation

June 29, 2016 | by

Installation instructions for Marketo Mobile SDK.  The steps below are required to send Push Notifications and/or In-App Messages. Contents How to Install Marketo SDK on iOS Prerequisites Install Framework via CocoaPods Install Framework using Swift Package Manager Setup Swift Bridging Header Initialize SDK iOS Test Devices How to Install Marketo SDK on Android Prerequisites Android … Continue reading “Installation”

Read More >

Email Scripting

June 8, 2016 | by

Contents Variables Velocity Tools Creating a Script Token Script Embedding and Testing Helpful Hints NOTE: It is highly recommended that you read the Velocity User Guide for a deep-dive into the behavior of the Velocity Template Language. Apache Velocity is a language built on Java which is designed for templating and scripting HTML content. Marketo … Continue reading “Email Scripting”

Read More >