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.
@Chris, like @Josh says this is something to build in JS using the Forms 2.0 API...something likethis demoI just put together. (Maybe to add to the Forms 2.0 Cookbook I'm working o...
Still doable. Create two fields `DownloadEligibilityStartDate` and `DownloadAttemptOffsetDays`.
Set the `Eligibility` in a flow step when somebody is sent the email.
When they hi...
@Greg L that's interesting that it passed your internal audit (because it probably wouldn't pass ours!). Would you mind contacting me (sandy@figureone.com) and maybe we could talk ...
I wouldn't say it needs any code. Just an Inferred Country-based Segmentation that finds if a lead matches one of yourAllowedInferred Country values.Then the Landing Page either di...
@Stephen S There are enough very different IEs in the wild right now that you can't just say "IE." If you are forced to support IE 8 (let alone IE 7) opacity is known to be pretty ...
@All - A trick to accomplish this uses the Advanced Thank You feature of Forms 2.0. Using this feature, you can check to see if a form field is in a date range and have the final U...
Seconding @Jep, it really doesn't make sense to expect any old remote query of a transactional db, with the additonal overhead of a Web API, to perform acceptably. For some queries...
AFAIK the connection between the Outlook Add-In and Marketouses HTTPS. This meansthat partis as secure as the connection between Outlook and Exchange. However as @Josh well points ...