Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 ...
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 ...
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...
I've yammered about this about 100 times to any Adobe employee who will listen, but please please please don't forget about Brackets! I would be over the moon for an integration that used the REST API to pull emails and landing page templates (or possibly the assets themselves), let you edit them in...
Hi Vinay,In this case, you should add whatever CRM you're using as a data source into Tableau to pull the opportunity data, then just reference it accordingly. That's all RCE is doing in this setup as-is.
Hi Stephanie,Without knowing exactly how "Stop Sync to Marketo" was set up, it's difficult to give specific advice, but know that when you do that kind of hard stop, it does by association do a hard stop of synced data, which then leads to this sort of orphaned data. Generally, if you put some sort ...
From my experience with Klipfolio, the way they set up their endpoints for calling data from Marketo is a bit problematic and tends to timeout once you've got something that needs more than 4 or 5 calls' worth (~1000 data points) that needs to be visualized. The solution to this has been to use eith...
Hi Kana,There's several things to unpack here in this code:One of the first things that jumped out to me was your CSS order—you generally want your MSO declarations under your normal declarations. Most of the selectors here are written in an older style that was previously needed for Yahoo, but no l...