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.
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.
You could have a nightly batch that passes all members of the Smart List through a webhook-compatible service. The service would merely increment a counter variable for every call....
First, the term “branded domain” is inappropriate here. In Marketo, we say “branding domain” to refer to the click tracking domain. This isn’t related to the From: header domain, w...
Yes, if you don’t/can’t follow the above process before deleting a linked Program you’ll continue to encounter this frustration. Training and documentation are vital to deal with o...
OK, checked it out and this isn’t a Marketo issue, it’s in your custom code.
Marketo is correctly setting the default value for the hidden field Country (that is, “India”).
But t...