README.md in field_test-0.2.1 vs README.md in field_test-0.2.2
- old
+ new
@@ -11,11 +11,11 @@
## Installation
Add this line to your application’s Gemfile:
```ruby
-gem 'field_test'
+gem "field_test"
```
Run:
```sh
@@ -158,19 +158,19 @@
field_test_converted(:button_color, goal: "ordered")
```
The results for all goals will appear on the dashboard.
-### Advanced
+## Analytics Platforms
-For advanced funnels, we recommend an analytics platform like [Ahoy](https://github.com/ankane/ahoy) or [Mixpanel](https://mixpanel.com/). You can use:
+You can also send experiment data to analytics platforms like [Google Analytics](https://www.google.com/analytics/), [Mixpanel](https://mixpanel.com/), and [Ahoy](https://github.com/ankane/ahoy). Use:
```ruby
field_test_experiments
```
-to get all experiments and variants for a participant, and pass them as properties.
+to get all experiments and variants for a participant and pass them as properties.
## Security
#### Devise
@@ -190,9 +190,13 @@
```
## Credits
A huge thanks to [Evan Miller](http://www.evanmiller.org/) for deriving the Bayesian formulas.
+
+## TODO
+
+- Code samples for analytics platforms
## History
View the [changelog](https://github.com/ankane/field_test/blob/master/CHANGELOG.md)