Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
You're welcome! @NiharikaGoyal
Hi @RichMissionSq, Thanks for trying that out and for the update. Let me know once it’s resolved, and I’ll be happy to revisit the suggestion with you then.
Hi @Tamir_Belzer_TB, The issue is with the Salesforce connected app configuration. Salesforce has started enforcing PKCE (Proof Key for Code Exchange) on some OAuth flows, and Marketo’s sandbox environment doesn’t currently support sending a code_challenge as part of the authrequest. To fix it, went...
Hi @amyvoigt_PBC, You can export full form fill data from Marketo — including all the fields filled out as follows: 1. Create a Smart List with filter you want:Example: Filled Out Form = [Select your form]Optionally add constraints like Web Page, Date of Activity, etc.This list will pull all leads w...
Hi @Jo_Pitts1, You're right—many-to-one relationships definitely complicate things, especially when we try to flatten that data. I agree, concatenating values into a single field could work in simple scenarios, but it does limit filtering and dynamic personalization. It’s definitely a trade-off, and...
Hi @Lisal ,1. No, you do not need to manually add mkt_tok or any special parameters in the email link.Marketo automatically appends the mkt_tok token to tracked links in emails unless you disable tracking for that link.Add parameters like utm_parameters or campaign to differentiate traffic and perso...
Hi @Yesh0000, Once a campaign is aborted in Marketo, it's unfortunately terminated immediately, and there's no built-in way to "resume" it from where it left off. Clicking "Run Now" will not pick up the campaign from the point it stopped — it simply runs the flow from the top for anyone who qualifie...
Hi @RichMissionSq, Not sure if this is exactly what you're looking for, but based on your description, here's something that might help:If you're trying to display a value (like number of leads without email addresses) as a percentage of the total, try the following: In the 'Values' section (After s...
Hi @michellechopin , I’ve gone ahead and cleaned up the original Velocity script for clarity, structure, and functionality. Here are the key updates I made:Properly grouped all AND/OR conditions using parentheses to ensure correct evaluation.Added null-safety checks to avoid potential runtime errors...
Hi @SanfordWhiteman, I was thinking of an alternate solution that might work for scenarios where custom object data exists at the Account level (in SFDC), but we need to use it for email personalization in Marketo. If we implement Lead-to-Account (L2A) matching, once a Lead or Contact is matched to ...