Troglodyne-Internet-Widgets / tCMS

A Perl CMS with a focus on multiple media types, and flexible data storage backends
Other
2 stars 6 forks source link

analytics: implement a/b testable "feature flags" via utm_soure=self and utm_campaign #316

Open teodesian opened 6 months ago

teodesian commented 6 months ago

Now that we have all this jazz in the log DB, we can make this happen. The idea would be to configure starman such that x/n workers express the feature, while the others behave as normal.

We can also implement trackable, but still anonymous user journeys via 'utm_source=self' and utm_content flag set to the prior request_uuid. We can use this to identify major paths through the application and identify when they break.