Hi Sanford,Thank you for the clarification and the link to your post - it was exactly what I needed.Your explanation and article have cleared up the issue, and I’ll adjust the scri...
Hi Sanford,Thank you for your response and for the clarification on the use of Date fields and DateTool.So just to be clear I’m using Marketo Date tokens ({{my.currentDate}} and {{...
Hi Everyone,I’m exploring the best ways to handle dynamic date ranges in Marketo’s Velocity scripting for a use case where opportunities need to be filtered based on whether their ...
Hi Marketo Community,I’m currently working on a webhook integration in Marketo and am facing issues with passing tokens within the JSON payload, specifically due to quotation marks...
3 hours of banging my head on this I finally gave in and searched online for an answer, this was very helpful, my script is now working. thank you Sandford.
you can use the Marketo Bulk Extract APIYou will first need to authenticate, then create the job, Poll the bulk extract job status until it is completed, and then download the data...
I would get the Unsubscribe status from the Cookies. When the user checks the "Unsubscribed From All" box and submits the form, store this preference in a cookie, so even if/when t...
Hi You may be able to use the Get Leads Activities Endpoint and filter the "Send Email" activities and then check for specific subject lines or email IDs to determine which version...
The issue you're experiencing is likely due to caching. Here are a few steps you can take to resolve this issue:1. Clear Browser Cache2. Force Reload the PageA simple force reload ...