Has anyone successfully used Goals in v0.5.0?
I have a setup as described in the readme:
----
Split.configure do |config| config.experiments = { "link_color" => { :alternatives => ["red", "blue"], :goals => ["purchase", "refund"] } } end
To complete a goal conversion, you do it like:
finished("link_color" => ["purchase"])
----
But I'm finding that when I do the above, I get no conversions for either case. I'm curious if:
A) Goals has any known issues, or undocumented bugs, etc...
B) How split will display results of multiple goals? Is there a new column that shows up on the dashboard?