Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hello all,Bear with me here - we have emails with a survey link that go out after someone purchases a product. This survey link is pulled from a Custom Object record and the CTA and link is placed into the email using a script like this: ##Standard Velocity Date/Time Fields#set( $defaultTimeZone = $...
To add to this if you're interested - after testing we're running into the loading issue for any Custom Object where a Lead has more than 8 or so records to load. Still weird in that in loads in Firefox and incognito modes but does not work in standard Edge and Chrome.
Thank you! I will take a look and see if that works for our needs.As always, thank you for your help!
Hello all! We're looking at how to "track" direct mailers within Marketo in the sense of being able to add "Leads" into Marketo and then track if any results occur from the Leads. Initial thoughts are to do something like:1. Load mailing list into Marketo channel for direct mail2. Attribute the "sen...
Got it, I figured as such that it wouldn't be able to be diagnosed but was curious if anyone had encountered similar issues. I will go back to our data team to double-check if there's any issues there.
Hello all!Have a ticket in with Support but curious on any thoughts on this strange situation. We've got an email that pulls in custom object record data for a certain type of account and had an instance where someone met the criteria (Smart List-wise and Velocity-wise) to receive the email BUT the ...
@Darshil_Shah1 wrote:Well, you've come across a little quirk of how velocity processes boolean values. In short, the problem is that both "1" and "" (empty string) are processed as being a true value in Velocity. Try the below script: #set( $mktoBoolean = { "1" : true, "" : false } )#foreach ($item ...
Ah okay, so in the context of a Velocity script, there's no need to account for a NULL/empty state since it will only reflect a value of TRUE (actually true) or FALSE (actually false or NULL)?
Hello,Curious what I'm missing when it comes to boolean data types in Custom Objects. We're importing through the API into a Boolean data type with a 1 (TRUE) 0 (FALSE) approach. Also noticed it seems if the value is NULL, Marketo calls it "false".With this in mind, why does this not work:#foreach (...
Got it, that makes sense! I will look into that.Thank you again for all your help!