Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
1. Absolutely agree to everything you've written2. While we're on the topic of CRLF, I would really love a better way of handling CRLF on textarea outputs via API—right now, any bulk extracts involving the characters forces line breaks in output. Given that Marketo already uses "null" as a string to...
This is a bit of an odd request, but hopefully I can explain this without making this too abstract. When working with email templates, there's no way to do dynamic calculations based on defined variable values. For example, if you were going to write some dynamic CSS for calculating size for a landi...
Today, there is no automatic way to set a Salesforce campaign that should be linked with a Program using only the REST API. However, when querying program information, both the linked sfdcId and its associated name are displayed. Would it be possible to update createProgramRequest/updateProgramReque...
As of today, there is no programmatic way to send one-off program member custom field data via requested campaigns; the only alternatives are to run a one-off bulk import job or to run a separate form submission call. However, for existing organizations that already have set up REST campaign request...
When setting up software to interface with Marketo's REST API, especially the bulk API, users are limited to understanding what API manipulation they have within their control—the calls and jobs they themselves have made and can poll. However, this view completely misses any other action other accou...
While /rest/v1/stats/usage.json can return API usage from different API users over the course of the day, there's no way today to see a subscription's daily request limit (enforced or purchased). As a result, if you wanted to scale a program to use a certain ratio of calls relative to the subscripti...
This is so minor it may as well be trivial, but would also be (presumably) a small fix: could the MIME type Marketo serves for icon files (.ico) be updated so it uses image/x-icon? Right now, icon files are served as text/plain, which recently contributed to some confusion when someone loaded the ic...
Imagine a scenario where lead IDs 4 and 5 are merged together in a Marketo instance. 5 is the "winning" ID, so querying the lead via the REST API returns data. However, if you query for data on lead ID 4, a successful API query is returned with no data in it. This means reconciling that 4 was merged...
As of today, using /rest/v1/program/members/describe.json will return default Program Member fields in addition to whatever custom fields have been defined. Although items like Acquired By and Success are present, the field for Success Date is not. Could this be added to the list of extractable fiel...
Straightforward request: I am a big advocate of using Marketo's description fields when using any sort of asset that's in a Marketo tree—a local asset, program, campaign, folder, template, etc. This area allows you to put in key details, link your work back to ticketing systems, provide context for ...