Re: How do I find WHICH LINKS were clicked on in an email?

Anonymous
Not applicable

How do I find WHICH LINKS were clicked on in an email?

I need not just the total amount of clicks in an email, but the total number of clicks for EACH SPECIFIC LINK contained in an email.


Please help!

Thanks

Tags (1)
9 REPLIES 9
Jessica_Kao3
Level 10 - Champion Alumni

Re: How do I find WHICH LINKS were clicked on in an email?

You can see this in the email link performance report under analytics.

Anonymous
Not applicable

Re: How do I find WHICH LINKS were clicked on in an email?

You can go to the Email Performance report under analytics. Here's the process with screenshots:

1. Go to the Email Link Performance Report in Analytics:

1.jpg

2. Click on the Setup tab and the click on Marketing activities emails option:

2.jpg

3. Choose the email for which you want to check the link performance and click on Apply:

3.jpg

4. Go to the Report tab to check the details:

4.jpg

In case you need any more information, feel free to reach out to me.

Cheers!!
Neeraj Shahdadpuri

Anonymous
Not applicable

Re: How do I find WHICH LINKS were clicked on in an email?

Thank you!!

Anonymous
Not applicable

Re: How do I find WHICH LINKS were clicked on in an email?

Is there any way to see a "Heat Map"? 

In this particular email, I had two links and one image that led to the same place.  The report you directed me to reported them all together.  Is there any way I can see separately, so I know how many of the leads to a particular URL came from where?

Thanks again!

SanfordWhiteman
Level 10 - Community Moderator

Re: How do I find WHICH LINKS were clicked on in an email?

In general, to distinguish links with the same href, use a (unique) id attribute on every <A>. (You really should use id even if you have distinct hrefs.) This will allow you to create distinct Smart Lists for each variant.

However, in built-in analytics (the canned ELP report) id is not an available grouping.  Here, you would have to differentiate the links using query string or hash.

Without using RCE or offline crunching, having hrefs be "polymorphic" dimensions -- that is, treated as a base link without path/query/hash/id in some contexts, but treated as a unique path-query-hash-id combo in other contexts -- is difficult if not impossible.

Anonymous
Not applicable

Re: How do I find WHICH LINKS were clicked on in an email?

So, in laymen terms, there's no way to view a heat map in Marketo?

SanfordWhiteman
Level 10 - Community Moderator

Re: How do I find WHICH LINKS were clicked on in an email?

There is no heat map view within Marketo.

In addition, if you want to create a heat map from Marketo data, you must give an id attribute to all of your links. Marketo does not distinguish links based on their position in the DOM.  It uses (and rightly so IMO) the href and id attributes to hone in on a particular link. So if you were overlaying a heat map on an email, you would have to format the email correctly to begin with.

aafridi
Level 2

Re: How do I find WHICH LINKS were clicked on in an email?

Hi Neeraj,

I am trying to see the individual link clicks within an email in the reports tab but cant find them. Can you help me with it.

Thanks 

 

SanfordWhiteman
Level 10 - Community Moderator

Re: How do I find WHICH LINKS were clicked on in an email?

Hi,

 

This is a really old thread, so please create a new thread in Products.