1) Users see one of my banners;
2) User clicks dismiss button;
3) User will never see this banner again;
Question: How to show this banner to the user again if the user again sends data to trigger the banner;
Example:
- if user send "banner_type: yellow" -> we show yellow banner;
- The user clicks the 'X' button and changes the "banner_type" field from yellow to red;
- Then the user again sends "banner_type: yellow" --> for now we don't show the yellow banner again because the user previously clicked the dismiss button (NEED TO FIX THIS).
Do you have a mechanism for this?
Thank you in advance!