Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
What is the nature of these 3 fields? Are they lookups?
FlowBoost (i.e. JS) to return the highest value among a set of scores is just:highScore = Math.max({{lead.Score Product A}}, {{lead.Score Product B}}, {{lead.Score Product C}}); To return the name of a field with the highest score do something fun:scores = [ { name: "Product A", value: {{lead.Score...
What’s the exact relationship between this object and the Contact/Account/Lead objects in SFDC?
You can export the raw data using the REST API and create whatever reports you want based on that data. But you can’t automatically export pre-rolled Marketo reports. (OK, you can send subscription emails to an email-to-database kind of service, but that’s a whole other ball of wax.)
Not sure I’d be going for a {{my.token}} here as that’ll apply to all emails in program or folder. A ${mktoVariable} is what I’d use for button text if it’s going to be updated via API anyway, that is, if the permission structure of tokens vs. variables doesn’t matter.
This post is 10 years old. Please open a new thread if you have a similar question.The code you posted will not work at all. It’s clearly not tested; at no time are you saving the IP address to Marketo.People don’t just post from a single IP address, so even in the case where you do save the IP addr...
https://developer.adobe.com/marketo-apis/api/mapi/#tag/Usage
Would think if your IT team is interested in helping, they’ll make this very easy & harmless addition to your DNS zone.
The 'Download Certificate' link in the 2nd Marketo LP contains a link of the form, https://pdfmyurl.com/?url=info.companyname.com/03---202510-Region-Roadshow-Demo_05---Certificate.html?##MKT_TOK## where the URL in bold is from the 3rd LP acting as the certificate to be dowloaded.You need to URL-enco...
@Ignace_Kervyn_d do the comments here make sense?