Good Morning Community,
We have an activity which is aiming to act as a basket builder so if a user has a basket value less than £85 we will display a banner that if you spend X more you will qualify for either an offer or free delivery.
We have got the activity to work and using our basket value parameter in an audiences of totalSpend<£85 we can qualify for the activity, however I wanted to keep the user in the activity once the £85 was hit so that we can display a Congratulations, use this code.
Is there an out the box element I can utilise to add to my audience to make it "totalSpend<£85 OR have been in this activity"?
Solved! Go to Solution.
Views
Replies
Total Likes
@FGHPhilJ I would suggest to use profile scripts for this purpose. You can set the value user.beenInActivityof the profile script to yes when value is <85 and refer it to itself to get it's current value (as No)
@FGHPhilJ I would suggest to use profile scripts for this purpose. You can set the value user.beenInActivityof the profile script to yes when value is <85 and refer it to itself to get it's current value (as No)
Views
Replies
Total Likes