Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I agree with Darshil, the warning messages at the top lead me to believe that the email client is blocking images. I had a client where their company's spam filter was blocking images and they looked very similar to yours - no alt text would appear, just white blocks where the images should be. You ...
We put tracking URLs on our website links as well. So if someone lands on our website organically and clicks on the Contact Us link, that link will have it's own tracking URL with an SFDC ID. Our team works closely with the website team, so they reach out to us any time they need a new URL driving t...
The approach at my company is similar to Harish and Dan's. We put the SFDC Campaign ID as a URL parameter and have a Smart Campaign in the program that's looking for that SFDC ID.This also allows us to know what is sending people to a website form or re-use landing pages for different integrated cam...
Hey Jack,No, you wouldn't need to select "View as web page" in edit mode. The piece of code I gave you already has the View as Web Page System token in it. But you can delete the View with Images portion out of the piece of code I gave you if you want to use the one from Edit Mode.
I've run into this problem as well. I usually see if there's a different way I can pull my Smart List if there are a lot of filters, like using 2 smart lists to pull in separate parts of the list, and a main Smart List to pull the other two together.
Good to know there's a 40 token limit and a great workaround. This is definitely helpful. Thanks for sharing!
Yep, I agree with Sara Greaves That's exactly the way we've had to do it in order to exclude everyone we want. Create a Smart List that was specifically used for exclusions.
I was sending a sample email with a lead's information so that I could test it to ensure it works. I didn't realize I have to send a real email to myself to test it. Good to know! Thanks for the help!
Hi Sanford,Thanks for the quick reply. I changed to isEmpty(), but ${my.vSCRIPT_2} is still showing in my email instead of my Account Number or Company Name. Is there something else I could be doing wrong? I'm using the Email Script Token and the fields referenced are checked in the tree.
I'm trying to write a Velocity Script statement that looks at our account numbers to see if it's blank. If the account number is blank, I want it to write the Company Name instead. If the Account Number is not blank, I want it to write the Account Number. This is my first time using Velocity Script,...