Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you -- we will continue to test, otherwise I will consider this closed as it sounds like the methods being used are correct.
Displaying a short message about our new preference center experience vs redirecting immediately which can be a confusing experience, especially if the tokenized version of the link does not work. I am confident however, that the number of seconds is the least important part of the issue we're tryin...
We are working on implementing a custom preference center outside of Marketo. I have been looking at ways to repurpose this landing page to retrieve their preference center token, then forwarding them to a tokenized URL.Customer clicks Unsubscribe/Manage Preferences {system.UnsubscribeLink}Customer ...
I posted yesterday about using VTL to find the first Monday of the next month. A working solution was provided by @SanfordWhiteman in Velocitip: Find the first 𝑵-day of next month - Marketing Nation (marketo.com) I learned I also need to go one step further -- Part 2 of our required solution is to ...
Looking to display a specific date, which is the First Monday of the Next Month. I have tried a number of different ways but I am not making much progress. Has anyone done something similar that might be able to help out? #set( $defaultTimeZone = $date.getTimeZone().getTimeZone("CST6CDT") )#set( $de...
But the person isn't allowed to qualify only one time, they should be able to qualify many times. This was enough information to move forward with, but I am not sure I follow 'one time' campaign membership when a person could qualify again. If the campaign is what prevents re-entry, shouldn't a stan...
In Marketo, we use Smart Lists for Program Entry criteria. At each step of our journey, we update their program status (step 1, 2, 3, etc)While testing, we want to be able to remove a member from the campaign and allow them to requalify for the campaign to test with them again. The only way I have f...
Thank you -- as a new Marketo user (also new to VTL) your resources and your knowledge have been invaluable.
This is great, thank you. One further question, the whole numbers only display with one decimal point (18 becomes 18.0) -- is there a quick method to ensure all numbers display with two decimal points?
This may be somewhat related to the old "Sorting Weirdness" thread, but it didn't provide a clear answer and I'm hoping I might be able to find a solution.We are building a report from a custom object. One of our fields uses a float data type, and we need to be able to sort by that field.If any one ...