Skip to content

Instantly share code, notes, and snippets.

@desmondmorris
Created February 25, 2015 01:02
Show Gist options
  • Save desmondmorris/0fc39d6458f73e8867eb to your computer and use it in GitHub Desktop.
Save desmondmorris/0fc39d6458f73e8867eb to your computer and use it in GitHub Desktop.
Experiment ab test manifest
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