Expand my Community achievements bar.

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
Level 4

Hi @aemdev2 

 

The easiest way to achieve this would be with 3 separate Target XT Activities.

 

Each Activity would have one Experience that uses the corrisponding Experience Fragment.

 

You could them schedule the Activities to start/end on the required days (as you listed in original post).

e.g. Activity 1 (Day 1) - Experience Fragment with text X - Scheduled for 00:00 -> 23:59, and so forth..

 

Note that this assumes all your users are in the same timezone.

 

Jacob

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

Hi @aemdev2 

 

The easiest way to achieve this would be with 3 separate Target XT Activities.

 

Each Activity would have one Experience that uses the corrisponding Experience Fragment.

 

You could them schedule the Activities to start/end on the required days (as you listed in original post).

e.g. Activity 1 (Day 1) - Experience Fragment with text X - Scheduled for 00:00 -> 23:59, and so forth..

 

Note that this assumes all your users are in the same timezone.

 

Jacob