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.
Do you mean the donations themselves are supposedly anonymous, but you actually track clicks on the donate link, so you're wondering if that's seen as suspicious? Can you explain y...
You can't wrap double quotes like that -- it's a syntax error.Use single quotes on the outside if you need double quotes inside the text: thankYouText = '<span style="font-size: 18...
Correct. You must not use the APIs from a browser because you would be exposing your secret key to the world.So the way to do this is by using .NET as a proxy to call the REST API ...
Like I said, is there a specific reason that you are not using Munchkin on your clients' sites? This is the typical first response to "tracking lead behavior across third-party dom...
I wouldn't use colons in the path part of a URL (even a fake URL). It runs the risk of screwing up parsing. Just /meta-tag/servers seems appropriate. But you're also losing the rea...
What's your URL? Obvs. the demo works so there's probably a typo.(Yes, you can easily change the font. The text could easily be wrapped <SPAN class='whatever'>Thank you for your su...
A webhook? Not really. A webhook is an outbound call from Marketo that you can use as a flow step. But there would have to be something to trigger that flow step. Webhooks are used...