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

Add method to set experiment context #366

Open
yalisassoon opened this issue Dec 7, 2018 · 0 comments
Open

Add method to set experiment context #366

yalisassoon opened this issue Dec 7, 2018 · 0 comments

Comments

@yalisassoon
Copy link
Member

When our users run A/B tests, they typically want to record that that A/B test is being run in Snowplow.

Currently our users do this manually and as part of that will typically define their own experiment context or event.

The idea behind this ticket is that we pre-define a schema and method(s) for setting the experiment.

The "experiment" schema should include the following data points:

  • experimentName
  • experimentId
  • variationName
  • variationId

I think it would make sense to have two methods:

  1. One that sets the experiment context. From this moment onwards, the experiment context would be sent with every event recorded.
  2. One that "unsets" the experiment context. This would stop the context being sent.
@yalisassoon yalisassoon added this to the More extensive event and entity tracking milestone Dec 7, 2018
@AlexBenny AlexBenny removed this from the More extensive event and entity tracking milestone Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants