Skip to main content
October 20, 2016
Question

Tracking a link

  • October 20, 2016
  • 1 reply
  • 1583 views

If I have a link in my email signature, can I track those people who clicked from the signature? I use the link other places as well but just want to know if people are clicking from the email signature.

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

1 reply

Grégoire_Miche2
Level 10
October 23, 2016

Yes, use the "clicked link in email" filter in a smart list. you will be able to select an email, then the URL.

if the same URL is present more than once in your email, add a URL parameter at the end to distinguish between them.

my.domain.com/mypage.html?link=1

my.domain.com/mypage.html?link=2

will be seen as different URLs by Marketo.

-Greg

SanfordWhiteman
Level 10
October 24, 2016

Or add an id to the <A> and constrain by Link ID.

I actually think all email links should have ids, not just ones with the same URL in different positions. Makes writing triggers so much friendlier, and you don't have to change the rules if the URL changes. Don't understand how anyone can stand doing it any other way!

October 24, 2016

What is <A>?