Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi everyone, we like to request some sensible data in our forms and integrate them within our emails. The issue is that data stored in Marketo are readable for everyone. And eventhough I'd create a separate Workspace and store the data in a custom program member field this data would appear within t...
Hi everyone, In emails there are usually modules which are nearly the same but for the change you need two variables to change. Example a module with two columns:Image is aligned right and Text is aligned left. - or - Image is aligned left and Text is aligned right. Basically it would be possible ...
Hi @SanfordWhiteman answer was somewhere in the middel. Hint was the email link tracking order. Yes, it is possible to use "contains" and "split" in an email script AND it is possible to use them in an template (for now). BUT first the velocity code is processed and after it the tokens are exchanged...
Hi @SanfordWhiteman thanks. It's pretty easy. The code handles URLs which are requested to be handled by link tracking. If I bring the code into a my.token it will not be handled from link tracking. AND: the template will fail in a workspace the token is missing or changed in an inappropriate way. ...
Hi Sanford, reason is that this has to happen before my-tokens are exchanged from Marketo. But at the end it's the question - can you imagine why a given string is processet like expected but a string set via token is not? Is it maybe a question of processing order? Or maybe a question for the form...
Hi everyone, I like to use a velocity macro within an guided email template. I alreay found out that it is possible to add the macro on template level within the body and that it is not possible to change (or add) the macro in the code editor of the specific email asset. Is anybody of you familar w...
Hi everyone, I like to check the email address for specific domains using velocity/email scripting. But for some reasons it is not working for me. Attempt 1 - Using contains #set($mail = "wolfram.lotz@xy-c.com")$mail.contains("xy-c.com") this works fine #set($mail= "{{lead.Email Address}}")$mail.co...
Hi Sanford,thanks! I reallised my mistake instantly this morning. 🙂
Hi, I'm strongly interested in the prefill feature without the need of a mkt_tok. I already saw that @SanfordWhiteman offers a pretty cool and easy way to make this possible. (https://blog.teknkl.com/pre-fill-any-site-any-form/) As well I think "Progressiv Profiling" is a pretty handy thing. But is ...