We are trying to use the code below to make one of our landing pages personalized:
"Learn how to improve {{Company.Company Name:default=your company}}'s performance"
This should display the following depending on the data we have about the visitor:
Known lead - "Learn how to improve ACME's performance"
Anonymous lead - "Learn how to improve your company's performance"
What is happening intermittently on Chrome is that for anonymous leads the landing page will ignore the default setting and display the text as follows:
Anonymous lead - "Learn to improve 's performance"
I don't understand what is causing this -- does anyone have any ideas/suggestions? I'd really like to put this functionality into production but need to be more comfortable with it's stability. Thanks in advance for your help!