Skip to main content

3 posts tagged with "segment API"

View All Tags

How to Dynamically Update User Segments in ConfigCat

· 6 min read
Johnkingsley Amaechi
Working To Make the World Better — With Code.

In modern software development, feature flags are a must-have. They let teams release features gradually, run A/B tests, and control access for different user groups. But there's a common challenge: How do you keep a list of dynamic user segments (like beta testers) always up to date without manually editing the dashboard every time?

To tackle this challenge, I'll show you how to update user segments in ConfigCat dynamically, including examples of setting up and using the ConfigCat's Update Segment API, best practices for managing segment details, and tips for integrating this functionality into your development workflow.

How to Update User Segments Using the Segments API cover

User Segments and Their Role in Business

· 9 min read
David Herbert
Turning deep tech into stories developers actually want to read.

In a world where customers are diverse and ever-changing, user segmentation provides the roadmap for businesses to navigate the intricacies of their target audience. Clearly understanding your target audience is crucial for success, especially in today's global business landscape and often broad user base. User segmentation isn't just a fancy term; it's a game-changer for business and marketing. When you really get what makes each user group tick, you can make marketing magic happen, keep customers happy, and watch your business grow.

How to Target Features by Tenants with Feature Flags

· 5 min read
David Herbert
Turning deep tech into stories developers actually want to read.

Feature Flagging is a powerful technique that gives businesses and organizations granular control over features by providing the ability to scope these features to a specific segment of users.

Feature flags are helpful for many reasons - one of which is they allow organizations and engineering teams in a multi-tenant software application to limit access to certain features by mapping them to the various tenants in the application or organization.