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.
Not enough info here. What exactly are the “issues” people are having? Are you trying to send them the {{member.webinar url}} token before it’s actually populated?
By default, the unique identifier is the SFDC ID...
That’s not accurate. In Marketo, the unique identifier is the Marketo Lead ID. Multiple SFDC IDs, or no SFDC ID at...
If you’re willing to sacrifice Clicked Link in Email, you can do what you’re currently attempting. It’s still not supported, though.
Otherwise, you’d have to do some much fancier ...
You have 4 spaces in front of the output! It’s right there in your code. So that’s the clear reason. VTL is always space-preserving.
As Darshil says, the approach you’re using wit...
You can include Marketo fields as custom variables but I’d need to know exactly what you mean by “track who completed”. Do you mean track in Marketo? And if so, how do you want to ...
Note for any Referral Form pattern, you must remove the tracking info from the form:
MktoForms2.whenReady(function (form) {
form.addHiddenFields({
_mkt_trk: "",
mkt...
You still seem to be imagining a data point that does not exist. A Static List doesn’t have a “list owner”. A Smart Campaign doesn’t have a “campaign owner.”
If you want to have s...
As Saurabh says, you’re deliberately truncating the data — though you may not be thinking of it this way — by using Change Program Member Data since you have to be using a String, ...