Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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?
Hmm I spoke slightly too soon. When I input the date "04/17/2017", I keep getting as the output January 17, 2017 instead of April 17, 2017. Why?My code below. The only changes I've made are around the index I'm substituting in, and the "user in" formatting. ## get the size of the list#set ($listleng...
PS - I had the exact same date formatting problem Sanford Whiteman - so this question and post is very timely! I wasn't inputting timezones. Your code is very clean as usual - thanks so much. I won't be making that mistake again...
Hi LauraReading this, I can totally empathise. I might be a little further along the line than you, so I'd be happy to give you some help (including some docs I've created myself) which might help to explain some of the above. Send me a PM with your email if you're interested.I must say that pretty ...
Still not working....this is bizarre. But I found a workaround.I tried: #if( $Tour_Evaluation__cList.get(0).Testimonial__c.isEmpty() )True#elseFalse#endThis outputs False in Email Preview. To double check the data I tried size(), which outputs 1 for the particular lead I'm looking at. For some reaso...
Thanks Sanford. Makes sense to me that it needs to be inside the brackets!Weird thing is...this doesn't seem to have fixed it. I'm still getting "False" for my query where the field clearly seems to be null. Next, I tried it with two leads: one with the testimonial field filled in, one without. The ...