Skip to main content
Franky_Ruyssch2
Level 4
August 8, 2019
Question

Track Generated Email Links

  • August 8, 2019
  • 1 reply
  • 1506 views

With excel we generate content that is imported in a user's custom field. ( by importing a .csv file)

The content is an html list with links to various topics on a landing page. We include the value via a token in an email.

The structure is something linke:

<ul>

<li><a href="http://forms.dataline.eu/landingpage.html?id=xxx">XXX</a></li>

<li><a href="http://forms.dataline.eu/landingpage.html>id=yyy">YYY</a></li>

</ul>

The number of items in the unordered list is different for each.

How can those links be tracked?

We switched to marketo and not all contacts have the marketo cookie. The landing page also has personalized content, but if the contact doesn't have the cookie, I think that the personalized content will not be displayed.

Having a email link that are tracked should solve the problem, right?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
August 8, 2019

Read the field in Velocity and re-output it, using standard Velocity link output rules, and all the links will be tracked.