Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
In theory, Marketo should not have duplicate records with the same email address, but this is often not the case in actual use. This means when choosing a record to emulate for sending a sample email, there can be multiple results returned when looking for an email address. If there are three examp...
This isn't something I'd normally think about, but I was doing some basic explanation on how Marketo works to someone and they encountered some frustration around how deleting assets work. As a general rule, if there is an approved version (for emails and landing pages) or if an asset is referenced ...
There are some good use cases for needing to query records that start with apostrophes: for example, a common list upload error that can occur involves improperly-formatted CSV files, resulting in records with email addresses like 'example@hotmail.com' instead of example@hotmail.com. Currently, the ...
Just a side note here that RCE does calculate complaint rates—I'm not sure if it's just looking at Cat 1 bounces or Unsubscribe Reasons with certain keywords populated or what have you, but there is some precedent for breaking this out separately. While there are definitely other ways to pull this d...
Straightforward request: I would like to have an API endpoint that allows for automated import of programs from trusted instances into a given instance. Currently, only UI controls allow you to import between trusted instances, which causes considerable slowdown and does not allow you to change con...
When doing program imports, there is a chance with each program import to define how you'd like to handle conflicting information. This is great, but doesn't necessarily scale well when you need to do a lot of imports. For example, if I need to import 20 programs from Instance A to Instance B, there...
(Apologies in advance if a similar idea has been filed—I tried searching and couldn't find this ask.) Right now, users are given two binary choices when setting up an engagement program that sends emails:1. Add the email directly to the nurture stream with the ability to send in recipient time zone2...
While standard Marketo fields are already blocked from having API names that start with numbers in the UI, this restriction is not in place for Marketo Custom Objects. This causes knock-on issues with Velocity scripting being unable to reference the field. The ability to create fields starting with ...
Updating this idea to note that Person Time Zone is now exposed as a field you can use. Thank you for implementing it.
When using the /rest/asset/v1/files.json endpoint, being able to use MIME type as a querying parameter would be useful, especially when dealing with Design Studio instances where foldering has not been properly used. Being able to pull all PDFs with application/pdf or PNGs with image/png would be he...