Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Countdown Timer with secret message text

Avatar

Level 1

Hi,
Checking what can be better approach to implement countdown time so that:

- On Day3 it displays message text X

- On Day2 it displays message text Y
- On Day1 it displays message text Z

 

All these X ,Y , Z message should not be exposed to end user before time. We are planning to expose Product Promo codes each day which end use should not know before that date.

 

Should we use Target in combination to Experience Fragment so that Target keep changing content based on Day3 , Day2 ..Day1.
Or any other good approach anyone tried.
thanks in advance. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @aemdev2 ,

 

You can use context hub and create personalized content based on different properties. You can add a property for a particular day and achieve the same. 

Although, I think AEM already provides a day property OOTB.

 

The OOTB WKND website has a very similar context hub segment created for winter & summer.

 

Help Docs: Context Hub in AEM 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @aemdev2 ,

 

You can use context hub and create personalized content based on different properties. You can add a property for a particular day and achieve the same. 

Although, I think AEM already provides a day property OOTB.

 

The OOTB WKND website has a very similar context hub segment created for winter & summer.

 

Help Docs: Context Hub in AEM