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 was using "export" in the dev sense of "publish a variable to another context" (not like "export to spreadsheet"). In any case, you should be better off with Lead ID than the oth...
FYI... the YouTube demo link from this discussion has more robust functionality than the one in that blog post, including the ability to track people who watched for 10s, 30s, etc....
Of course it does. In fact, Marketo leads have three unique identifiers: the Lead ID (numeric), the Unique Code (alphanumeric), and the Unique Name (alphanumeric, based on the full...
Dan, I have a dynamic ICS file generator based on query params. A robust single-event ICS file is still ~800K including both full field names and their values, so the URL is usable...
You've got the whole world of JavaScript open to you when you export your tokens this way!* So it's kind of hard to point a particular doc. Are there some specific things you're in...
With this recipe, we (luckily) don't need to retrieve data via webhook, so we don't need to use the SOAP/REST APIs. (The two steps you're remembering are getting an access token, t...
OK, here's the deal, though. You can't simply put that token in the Thank You URL context (some tokens can only be used in an LP context -- I don't necessarily agree with the justi...
You can build a service (accessed via webhook) that returns a Coupon Code field 1000 times before shutting down. Send the returned code to the user via email. And when you see the ...
If the Thank You page is hosted on Marketo, then you don't need to pass the Lead ID via in the URL. The Thank You page will already "know" the Lead ID because it'll have been assoc...