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.
Email Script Tokens (a.k.a. Velocity tokens) only execute when embedded in emails. In all other contexts they are simply treated as text.I should also note your code is not correct...
That filter on Email Address is wrong. If you click the green ➕ the values are displayed as semicolon-delimited. Looks like you added a single comma-delimited string, which is inte...
The only way is by using a webhook-compatible service that loops back to use the REST API and increment the value.
Curiously, you can send PMCF {{member.tokens}} in webhook paylo...
It's impossible to do this without passing the Email Address field outside the system to be hashed. Therefore if your legal team considers Email Address to be PII which cannot leav...
Well, like I said above, you can’t use the embed code, which is what you’re doing here. You need to use a proper named <div class="mktoForm" id="unique_id" mktoName="Friendly name ...
Pre-Fill and Autofill are different.
Pre-fill fills hidden or visible fields from the Marketo database for known leads. Autofill fills hidden fields from query params or cookies....
You can't use Send Email with people who aren't in your database. Period.You can use Send Alert with "to other emails" which conveniently also does not send tracked links.