Created
February 25, 2015 01:02
-
-
Save desmondmorris/0fc39d6458f73e8867eb to your computer and use it in GitHub Desktop.
Experiment ab test manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: i am an ab test | |
hypothesis: I think that removing underlines from links will increases clicks | |
type: split | |
cap: 10000 | |
audience: | |
- mobile | |
url: /^\/stories/[0-9]*\/.*/ | |
variants: | |
without-underline: | |
affect: $('a').css('decoration', 'none'); | |
track: $('a').click | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment