Which link received the most clicks in an email. Same link different module in the email. | Community
Skip to main content
New Participant
August 7, 2021
Solved

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

  • August 7, 2021
  • 1 reply
  • 1561 views

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?

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

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.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
August 7, 2021

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.

KhaiAuthor
New Participant
August 24, 2021

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