Journey Reactions - Email Clicked - how can I tell what they clicked on? | Community
Skip to main content
Level 2
July 18, 2022
Solved

Journey Reactions - Email Clicked - how can I tell what they clicked on?

  • July 18, 2022
  • 1 reply
  • 5178 views

We are looking at creating a journey requesting the email recipient to click on a link to access a web application, update their details and come back to the email and click on a button to confirm that they have updated their details.

With the Reactions Events how can we tell if they clicked on the button and not the web application link? 

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 Sneha-Parmar

Hi @richard_at_qantas ,

With reaction event I think you only check email open and click and not exactly which link/button was clicked. Alternately you can try creating a segment with following schema fields value and use that in the journey. I have used these in CJA for tracking email links clicked, I think it should work for segments as well. 

AJO Email Tracking Experience Event Schema._experience.customerJourneyManagement.messageInteraction.label

(This filed provides text of link clicked)

AJO Email Tracking Experience Event Schema._experience.customerJourneyManagement.messageInteraction.interactionType

 

 

You can also include message execution id to make it specific for the message. 

 

1 reply

Sneha-Parmar
Community Advisor
Sneha-ParmarCommunity AdvisorAccepted solution
Community Advisor
July 18, 2022

Hi @richard_at_qantas ,

With reaction event I think you only check email open and click and not exactly which link/button was clicked. Alternately you can try creating a segment with following schema fields value and use that in the journey. I have used these in CJA for tracking email links clicked, I think it should work for segments as well. 

AJO Email Tracking Experience Event Schema._experience.customerJourneyManagement.messageInteraction.label

(This filed provides text of link clicked)

AJO Email Tracking Experience Event Schema._experience.customerJourneyManagement.messageInteraction.interactionType

 

 

You can also include message execution id to make it specific for the message.