I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors.
I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible!
Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
I would like to create email program using REST API, not involving any marketo API.
Your phrasing is quite confusing. How can you be “using [the Marketo] REST API“ but “not involv...
However, I am wondering if anything can be done in Marketo like "remove from the list if the email already exists in the list" which I am not able to execute in Marketo.
No, this...
Also, another concern for me: The list contains 12k records and when I put in the Duplicate: Email Address" filter, it is showing 7500 records which is not possible.
Don’t understa...
Additionally, I would suggest not including the scripts for loading the reCaptcha INTO the form tag and reviewing the logic behind thecaptchaCallback because it won't work (eg: the...
To be clear — and the other responses seem to be missing this — the number of Campaign Members is not the same as the number of people who qualify to run through the Campaign on it...
Sure thing, here it is:https://www.cegid.com/fr/lp/sb-sb-gated-autre-ressource-calendrier-entrepreneurs-formalites-2023/
At the present time, there’s no reCAPTCHA and a fatal syn...
By default Marketo uses Email address as a unique identifier lookup key hence by using "possible duplicates" you can not track mobile numbers.
Email Address is not a unique ident...
Checked the current values in the Dev Tools Console when the page first loaded:
MktoForms2.whenReady(function(readyForm){
console.log(readyForm.getValues());
});
Filled in the E...
Nothing unexpected here. You have to follow the chain of nextPageToken values. And some pages are empty because of the way the log is scanned, so you just continue to the next one.