SOLVED

Which link received the most clicks in an email. Same link different module in the email.

Go to solution
Khai
Level 1

Hi there, I have been setting up pre-event promotion emails and promoting the lineup of individual panels, presentations etc. Under each of these individual events there's a CTA to 'Register' but they all go to the same landing page/url. Is it possible to tell which event generated the most clicks to the landing page without building unique utms for each?

1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

Is it possible to tell which event generated the most clicks to the landing page without building unique utms for each?

In the context of an Email Link Performance report, no.

 

You can build a separate Smart List that constrains Clicked Email by the id attribute (“Link ID“) of the <a> tag, which lets you differentiate clicks even if they have the same href.

 

You should, of course, also bear in mind that Clicked Email is highly unreliable due to mail scanners.

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Is it possible to tell which event generated the most clicks to the landing page without building unique utms for each?

In the context of an Email Link Performance report, no.

 

You can build a separate Smart List that constrains Clicked Email by the id attribute (“Link ID“) of the <a> tag, which lets you differentiate clicks even if they have the same href.

 

You should, of course, also bear in mind that Clicked Email is highly unreliable due to mail scanners.

Khai
Level 1

Thank you! That makes sense, I'll try it out.