Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
This is just something that makes communicating with clients unnecessarily harder, because I always have to say, "Look where it says 'Pay Load', which should be 'Payload' but Marketo spells it wrong".
Using a trigger campaign, you can already do this (though I don't understand the purpose).
No, but it's trivially done using the Forms JS API and there are tens of examples.
VTL is Velocity Template Language: the language used to write Velocity/Email Script tokens, which is a Java dialect.You can create a functioning Email Script token with just the one line of code above, although it will not be accurate to the timezone level unless you extend it a bit. See https://nat...
But any redirect logic needs to be prepared for additional query parameters. This isn't Marketo doing anything wrong. What do you do when a search engine automatically appends query params? Is that a 404?
Update the hostname {{my.token}} (if just that changed) or the path/page {{my.tokens}} (if they applied) or the UTM param {{my.tokens}}... or use JS to update the links on the page on-the-fly (since at that stage I can read all the links in full). Or would update the central Google Sheet that stores...
I was thinking about this more from a database perspective where it looks at URLs listed anywhere in your accounts (which could potentially include tokens).But that's the thing: URLs are often composed of multiple {{my.tokens}}. There's nothing about a {{my.token}} that signals it'll be used as the ...
But that could never catch URLs that are built from tokens and variables -- and if you used {{my.tokens}} it would also be that much easier to replace.
The Push endpoint accepts two optional freeform string values, source and reason, which supplement the Program membership that's required as part of the call.So you can (almost always) use one of those fields to denote deeper information of the API caller. Of course it's to some degree on an honor s...
The solution: https://nation.marketo.com/;