Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Looks like what you are trying to do is correct. This is likely a question for support. While it's not the answer you're looking for, it doesn't look like Marketo is supporting the Calendar feature to the extent of other pieces. I would be a bit wary of investing too much time and resource into maki...
An email script token output too, perhaps?
Hi Dan, While the solutions that you have in place (and others described above) are a great start, ultimately, if you want to be very accurate on this, you will need to do attribution reporting outside of Marketo in a BI tool. Then, you can take all touchpoints that a user interacted with before pur...
Sounds like something that should use exponential retry logic. The time to process the file will of course depend on the file size. If it's 50,000 records, maybe an hour. If it's a million, several hours. Sorry I can't pin it down more, but likely you will know after a few uploads.
Could you have a column in your list import that has the program name? With the same value for all leads. Then, you could have a similar token but reference the temp field instead.
The best way to think about this is perhaps what will make your process the most efficient, but with the minimum complication. To take one extreme, you could have one engagement program, where all content is dynamic based on country and topic. That could be done with dynamic content or email scripti...
Yes, this is the best way. Given it's coming across daily, any time that you or your development team spends actually automating this will save you 10 minutes a day, forever. As others have noted, Velocity can't do anything in this situation - it's only used for email templating (running code at tim...
Ah, just read @SanfordWhiteman 's response: I assumed you meant as email output, which is the only place Velocity can operate. If you mean changing the actual field values in Marketo, no, that can't be done. You'd have to do it in Excel / Google Sheets before import.
Hi @Travis_Schwartz , Yes, that would be possible, but it's certainly not simple Velocity scripting. In these situations, you effectively have multiple conditions - I would build out a script that tackles each of them separately, get comfortable with the logic and how Velocity works, and then combi...
It's a new token but the logic is effectively the same, if I understand correctly. The output would be different, but the logic to check whether it's a valid name is the same. Just make sure your entire subject line is in that token - don't have the token only output the name, then have the rest as ...