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.
You certainly need to add a link in your email, otherwise there will be nowhere for recipients to click!When you add the link (standard <A href=>) Marketo will rewrite that link so...
What's the URL of the test LP?The code assumes the name of your Lead Source Detail field is, literally, "Lead Source Detail".You don't want to (don't need to) add this field to the...
The pathname is different for each document, yes -- and we can always read the current document's pathname from any web page using the built-in variable document.location.pathname....
Yep, copying the last token of the pathname (the "page name" in lay terms) into a field isn't an automatic function, so it needs to be done as I noted. Did you try my code?
No reason to expect any problems, as people intermix analytics packages (particularly Mkto and GA) all the time.That said, I doubt your combo's been extensively tested. In general,...
Michelle, the "Not You" link is essentially the same as a standard form reset. You can do some pretty slick stuff by simply adding a reset button onto the form. In this demo, I pre...