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?
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).
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).