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 ...
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 ...
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? I...
I need the total count for all leads in Marketo DB that have unsubscribed field set to true. that's all I am looking for. The SQL query would be :SELECT count(*) FROM table WHERE s...