Skip to content

Instantly share code, notes, and snippets.

@bhardin
Created April 2, 2014 23:59
Show Gist options
  • Save bhardin/9945767 to your computer and use it in GitHub Desktop.
Save bhardin/9945767 to your computer and use it in GitHub Desktop.
Optimization Report Confusion
Talked to Percy and the query https://gist.github.com/njm/3f0197b817e9c418c1e9, returns something like this?
```
[["variation-name"], [[1,2,3,4,5,6,7,8,9,10,11,12], [12,11,10,9,8,7,6,5,4,3,2,1]]]
```
__What do I return?__
_Option 1:_
{ "name" => variation_name, "totals" => 1, "conversions" => 12 }
{ "name" => variation_name, "totals" => 1, "conversions" => 12 }
{ "name" => variation_name, "totals" => 1, "conversions" => 12 }
{ "name" => variation_name, "totals" => 1, "conversions" => 12 }
_Option 2:_
_Option 3:_
Something else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment