SOLVED

How to track email links

Go to solution
Anonymous
Not applicable

How to track email links

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

Accepted Solutions
Anonymous
Not applicable

Re: How to track email links

Hey David,

Any link within an email is tracked.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Re: How to track email links

Hey David,

Any link within an email is tracked.
Matt_Stone2
Level 9

Re: How to track email links

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

Re: How to track email links

Thanks for pointing that out, Matt!
Ravi_Ansal2
Level 6

Re: How to track email links

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