SOLVED

How to track email links

Go to solution
Anonymous
Not applicable
Just to confirm, are all links in emails tracked automatically e.g. internal links and external links?

Wondering if I need to add any code to track - or this is auto
1 ACCEPTED SOLUTION
Anonymous
Not applicable
Hey David,

Any link within an email is tracked.

View solution in original post

4 REPLIES 4
Ravi_Ansal2
Level 6

Hi David Latty​,

Every Link in the Email got tracked; Internal as well as External  but there will a really detailed report for that and you have to figure out each one there.

Hope this helps

Anonymous
Not applicable
Thanks for pointing that out, Matt!
Matt_Stone2
Level 9
Just a caveat to Jeff's response -- if you insert links via tokens into emails, you need to do so in the following format, or they will NOT track:
  • <p>This is my link: http://{{lead.Token}}</p>
  • <p>This is my <a href="http://{{lead.Token}}">link</a></p>
Essentially you just omit the http:// from your token and have that part actually coded into the email.
Anonymous
Not applicable
Hey David,

Any link within an email is tracked.