How to qualify users for experience based on page interaction | Community
Skip to main content
New Participant
September 16, 2022
Solved

How to qualify users for experience based on page interaction

  • September 16, 2022
  • 2 replies
  • 1113 views

Hi,

I'm trying to build an experiment that will only be shown to users who have performed an action on the page. E.g. Only include the user in the experience if they have clicked on the "Help" menu on the page. 
How do I go about this?

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 Perrin_Ennen

You can trigger a adobe.target.trackEvent on click and write a value to the profile via parameter. You can use this value for your audience (Visitor Profile - attribute contains).

2 replies

New Participant
September 18, 2022

User profile is a great way and we leverage it quite often, real time and comes handy.  Documentation here: 

https://experienceleague.adobe.com/docs/target/using/audiences/visitor-profiles/profile-parameters.html?lang=en

 

Perrin_Ennen
Perrin_EnnenAccepted solution
New Participant
September 16, 2022

You can trigger a adobe.target.trackEvent on click and write a value to the profile via parameter. You can use this value for your audience (Visitor Profile - attribute contains).