Adobe Target Experience Targeting | Community
Skip to main content
winstonl3651471
Level 3
March 27, 2021
Solved

Adobe Target Experience Targeting

  • March 27, 2021
  • 2 replies
  • 1811 views

We have an Adobe Target use case we are trying to solve for and hoping to get some clarification and assistance.

Use Case – On our secure site, we want to show a pop up box with personalised message based on logged in User’s attribute. The attribute we want to personalise by is circled in red in screen grab below.

We are planning to use the lightbox experience template as mentioned in documentation below for the pop up

https://experienceleague.adobe.com/docs/target/using/experiences/vec/modifications/experience-templates.html?lang=en#section_EF4FBA08CE55407CAFB334340C6C1577

What we are stuck on is, how to serve different experiences based on the attribute? We believe we can use Audiences to serve different experiences, but that will mean creating whole bunch of audiences. Is there a way to dynamically serve experiences for the different attribute values?

Please advise.

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 Charles_Thirupathi

@winstonl3651471 For Delivering different Experiences based on the user attribute you definitely need to create separate Audience for each Attributes, there is no way to set it up dynamically.

2 replies

SundeepKatepally
Community Advisor
Community Advisor
March 28, 2021

create one audience called userState m, which will either say loggedin user or anonymous

 

For logged-in user replace the piece which requires personalization with XF.

 

In the XF , write the dynamic logic rendering per user.

winstonl3651471
Level 3
March 28, 2021
Hey, Thanks for the feedback. What is XF? is there a sample code I can find for thevdynamic logic?
Charles_Thirupathi
Charles_ThirupathiAccepted solution
Level 4
March 28, 2021

@winstonl3651471 For Delivering different Experiences based on the user attribute you definitely need to create separate Audience for each Attributes, there is no way to set it up dynamically.