Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Tracking #63

Open
beeme1mr opened this issue Oct 17, 2024 · 0 comments
Open

Event Tracking #63

beeme1mr opened this issue Oct 17, 2024 · 0 comments
Assignees

Comments

@beeme1mr
Copy link
Member

beeme1mr commented Oct 17, 2024

Description

Experimentation is a primary use case for feature flags. In practice, this often means flag variants are assigned to users at random or in accordance with a business rule, while the impact of the assigned variant on some business objective is measured. Vendors and custom solutions often support a tracking or goal measuring API to facilitate the measurement of these business objectives.

Goals

  • Develop official terminology to support consistent implementation
  • Specify a flexible API widely compatible with basic vendor functionality
  • Define tracking event payload
  • Define tracking event identifier
  • Support A/B testing and experimentation use cases
  • Support client and server paradigms
  • Provide recommendations around:
    • Async vs sync
    • Flushing mechanisms
    • Event batching

Non-goals

  • Creating an experimentation platform
  • Covering every user-tracking use case
    • We will not define any data aggregation mechanisms
    • We will not focus on "metrics", but instead, "facts"

Design Principles

We value the following:

  • Adherence to and compatibility with OpenFeature semantics
  • Maximum compatibility and ease of adoption for existing solutions
  • Minimum traffic and payload size
  • Ease-of-use for application authors, integrators, and provider authors (in that order)

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants