Overview
When you add link appends to your URLs with the Smarty modifier appendQueryString, you'll see the link display as a single curly brace { on the Link Performance page of your message.

To have tracked links appear as a meaningful name, you must use Smarty to name your tracked links using the data-crdl-key attribute.
Example
<a href="{'http://example.com'|appendQueryString:'utm_campaign=example123'}" data-crdl-key="My Link">Click Me</a>
The above link will display the text My Link on the Link Performance page of your message. Learn more about naming a tracked link using Smarty.

Comments
0 comments
Please sign in to leave a comment.