Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 script to properly preprocess the tokens before use. I really appreciate your time and expertise—thanks again for pointing ...
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 {{my.dateRangeStart}}), formatted as yyyy-MM-dd. While the tokens themselves are valid, $date.parse() in Velocity consist...
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 close date falls within a specific date range (e.g., today and 1 week prior). I’ve been testing some approaches and woul...
This is annoying! I had Request Token Encoding set to none for some reason! now it's working! Thank you Brother I appreciate you
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. The integration requires sending the User ID as part of the JSON request to an external API. Here’s an example of the...
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 API You will first need to authenticate, then create the job, Poll the bulk extract job status until it is completed, and then download the data. Once you have the data, you can use PowerBI to virtualize and transform the data. You can also use Zapier, which alre...
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 the user is wiped from the Marketo system, the cookie will retain the status. and then you can check the cookie on page ...
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 was sent to which lead. I would also look into the activity logs using same logic.
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 can bypass the cache. You can do this by pressing Ctrl + F5 on Windows or Cmd + Shift + R on Mac.3. Use Cache-Busting T...