Overview
When you add link appends to your URLs with the Smarty modifier appendQueryString, you will see the link display as a single curly brace "{" on the link performance page.
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" in the link performance page. Learn more about naming a tracked link using Smarty.
Comments
0 comments
Please sign in to leave a comment.