Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Sanford Whiteman wrote:Does the final URL have the mkt_tok query parameter value?Yes. In this version of the landing page update button, it does.
Well, couldn't hurt I guess. I appreciate your help by the way.I'm not seeing any way to attach a file, so I'll just add the text.#set($date = ${Property__cList.get(0).CCAO_Sales_Date__c})#set($year = $date.substring(0, 4))#set($occstatus = ${Property__cList.get(0).Occupancy__c})#if (!${Property__c...
Dan Stevens wrote:As you're testing this, are you sending the email out as part of a test smart campaign? Or as a test/sample? You'll want to use the former since tokens are involved.I just tested this with a smart campaign instead of a sample email. It still doesn't use the token values.
I would avoid using Personalized tokens on pages where you aren't sure if the person is Known Lead; or only use them after the Form Fill.They are all known leads. I'm not even sure how one would use an unknown lead in an email.
a test/sample. I'll give it a shot in a smart campaign. Thanks.
I don't believe it's anonymous. The emails are to existing leads, and the landing page is to update some existing data for the lead.I'm not sure what you mean by anonymous though.The tokens are working. I'm using them in the email before the user clicks on the button that takes them to the landing ...
I have a landing page with a form. I need to have it personalized to the lead. But the personalized data doesn't need to be in the form itself.Weirdly, although the documentation shows it should work, I can't get the landing page to show any of my tokens.The sample email I sent myself has the butt...
"I don't know what you mean by "redirects properly" here (since you aren't providing any actual URLs) but a link where the entire href is a token will not be tracked."http://go.mydomain.com/longtextwhichisprobablythemarketotokenClicking on that causes it to go to that address, and then redirects to ...
Sanford Whiteman wrote:If the second, you have to make sure the http:// is not included in the token but is hard-coded in the href (Update property tax recordThe link initial works in the email, but it redirects to garbage if you click it.The original email with the same token but without the http:/...
I should be more explicit. My samples just suddenly stopped working for the last half hour.