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...
This is annoying! I had Request Token Encoding set to none for some reason! now it's working! Thank you Brother I appreciate you
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...
The data I am trying to grab is already in a system Smarlist, so manually creating smart lists wouldn't be efficient (creating a smart list for a smart list). We need to fetch the data programmatically, so if it were possible to create a smart list via the API and then fetch the data, that would be ...
Thanks, Sandford; there isn't any other endpoint or approach to getting this count. Would you know why Marketo has made it so hard to get data that is already available in the DB? It seems they have specifically put in rail guards to prevent people from getting this data. I guess I am spoiled from b...