Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi thereI'm trying to dynamically feed a variable into a URL but I'm having trouble. It works just fine in preview mode (which I know isn't the same as a live test) but when I send myself a sample email, it breaks - the URL variable outputs as $MatchingToursDossiers[0] instead of the actual value I ...
Thanks everyone, it seems to be working correctly now!Once I removed the brackets and referenced a specific part of the array it is working fine!
Thanks Sanford. Unfortunately I'm still having trouble - and I don't think it's related explicitly to that .split functionality now. When I use:#set ($DossierArray = ${lead.wishListtoWin2016Dossiers}.split("\u002f"))$DossierArrayI'm still getting that same lexical error above. Even when I replace th...
Thanks Sanford.I'm playing around with it and unfortunately having some trouble. I understand I need to escape the special character "/" in order to split the string based on that - but I can't seem to even get a basic split working.Here's my code: #set ($DossierArray = ${lead.wishListtoWin2016Dossi...
Hey everyoneHow would I take a field with values separated by backslashes "/" and split it into an array that I specify? I don't think .split will do the job - something like parseStringDelimiter or $convert.toString , or perhaps a combination! Any ideas? My data looks like this:ABCD/GIST/SPITThanks...
Thanks JD. Then there's the hyperlink part too! Tricky.
Hi everyoneHaving some trouble implementing Google Postmaster tools with our IPs. See here: https://postmaster.google.com/managedomains?pli=1 Our IT team has told me that they can't add a TXT record to our DNS configuration since Marketo is on our CName, and "no other records can live with cnames, t...
We are primarily B2C, high-involvement purchases with lots of touchpoints and no outbound sales (only inbound calls and website bookings). So we mostly segment by propensity to buy, based on lead scoring tracking people's interaction with our content.High interaction means they are likely to be fine...
Hi guys. Not quite (I think)...let me clarify.If a user opens up Gmail on their iPhone, they will see their inbox with a bunch of emails in it. Some brands have managed to get their logo to display on the left hand side of their email preview, so in addition to the subject line and preheader, you ge...
I've seen many brands have their logo as the image in Gmail when looking at their inbox. How can we set this up? Is it difficult when your reply-to address isn't a Gmail address?