Question for you Jeff....yes, if someone isn't engaging via email for 15 months it might be worth deletion, but given we can throw that email address to Facebook custom audiences a...
Hey teamI'm trying something similar, but when I use the code given to Jim it's not working for me. Here's my code:#set ($listlength = ${abandonedCart_cList.size()}) #set( $lastInd...
Just to round this off, the above error around arrays is because I was using "Send Sample Email" instead of using a single flow action to test the scripting. Oops!
Thanks so much Sanford. Outputting the entire array is a great way to test! I should have thought of that After some more testing, it seems that this error is purely related to the...
I'm having trouble accessing anything other than the first element in a Marketo Custom Object through email scripting. I've tested using a few leads, and here's the behaviour I'm s...
Thanks again Sanford.I've solved the URL parameters issue - it was because of a strange redirect on our website. I've removed the need for the redirect and it works just fine.Howev...
Hi SanfordI might have to revise this slightly...So here's the code I used:#set ($listlength = ${List.size()}) #set ($listlength = $listlength - 1 ) <a href="https://www.gadventur...
I'm having some trouble with an email script passing through a URL.#set($dossierURL = "www.gadventures.com/trips/${trips_cList.get($listlength).dossier}" )#set($imageLink = ${trips...