Hello -
Today, my company releases larger features in several waves, for example:
- Day 1: Feature turned on for beta clients
- Day 7: Feature turned on for X clients
- Day 14: Feature turned on for Y more clients
- Day 21: Feature turned on for all remaining clients
When the feature is small, I will create a message using the tooltip feature and can use the CSS selector so that the message only shows up for those who have the feature. This works great!
When the feature is larger and on an existing URL, I want to use a checklist or non-tooltip message. However, I can’t easily narrow down the audience so that it only appears in the correct scenarios. Changing messages for client-specific URLs or email domains would require a lot of extra manual work and isn’t feasible at this time.
Including a CSS selector on all other message types would allow us to send out appropriate announcement messages to folks who have access to the feature when specific CSS is on the page, and exclude those who don’t.