How can we help?

Add tags to links

Overview

Cordial enables you to add tags to any and all links in your HTML content. Messages sent with Cordial tags using the tag identifier of data-crdl-tags will enable search capability to find contacts that have clicked a link with one or more tag values.

Tagged link examples

For example, by adding the tag "mens-shoes" to links associated with mens shoes, you can create an audience of anyone who has ever clicked on "mens-shoes", or has clicked within some timeframe. You can use the same tag on more than one link across one or more messages. Or, you can have a tag that is specific to one link in one message. You can also have multiple tags in one link.

  • The following is an example link with one tag.
<a href="http://example.com/mens/shoes" data-crdl-tags="mens-shoes" style="">My Link</a>
  • And here's an example of a link with three tags, separated by commas.
<a href="http://example.com/mens/shoes" data-crdl-tags="mens-shoes,tennis,brand-x">My Link</a>

Cordial automatically adds tags to your links within Sculpt Blocks using the Block tag: sculpt-block-{yourBlockTag}. If desired, you can also manually go in and add a custom tag within the Block Markup Editor. This can be useful for your own analytics and tracking.

In the next article, you can learn about naming a tracked link.

Comments

0 comments

Please sign in to leave a comment.