Add additional variant for Related Links A/B test v3 #1271
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds an additional
C
variant for the upcoming related links A/B test iteration v3. In the previous test we saw some users who had the control variant cookie, yet navigated via the related links which are only shown on theB
variant.In order to check if there are any problems with our A/B testing framework, in addition to making the data collection easier for later analysis, we are introducing the new
C
variant which will become our test variant. How the variants now work are as follows:A
variant: No users should ever end up in this variant, as our CDN will be configured it to assign 0% of users. If users do end up in this variant, we may have issues with our A/B testing framework which will require further investigation.B
variant: Our control variant, where related links will not be changed in any way.C
variant: Our test variant, where related links will be changed to use our generated links for the sample involved.Visual regression results:
https://government-frontend-pr-1271.surge.sh/gallery.html
Component guide for this PR:
https://government-frontend-pr-1271.herokuapp.com/component-guide