Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I'm a bit confused on this ask—are you referring to something separate from the existing description today on individual fields?(The UI to add descriptions and its locking of lines for multi-line descriptions is wonky, I'll give you that.)
Agree with Sandy that this should work as expected if the form is on a Marketo LP for labels and the like, but one minor word of caution for the token-happy/anyone stumbling upon this later: while you can also place tokens in other parts of a form, such as with picklist values, know that using them ...
When setting a language on forms, there is some automatic translation of common form labels—this is great and helps save time when doing multilingual work. However, in the Japanese translation, there's a bit of clunky wording:First Name as 「ファースト ネーム」Last Name as 「ラスト ネーム」The fact that these are wri...
My understanding (and correct me if I'm wrong) is that it is only the domain the cookie is setting from when third-party that needs to be secure (e.g., if you go to an HTTP-only site but the third party is HTTPS, you can still set a secure flag on the cookie)—strictly speaking, the secure flag only ...
So, I'd actually like to advocate for two items that were previously on the Marketo roadmap but seem to have gone missing: Field Metadata API and User Provisioning API. The two most common things I do when in the Admin section are either creating fields or handling users—and the idea behind both of ...
Upcoming changes to Chromium are enforcing better policies around using Secure and SameSite flags in cookies. Unfortunately, this conflicts with the way Marketo writes cookies today and could potentially cause major issues for Marketo customers once this is rolled out—Microsoft and Mozilla are also ...
So, I wanted to post an update to this idea because it's been sitting with the "Working On It Now" label on it for over a year. I recently checked in on the instance that originally found this issue because I noticed the trigger for it had been automatically deactivated—and it turns out there hadn't...
Hi Keerthana,I would be tempted to start by analyzing your logs and seeing the details of the incoming requests. One thing that I like to do is actually add custom headers to my webhooks so I can verify that the request actually came from a specific Marketo instance, then keep that as part of loggin...
Hi Amanda,As Jackie mentions, you can view Tasks and Events as Activities in Marketo, but be aware that there is a limitation where only the standard fields on that object (Subject, Description, Assigned to, Date, etc.) are viewable or filterable--any custom field additions are not exposed, unlike o...
When you use the "contains" syntax, it acts effectively as an or operator, so to translate your screenshot, it's saying:When looking at activities where someone clicked a link on an email, look at any of these 19 options and see if they've got at least three activities that match.As a result, the sc...